diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/platform/vsp1/vsp1_uds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/platform/vsp1/vsp1_uds.c b/drivers/media/platform/vsp1/vsp1_uds.c index 622342ac7770..1b20f28cbc39 100644 --- a/drivers/media/platform/vsp1/vsp1_uds.c +++ b/drivers/media/platform/vsp1/vsp1_uds.c | |||
@@ -131,7 +131,7 @@ static int uds_s_stream(struct v4l2_subdev *subdev, int enable) | |||
131 | return 0; | 131 | return 0; |
132 | 132 | ||
133 | /* Enable multi-tap scaling. */ | 133 | /* Enable multi-tap scaling. */ |
134 | vsp1_uds_write(uds, VI6_UDS_CTRL, VI6_UDS_CTRL_BC); | 134 | vsp1_uds_write(uds, VI6_UDS_CTRL, VI6_UDS_CTRL_AON | VI6_UDS_CTRL_BC); |
135 | 135 | ||
136 | vsp1_uds_write(uds, VI6_UDS_PASS_BWIDTH, | 136 | vsp1_uds_write(uds, VI6_UDS_PASS_BWIDTH, |
137 | (uds_passband_width(uds->hscale) | 137 | (uds_passband_width(uds->hscale) |
@@ -139,7 +139,6 @@ static int uds_s_stream(struct v4l2_subdev *subdev, int enable) | |||
139 | (uds_passband_width(uds->vscale) | 139 | (uds_passband_width(uds->vscale) |
140 | << VI6_UDS_PASS_BWIDTH_V_SHIFT)); | 140 | << VI6_UDS_PASS_BWIDTH_V_SHIFT)); |
141 | 141 | ||
142 | |||
143 | /* Set the scaling ratios and the output size. */ | 142 | /* Set the scaling ratios and the output size. */ |
144 | format = &uds->entity.formats[UDS_PAD_SOURCE]; | 143 | format = &uds->entity.formats[UDS_PAD_SOURCE]; |
145 | 144 | ||