xserver/hw/xfree86/drivers
Patrik Jakobsson db9e9d45e8 modesetting: Fix dirty updates for sw rotation
Rotation is broken for all drm drivers not providing hardware rotation
support. Drivers that give direct access to vram and not needing dirty
updates still work but only by accident. The problem is caused by
modesetting not sending the correct fb_id to drmModeDirtyFB() and
passing the damage rects in the rotated state and not as the crtc
expects them. This patch takes care of both problems.

Signed-off-by: Patrik Jakobsson <pjakobsson@suse.de>
2021-09-15 20:31:23 +00:00
..
inputtest Don't underlink inputtest on targets which require complete linkage 2021-09-01 13:57:40 +00:00
modesetting modesetting: Fix dirty updates for sw rotation 2021-09-15 20:31:23 +00:00
Makefile.am xfree86: Implement a test input driver 2020-12-14 01:12:10 +00:00