mbox series

[0/2] drm/cirrus: Don't pretend to operate hardware

Message ID 20241029143928.208349-1-tzimmermann@suse.de (mailing list archive)
Headers show
Series drm/cirrus: Don't pretend to operate hardware | expand

Message

Thomas Zimmermann Oct. 29, 2024, 2:34 p.m. UTC
The cirrus driver is only for qemu's emulation of that hardware. The
two patches in this series update cirrus to reflect this.

(The driver is still obsolete. Use something else if possible.)

Thomas Zimmermann (2):
  drm/cirrus: Use virtual encoder and connector types
  drm/cirrus: Rename to cirrus-qemu

 MAINTAINERS                                      | 2 +-
 drivers/gpu/drm/tiny/Makefile                    | 2 +-
 drivers/gpu/drm/tiny/{cirrus.c => cirrus-qemu.c} | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename drivers/gpu/drm/tiny/{cirrus.c => cirrus-qemu.c} (99%)