linux/drivers/gpu/drm/mgag200
Thomas Zimmermann 5a77e2bfdd drm/mgag200: Remove HW cursor
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
2020-05-19 09:41:32 +02:00
..
Kconfig drm/mgag200: Fix Kconfig indentation 2019-11-20 17:40:32 +01:00
Makefile drm/mgag200: Remove HW cursor 2020-05-19 09:41:32 +02:00
mgag200_cursor.c drm/mgag200: Convert struct drm_device to struct mga_device with helper 2020-05-11 16:39:45 +02:00
mgag200_drv.c drm/mgag200: Convert struct drm_device to struct mga_device with helper 2020-05-11 16:39:45 +02:00
mgag200_drv.h drm/mgag200: Remove HW cursor 2020-05-19 09:41:32 +02:00
mgag200_i2c.c drm/mgag200: Convert struct drm_device to struct mga_device with helper 2020-05-11 16:39:45 +02:00
mgag200_main.c drm/mgag200: Remove HW cursor 2020-05-19 09:41:32 +02:00
mgag200_mode.c drm/mgag200: Remove HW cursor 2020-05-19 09:41:32 +02:00
mgag200_reg.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mgag200_ttm.c drm/mgag200: Don't include <drm/drm_pci.h> 2019-12-05 08:44:19 +01:00