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 <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

Changed files
+1 -2
drivers
gpu
drm
+1 -2
drivers/gpu/drm/udl/udl_modeset.c
··· 354 354 355 355 static void udl_crtc_disable(struct drm_crtc *crtc) 356 356 { 357 - 358 - 357 + udl_crtc_dpms(crtc, DRM_MODE_DPMS_OFF); 359 358 } 360 359 361 360 static void udl_crtc_destroy(struct drm_crtc *crtc)