xserver-multidpi/hw/xfree86/drivers/modesetting
Jason Ekstrand fef2f6357b modesetting: Return the crtc for a drawable even if it's rotated
All of our checks for what crtc we are on take rotation into account so we
select the correct crtc.  The only problem is that we weren't returning it
we were rotated.  This caused X to think DRI3 apps were not on any crtc and
limit them to 1 FPS.

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
2015-01-23 10:50:11 -08:00
..
dri2.c modesetting: Include glamor.h from driver.h. 2014-12-25 13:39:17 -08:00
driver.c drivers/modesetting: Save current BlockHandler on return in msBlockHandler 2015-01-23 09:06:41 -08:00
driver.h modesetting: Add vblank synchronization support when using Present. 2014-12-25 13:39:19 -08:00
drmmode_display.c modesetting: Add support for using RandR shadow buffers 2015-01-23 10:50:00 -08:00
drmmode_display.h modesetting: Add support for using RandR shadow buffers 2015-01-23 10:50:00 -08:00
dumb_bo.c modesetting: Drop dumb_bo::map_count field and dead unmap code. 2014-12-11 11:26:19 -08:00
dumb_bo.h modesetting: Drop dumb_bo::map_count field and dead unmap code. 2014-12-11 11:26:19 -08:00
Makefile.am modesetting: Add vblank synchronization support when using Present. 2014-12-25 13:39:19 -08:00
modesetting.man modesetting: Add support for rendering using glamor. 2014-10-09 09:48:51 +02:00
present.c modesetting: Fix build with --disable-glamor. 2015-01-01 10:52:30 -08:00
vblank.c modesetting: Return the crtc for a drawable even if it's rotated 2015-01-23 10:50:11 -08:00