|
@@ -1460,7 +1460,7 @@ static void dispc_ovl_set_scaling_uv(enum omap_plane plane,
|
|
{
|
|
{
|
|
int scale_x = out_width != orig_width;
|
|
int scale_x = out_width != orig_width;
|
|
int scale_y = out_height != orig_height;
|
|
int scale_y = out_height != orig_height;
|
|
- bool chroma_upscale = true;
|
|
|
|
|
|
+ bool chroma_upscale = plane != OMAP_DSS_WB ? true : false;
|
|
|
|
|
|
if (!dss_has_feature(FEAT_HANDLE_UV_SEPARATE))
|
|
if (!dss_has_feature(FEAT_HANDLE_UV_SEPARATE))
|
|
return;
|
|
return;
|