mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
5a77e2bfdd
The HW cursor of Matrox G200 cards only supports a 16-color palette format. Univeral planes require at least ARGB or a similar component- based format, so remove the HW cursor. Alternatively, the driver could dither a cursor image from ARGB to 16 colors. But this does not produce pleasent-looking results in general, so it's useless for modern compositors. Without HW support, compositors will use software rendering. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Tested-by: John Donnelly <John.p.donnelly@oracle.com> Acked-by: Sam Ravnborg <sam@ravnborg.org> Acked-by: Emil Velikov <emil.velikov@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200515083233.32036-2-tzimmermann@suse.de
6 lines
170 B
Makefile
6 lines
170 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
mgag200-y := mgag200_main.o mgag200_mode.o \
|
|
mgag200_drv.o mgag200_i2c.o mgag200_ttm.o
|
|
|
|
obj-$(CONFIG_DRM_MGAG200) += mgag200.o
|