]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/cirrus: Use virtual encoder and connector types
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 29 Oct 2024 14:34:23 +0000 (15:34 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 26 Nov 2024 13:19:57 +0000 (14:19 +0100)
commitbe2c51c3e37d95e7c0e13636c07ea79ec42333cb
tree7c343a31a1f912fd54075685face8e9b2d100fa5
parent4a696a2ee646ea6f24c28b3624175a7b35482c52
drm/cirrus: Use virtual encoder and connector types

The cirrus driver only works on emulated Cirrus hardware. Use the
correct types for encoder and connector.

As a side effect, the connector has no longer an EDID property. But
neither cirrus emulation nor driver provide any EDID data, so it
makes sense to not pretend that there could be one.

v2:
- mention removed EDID property in commit description (Dmitry)

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241029143928.208349-2-tzimmermann@suse.de
drivers/gpu/drm/tiny/cirrus.c