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:
Xinhuang Li
2017-11-07 16:00:53 +08:00
committed by Tao Huang
parent a32eab7ce7
commit f99830dc70

View File

@@ -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;