|
@@ -637,13 +637,13 @@ int drm_crtc_helper_set_config(struct drm_mode_set *set)
|
|
|
mode_changed = true;
|
|
|
|
|
|
if (mode_changed) {
|
|
|
- old_fb = set->crtc->fb;
|
|
|
- set->crtc->fb = set->fb;
|
|
|
set->crtc->enabled = (set->mode != NULL);
|
|
|
if (set->mode != NULL) {
|
|
|
DRM_DEBUG_KMS("attempting to set mode from"
|
|
|
" userspace\n");
|
|
|
drm_mode_debug_printmodeline(set->mode);
|
|
|
+ old_fb = set->crtc->fb;
|
|
|
+ set->crtc->fb = set->fb;
|
|
|
if (!drm_crtc_helper_set_mode(set->crtc, set->mode,
|
|
|
set->x, set->y,
|
|
|
old_fb)) {
|