From: Maarten Lankhorst Date: Mon, 1 Jun 2015 10:50:08 +0000 (+0200) Subject: drm/i915: Remove use of crtc->config from i915_debugfs.c X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~284^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77076c91d563a07c6519b80e234b4e962306b67;p=pandora-kernel.git drm/i915: Remove use of crtc->config from i915_debugfs.c crtc->config is updated to always contain to the active crtc_state and only differs from crtc_state during crtc_disable. It will eventually be removed, so start with some low hanging fruit. For crtc->active the situation is the same; it will be removed eventually. Instead use crtc->state->active. Signed-off-by: Maarten Lankhorst Reviewed-by: Matt Roper Signed-off-by: Jani Nikula --- Reading git-diff-tree failed