From: Maarten Lankhorst Date: Mon, 1 Jun 2015 10:50:07 +0000 (+0200) Subject: drm/i915: Use crtc->hwmode for vblanks, v2. X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~284^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc467a221a01c5ec369a3969fcafea077c3677b4;p=pandora-kernel.git drm/i915: Use crtc->hwmode for vblanks, v2. intel_crtc->config will be removed eventually, so use crtc->hwmode. drm_atomic_helper_update_legacy_modeset_state updates hwmode, but crtc->active will eventually be gone too. Set dotclock to zero to indicate the crtc is inactive. Changes since v1: - With the hwmode update in drm*update_legacy_modeset_state removed, intel_modeset_update_state has to assign it instead. Signed-off-by: Maarten Lankhorst Reviewed-by: Matt Roper Signed-off-by: Jani Nikula --- Reading git-diff-tree failed