Message ID | 20241029143928.208349-1-tzimmermann@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | drm/cirrus: Don't pretend to operate hardware | expand |
ping Am 29.10.24 um 15:34 schrieb Thomas Zimmermann: > 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%) >
ping ping Am 29.10.24 um 15:34 schrieb Thomas Zimmermann: > 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%) >
On Thu, Nov 21, 2024 at 09:25:11AM +0100, Thomas Zimmermann wrote: > ping ping > > drm/cirrus: Use virtual encoder and connector types > > drm/cirrus: Rename to cirrus-qemu Hmm, matter of taste. I would not have invested that effort, but I have no objections either. So: Acked-by: Gerd Hoffmann <kraxel@redhat.com> take care, Gerd