diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-04 12:26:18 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-05 12:52:51 +0100 |
commit | 0f086acb259d7732560c5d0d642308de028a4445 (patch) | |
tree | 125612ec85d0c15a1574ba8996db5f1754e13bec /src/intel_options.h | |
parent | 7e8060f837475c85cc061ba4a5388140cd227613 (diff) |
sna: Fallback to attaching a shadow fb if we fail to setup the crtc
As we've chosen to fix the kernel to handle CRTC offsets > 4096, drop
the automatic workaround. However, allow the user to force creation of
PerCrtcPixmaps for the purpose of debugging (and to workaround the bug
in older kernels) and to fallback to trying a shadow fb if the setcrtc
fails with the composite fb.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.h')
-rw-r--r-- | src/intel_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel_options.h b/src/intel_options.h index c3e49995..8d0312c4 100644 --- a/src/intel_options.h +++ b/src/intel_options.h @@ -29,6 +29,7 @@ enum intel_options { OPTION_ZAPHOD, OPTION_DELAYED_FLUSH, OPTION_TEAR_FREE, + OPTION_CRTC_PIXMAPS, #endif #ifdef USE_UXA OPTION_FALLBACKDEBUG, |