]> nv-tegra.nvidia Code Review - linux-3.10.git/commit
drm/i915: Do not set "Enable Panel Fitter" on SNB pageflips
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Apr 2012 19:37:00 +0000 (20:37 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Apr 2012 08:30:47 +0000 (10:30 +0200)
commit99d9acdd0c5ce970eaf8e8671c0bc4cb7c6fb0c1
tree35dbf99f409b890b92040d64c0384d34e39ded83
parentc291be9dba370ba696a0d482249a212cf5c15f45
drm/i915: Do not set "Enable Panel Fitter" on SNB pageflips

Not only do the pageflip work without it at non-native modes (i.e. with
the panel fitter enabled), it also causes normal (non-pageflipped)
modesets to fail.

Reported-by: Adam Jackson <ajax@redhat.com>
Tested-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Wanted-by-for-fixes: Dave Airlie <airlied@gmail.com>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c