mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
media: rockchip: ispp: fix fec no work
Change-Id: I2b6974ea191180678401ee129ab55c5d3e12836d Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -631,6 +631,7 @@ static int config_nr_shp(struct rkispp_device *dev)
|
||||
base + RKISPP_SHARP_WR_VIR_STRIDE);
|
||||
rkispp_set_bits(base + RKISPP_SHARP_CTRL,
|
||||
SW_SHP_WR_FORMAT_MASK, fmt & (~FMT_FBC));
|
||||
rkispp_clear_bits(base + RKISPP_SHARP_CORE_CTRL, SW_SHP_DMA_DIS);
|
||||
}
|
||||
|
||||
buf = &vdev->nr_buf.tmp_yuv;
|
||||
|
||||
Reference in New Issue
Block a user