intel: Add an Option for disabling native rotation

Graphics / X.Org / xf86-video-intel - Chris Wilson [chris-wilson.co.uk] - 25 August 2015 07:50 UTC

Just in case we want to debug the native vs software paths and allow switching without recompiling. For the unfortunate

Section "Device" Identifier "igfx" Driver "intel" Option "HWRotation" "off" EndSection

default is for us to use HW rotation where available (for speed, reduced resource usage and reduce power usage).

300319e intel: Add an Option for disabling native rotation
man/intel.man | 9 +++++++++
src/intel_options.c | 1 +
src/intel_options.h | 1 +
src/sna/sna_display.c | 2 ++
4 files changed, 13 insertions(+)

Upstream: cgit.freedesktop.org


  • Share