xserver/hw/xfree86/drivers
Patrik Jakobsson 3bda7d119a 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>
(cherry picked from commit db9e9d45e8)

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1767>
2025-02-05 15:02:23 +01:00
..
inputtest xfree86: Fix event data alignment in inputtest driver 2022-07-01 15:29:34 +03:00
modesetting modesetting: Fix dirty updates for sw rotation 2025-02-05 15:02:23 +01:00
Makefile.am xfree86: Implement a test input driver 2020-12-14 01:12:10 +00:00