Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358360
b: refs/heads/master
c: 3b9e71e
h: refs/heads/master
v: v3
  • Loading branch information
Thierry Reding committed Feb 22, 2013
1 parent 26d3a18 commit 49b75dc
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3c03c46ac80ea7edc3b8f2ba85085de54aec15cd
refs/heads/master: 3b9e71eae5ac5ded28ad1dcded7c01ae73dd9581
5 changes: 3 additions & 2 deletions trunk/drivers/gpu/drm/tegra/dc.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,10 @@ static void tegra_crtc_commit(struct drm_crtc *crtc)
struct tegra_dc *dc = to_tegra_dc(crtc);
unsigned long value;

value = GENERAL_ACT_REQ | WIN_A_ACT_REQ |
GENERAL_UPDATE | WIN_A_UPDATE;
value = GENERAL_UPDATE | WIN_A_UPDATE;
tegra_dc_writel(dc, value, DC_CMD_STATE_CONTROL);

value = GENERAL_ACT_REQ | WIN_A_ACT_REQ;
tegra_dc_writel(dc, value, DC_CMD_STATE_CONTROL);

drm_vblank_post_modeset(crtc->dev, dc->pipe);
Expand Down

0 comments on commit 49b75dc

Please sign in to comment.