Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345361
b: refs/heads/master
c: ac8f7c4
h: refs/heads/master
i:
  345359: 752506b
v: v3
  • Loading branch information
Thierry Reding authored and Dave Airlie committed Nov 28, 2012
1 parent 6b72b58 commit b6ebd8a
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: 82fe50bcc87e508e85250c87b745296a36a07897
refs/heads/master: ac8f7c4894bea3ae1af31e78fea31b1ba3347834
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 @@ -218,7 +218,7 @@ static int tegra_crtc_mode_set(struct drm_crtc *crtc,
}

bpp = crtc->fb->bits_per_pixel / 8;
win.stride = win.outw * bpp;
win.stride = crtc->fb->pitches[0];

/* program window registers */
value = tegra_dc_readl(dc, DC_CMD_DISPLAY_WINDOW_HEADER);
Expand Down

0 comments on commit b6ebd8a

Please sign in to comment.