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%)

Comments

Thomas Zimmermann Nov. 7, 2024, 11:35 a.m. UTC | #1
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%)
>
Thomas Zimmermann Nov. 21, 2024, 8:25 a.m. UTC | #2
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%)
>
Gerd Hoffmann Nov. 21, 2024, 12:45 p.m. UTC | #3
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