From: Daniel Vetter Date: Thu, 25 Apr 2013 20:52:17 +0000 (+0200) Subject: drm/i915: rip out indirection for pfit pipe_config assignment X-Git-Tag: v3.11-rc1~65^2~131^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2deefda541edb0c73e57e988ccaac4cd014da0d3;p=pandora-kernel.git drm/i915: rip out indirection for pfit pipe_config assignment This was still required a bit (on the cargo-cult side though) when the state was stored in dev_priv, and when the enable/disable sequence was botched a bit (to avoid too many updates). But with pipeconfig we always get a clean slate, so this is pointless. Rip it out. Reviewed-by: Mika Kuoppala Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed