commit | 29ebf90f8157f9d01dda2b1555b4a08e9e542b21 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jul 27 17:23:55 2013 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Aug 04 21:29:56 2013 +0200 |
tree | b1885692d17994edc7d01c24951ecfc47344d9c1 | |
parent | 135c81b8c3c9a70d7b55758c9c2a247a4abb7b64 [diff] |
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>