]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use intel_pipe_will_have_type() in ironlake_crtc_compute_clock()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 25 Nov 2015 14:35:30 +0000 (16:35 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Dec 2015 14:03:51 +0000 (16:03 +0200)
commitf5d7f9112b6b5f78862ef7a88cf0dfc59facf75c
tree509e1408a1036960b43fc7de444e6be044e2e0fa
parentf454795b08ab7f8bb9ecaca7b599c7fbcc4b11c2
drm/i915: Use intel_pipe_will_have_type() in ironlake_crtc_compute_clock()

ironlake_crtc_compute_clock() gets called during atomic compute phase,
so we must check the future pipe type instead of the current type.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1448462131-13321-1-git-send-email-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c