Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331767
b: refs/heads/master
c: 471d60f
h: refs/heads/master
i:
  331765: bbde1e4
  331763: 9dee537
  331759: 7825fbf
v: v3
  • Loading branch information
Inki Dae committed Oct 4, 2012
1 parent 0fc08de commit 695c855
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 6b6bae24c7caac8f2a80f24e5ff5e82276eb03fd
refs/heads/master: 471d60fe594ed1a7ae28a3f911d1200ae51efbdc
5 changes: 0 additions & 5 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ struct exynos_drm_crtc {

static void exynos_drm_crtc_dpms(struct drm_crtc *crtc, int mode)
{
struct drm_device *dev = crtc->dev;
struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc);

DRM_DEBUG_KMS("crtc[%d] mode[%d]\n", crtc->base.id, mode);
Expand All @@ -76,12 +75,8 @@ static void exynos_drm_crtc_dpms(struct drm_crtc *crtc, int mode)
return;
}

mutex_lock(&dev->struct_mutex);

exynos_drm_fn_encoder(crtc, &mode, exynos_drm_encoder_crtc_dpms);
exynos_crtc->dpms = mode;

mutex_unlock(&dev->struct_mutex);
}

static void exynos_drm_crtc_prepare(struct drm_crtc *crtc)
Expand Down

0 comments on commit 695c855

Please sign in to comment.