]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: rip out indirection for pfit pipe_config assignment
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 25 Apr 2013 20:52:17 +0000 (22:52 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 30 Apr 2013 14:16:32 +0000 (16:16 +0200)
commit2deefda541edb0c73e57e988ccaac4cd014da0d3
treec578de5e7d0ab728523a86c624b87032ceb4845e
parent68fc874289e58e62bd0820db0d52150ce6d9fe03
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 <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_panel.c