Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345514
b: refs/heads/master
c: 8e8755d
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae authored and Inki Dae committed Nov 29, 2012
1 parent 6ff9499 commit 89e903c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa3692d1edebf67a4c93e9c6dbef7b0e0d23cb49
refs/heads/master: 8e8755dd8f9ca8a0da4c4cbff164fc42b4456539
6 changes: 6 additions & 0 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ static void exynos_drm_encoder_commit(struct drm_encoder *encoder)
* already updated or not by exynos_drm_encoder_dpms function.
*/
exynos_encoder->updated = true;

/*
* In case of setcrtc, there is no way to update encoder's dpms
* so update it here.
*/
exynos_encoder->dpms = DRM_MODE_DPMS_ON;
}

static void exynos_drm_encoder_disable(struct drm_encoder *encoder)
Expand Down

0 comments on commit 89e903c

Please sign in to comment.