OSDN Git Service

drm/i915: Squelch repeated reasoning for why FBC cannot be activated
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 27 Jul 2013 16:23:55 +0000 (17:23 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 4 Aug 2013 19:29:56 +0000 (21:29 +0200)
commit29ebf90f8157f9d01dda2b1555b4a08e9e542b21
treeb1885692d17994edc7d01c24951ecfc47344d9c1
parent135c81b8c3c9a70d7b55758c9c2a247a4abb7b64
drm/i915: Squelch repeated reasoning for why FBC cannot be activated

Almost invariably the reason why FBC cannot be turned on is the same
every time (disabled via parameter, too many pipes, pipe too large etc)
as modesetting and framebuffer configuration changes less frequently
than trying to enable FBC.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c