xserver/hw/xfree86/drivers
Trevor Davenport 69beb65653 modesetting: Fix invalid identity CTM on 32-bit.
On 32-bit, the shifts used to initialized the identity CTM overflow and
result in zero instead of the intended 1.  This results in a broken
display (on at least i915) when using the modesetting xorg driver.

Fix the invalid CTM by using ULL suffix on the shifts.

Fixes:4e670f1281ad75c5673b6ac75645036d810da8d9

Signed-off-by: Trevor Davenport <trevor_davenport@selinc.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1526>
2024-05-09 11:59:55 -06:00
..
inputtest xf86-input-inputtest: Fix build on systems without SOCK_NONBLOCK 2022-06-26 09:16:42 +00:00
modesetting modesetting: Fix invalid identity CTM on 32-bit. 2024-05-09 11:59:55 -06:00