Skip to content

Commit

Permalink
drm/udl: dpms off the crtc when disabled.
Browse files Browse the repository at this point in the history
This turns off the crtc when its been disabled,
fixes it not turning off properly the whole time.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Dave Airlie committed Aug 21, 2012
1 parent 04ccfe7 commit d5c2c20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/gpu/drm/udl/udl_modeset.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@ static int udl_crtc_mode_set(struct drm_crtc *crtc,

static void udl_crtc_disable(struct drm_crtc *crtc)
{


udl_crtc_dpms(crtc, DRM_MODE_DPMS_OFF);
}

static void udl_crtc_destroy(struct drm_crtc *crtc)
Expand Down

0 comments on commit d5c2c20

Please sign in to comment.