Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348093
b: refs/heads/master
c: 500df2e
h: refs/heads/master
i:
  348091: 11537a6
v: v3
  • Loading branch information
Lucas Stach authored and Dave Airlie committed Dec 30, 2012
1 parent 6e8b273 commit d02992a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: e39250aa5246b43aae882274e345620f665ab5ef
refs/heads/master: 500df2e5d870ef5be3d37f0798f770028b69fd47
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/tegra/dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ static int tegra_crtc_mode_set(struct drm_crtc *crtc,
win.stride = crtc->fb->pitches[0];

/* program window registers */
value = tegra_dc_readl(dc, DC_CMD_DISPLAY_WINDOW_HEADER);
value |= WINDOW_A_SELECT;
value = WINDOW_A_SELECT;
tegra_dc_writel(dc, value, DC_CMD_DISPLAY_WINDOW_HEADER);

tegra_dc_writel(dc, win.fmt, DC_WIN_COLOR_DEPTH);
Expand Down

0 comments on commit d02992a

Please sign in to comment.