mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
vpp: disable pps as default when scaler ratio is 1:1
PD#156734: vpp: disable pps as default when scaler ratio is 1:1 Change-Id: I5ff2a9a1089461c92996066e0cec4379a5d509e4 Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
This commit is contained in:
@@ -141,7 +141,7 @@ static DEFINE_MUTEX(omx_mutex);
|
||||
|
||||
static bool bypass_cm;
|
||||
|
||||
static bool bypass_pps;
|
||||
static bool bypass_pps = true;
|
||||
/*For 3D usage ----0: mbx 1: tv */
|
||||
bool platform_type = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user