drm/i915: stop killing pfit on i9xx
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Jun 2013 20:22:47 +0000 (22:22 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 18 Jun 2013 12:05:20 +0000 (14:05 +0200)
commitc9093354a1e839be057aee66bac37bd3b2f44d0e
tree9428e13f7c0db5bb009f03070bd72ccf72e9d75a
parent3eff4faa9f59c581538663e3f42b9e16210cafd0
drm/i915: stop killing pfit on i9xx

Nowadays (i.e. with Valleyview) we also have edp on non-PCH_SPLIT
platforms, so just checking for LVDS is not good enough.

Secondly we have full pfit pipe config tracking, so we'll correctly
disable the pfit as part of the initial modeset.

For fastboot we need a bit of work here to correctly kill unsupported
configs (if e.g. the pfit is used on anything else than the built-in
panel). But since that's not yet supported we don't need to worry.

Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_lvds.c
This page took 0.026842 seconds and 5 git commands to generate.