xserver/hw/xfree86/drivers
Hans De Goede 6c984ac9a7 modesetting: Do not use function local static variables
The modesetting driver may be driving 2 screens (slave and master
gpu), which may have different behavior wrt hardware cursor support.

So stop using static variables and instead store the hw-cursor support
related data in a per screen struct. While at it actually make it per
crtc data as in theory different crtc's could have different hw-cursor
support.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
2016-09-02 13:04:00 -04:00
..
modesetting modesetting: Do not use function local static variables 2016-09-02 13:04:00 -04:00
Makefile.am modesetting: Connect the driver to the build. 2014-09-16 16:28:42 -07:00