mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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 !=
|
||||
|
||||
Reference in New Issue
Block a user