Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358361
b: refs/heads/master
c: 84ff6b2
h: refs/heads/master
i:
  358359: 26d3a18
v: v3
  • Loading branch information
Thierry Reding committed Feb 22, 2013
1 parent 49b75dc commit 815bf15
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: 3b9e71eae5ac5ded28ad1dcded7c01ae73dd9581
refs/heads/master: 84ff6b270893cd8b054bae371a315c905ffa3ac9
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/tegra/dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ int tegra_dc_setup_window(struct tegra_dc *dc, unsigned int index,
tegra_dc_writel(dc, 0x0000, DC_WIN_CSC_KVB);

value |= CSC_ENABLE;
} else if (bpp < 24) {
} else if (window->bits_per_pixel < 24) {
value |= COLOR_EXPAND;
}

Expand Down

0 comments on commit 815bf15

Please sign in to comment.