Need fb attached
parent
be2d68914d
commit
198170ab97
|
@ -914,6 +914,8 @@ bool drm_initial_config(struct drm_device *dev, bool can_grow)
|
|||
if (!output->crtc || !output->crtc->desired_mode)
|
||||
continue;
|
||||
|
||||
/* and needs an attached fb */
|
||||
if (output->crtc->fb)
|
||||
drm_crtc_set_mode(output->crtc, output->crtc->desired_mode, 0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue