dv: remove g12b ver B from the status of SDR mode [1/1]

PD#SWPL-4582

Problem:
g12 verA has a hardware bug.Therefore,dv cores
must keep working even if under sdr mode

Solution:
g12B verB has fixed this bug, so remove this chip id

Verify:
verify by g12b revb

Change-Id: Ice1aa1364319fa12d5a896fdfd106450f1a04d3d
Signed-off-by: Yi Zhou <yi.zhou@amlogic.com>
This commit is contained in:
Yi Zhou
2019-02-25 20:02:11 +08:00
committed by Luke Go
parent 0e08957095
commit 175057d9c8

View File

@@ -3512,8 +3512,9 @@ static int dolby_vision_policy_process(
*mode = DOLBY_VISION_OUTPUT_MODE_BYPASS;
mode_change = 1;
}
} else if (is_meson_g12a_cpu() || is_meson_g12b_cpu()) {
/*g12 has a hardware bug. Therefore, dv cores
} else if ((is_meson_g12b_cpu() && is_meson_rev_a()) ||
is_meson_g12a_cpu()) {
/*g12 verA has a hardware bug.Therefore,dv cores
*must keep working even if under sdr mode
*/
if (dolby_vision_mode !=