]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Always force a modeset in intel_crtc_restore_mode, v2.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 14 Jul 2015 14:19:12 +0000 (16:19 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jul 2015 16:09:50 +0000 (18:09 +0200)
commit61de98a5ae060a541d8b9fcf83992bb0c4fd275a
tree98e79c3c5999c931ce88b5739e1b4c7d33e59193
parent3476772c617fc2dedf2050d607ce2248d865e5c2
drm/i915: Always force a modeset in intel_crtc_restore_mode, v2.

And get rid of things that are no longer true. This function is only
used for forcing a modeset when encoder properties are changed.

Because this is not yet done atomically, assume a full modeset is
needed and force a modeset on the crtc.

Changes since v1:
- s/reset/force modeset/

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c