kernel/drivers/gpu/drm/i2c/ch7006_drv.c
.. .. @@ -359,10 +359,10 @@ 359 359 if (modes_changed) { 360 360 drm_helper_probe_single_connector_modes(connector, 0, 0); 361 361 362 - /* Disable the crtc to ensure a full modeset is363 - * performed whenever it's turned on again. */364 362 if (crtc) 365 - drm_crtc_force_disable(crtc);363 + drm_crtc_helper_set_mode(crtc, &crtc->mode,364 + crtc->x, crtc->y,365 + crtc->primary->fb);366 366 } 367 367 368 368 return 0;