Skip to content

Commit d5c2c20

Browse files
committed
drm/udl: dpms off the crtc when disabled.
This turns off the crtc when its been disabled, fixes it not turning off properly the whole time. Signed-off-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
1 parent 04ccfe7 commit d5c2c20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/gpu/drm/udl/udl_modeset.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,7 @@ static int udl_crtc_mode_set(struct drm_crtc *crtc,
354354

355355
static void udl_crtc_disable(struct drm_crtc *crtc)
356356
{
357-
358-
357+
udl_crtc_dpms(crtc, DRM_MODE_DPMS_OFF);
359358
}
360359

361360
static void udl_crtc_destroy(struct drm_crtc *crtc)

0 commit comments

Comments
 (0)