mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
sr: fix core0 input size config
PD#170665: sr: fix core0 input size config Change-Id: I83ae7300917d2b17dac85fea455452d8a17f5f57 Signed-off-by: Dezhi Kong <dezhi.kong@amlogic.com>
This commit is contained in:
@@ -6104,8 +6104,8 @@ SET_FILTER:
|
||||
if (!legacy_vpp) {
|
||||
VSYNC_WR_MPEG_REG(
|
||||
VPP_PREBLEND_H_SIZE + cur_dev->vpp_off,
|
||||
(cur_frame_par->VPP_pic_in_height_ << 16)
|
||||
| cur_frame_par->VPP_line_in_length_);
|
||||
(cur_frame_par->video_input_h << 16)
|
||||
| cur_frame_par->video_input_w);
|
||||
VSYNC_WR_MPEG_REG(
|
||||
VPP_POSTBLEND_H_SIZE + cur_dev->vpp_off,
|
||||
((cur_frame_par->VPP_post_blend_vd_v_end_ + 1)
|
||||
|
||||
Reference in New Issue
Block a user