mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
video: rockchip: iep: increase the compatibility of rk3126c
Change-Id: I4a2def80d91d43cafc056ec1a6a64bca8ab372c4 Signed-off-by: Xinhuang Li <buluess.li@rock-chips.com>
This commit is contained in:
@@ -1053,7 +1053,7 @@ static int iep_drv_probe(struct platform_device *pdev)
|
||||
case 1:
|
||||
data->cap.compression_noise_reduction_supported = 0;
|
||||
data->cap.sampling_noise_reduction_supported = 0;
|
||||
if (soc_is_rk3126b()) {
|
||||
if (soc_is_rk3126b() || soc_is_rk3126c()) {
|
||||
data->cap.i4_deinterlace_supported = 0;
|
||||
data->cap.hsb_enhancement_supported = 0;
|
||||
data->cap.cg_enhancement_supported = 0;
|
||||
|
||||
Reference in New Issue
Block a user