Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5c2c20e authored by Dave Airlie's avatar Dave Airlie
Browse files

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: default avatarDave Airlie <airlied@redhat.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 04ccfe77
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -354,8 +354,7 @@ static int udl_crtc_mode_set(struct drm_crtc *crtc,


static void udl_crtc_disable(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)
static void udl_crtc_destroy(struct drm_crtc *crtc)