drm/cirrus: Introduce struct cirrus_primary_plane_state
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 15 Feb 2023 16:15:15 +0000 (17:15 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 13 Mar 2023 09:37:02 +0000 (10:37 +0100)
commit74b9a444baca40998d4b3c193b0a98b495fdb7de
tree24c0e98b8236d17f9b53a42e2284acfcce240711
parent6ffdf8865dc52e33b9867fe745f681175b997209
drm/cirrus: Introduce struct cirrus_primary_plane_state

The cirrus driver maintains plane state, format and pitch, in it's
device structure. Introduce a plane state for the primary plane to
store the values.

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