From: Maarten Lankhorst Date: Mon, 1 Jun 2015 10:49:46 +0000 (+0200) Subject: drm/i915: get rid of intel_crtc_disable and related code, v3 X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~284^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69024de8ba9ee28bbb2c0ba2f813d37a7d0be80a;p=pandora-kernel.git drm/i915: get rid of intel_crtc_disable and related code, v3 Now that the dpll updates are (mostly) atomic, the .off() code is a noop, and intel_crtc_disable does mostly the same as intel_modeset_update_state. Move all logic for connectors_active and setting dpms to that function. Changes since v1: - Move drm_atomic_helper_swap_state up. Changes since v2: - Split out intel_put_shared_dpll removal. Changes since v3: - Rebase on top of latest drm-intel. Signed-off-by: Maarten Lankhorst Reviewed-by: Matt Roper Signed-off-by: Jani Nikula --- Reading git-diff-tree failed