Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333607
b: refs/heads/master
c: f92afae
h: refs/heads/master
i:
  333605: c22b2c9
  333603: 8f51947
  333599: 483ac70
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed Sep 26, 2012
1 parent 2387487 commit 7cc0153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36d87d95587825c39ee8e127d56aafeb7dda45da
refs/heads/master: f92afae2af702d209ac86bdb7642edb2f10bf8f3
2 changes: 1 addition & 1 deletion trunk/drivers/video/omap2/dss/dispc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ static void dispc_ovl_set_scaling_uv(enum omap_plane plane,
{
int scale_x = out_width != orig_width;
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))
return;
Expand Down

0 comments on commit 7cc0153

Please sign in to comment.