drm/i915: add FBC_ROTATION to enum no_fbc_reason
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 12 Jun 2015 17:36:19 +0000 (14:36 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 15 Jun 2015 16:36:31 +0000 (18:36 +0200)
commit87f5ff0115eed248377f3474834caceca072b9ba
tree9f298b19f5f34496d8e28e9c36233cb8b8234a0d
parent31b9df1040a9ac1d4b88e382f16a50b9f0aff9be
drm/i915: add FBC_ROTATION to enum no_fbc_reason

Because we're currently using FBC_UNSUPPORTED_MODE for two different
cases.

This commit will also allow us to write the next one without hiding
information from the user.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
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_fbc.c
This page took 0.038299 seconds and 5 git commands to generate.