]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm: xlnx: Store base pointers in zynqmp_disp directly
authorSean Anderson <sean.anderson@linux.dev>
Tue, 23 Apr 2024 17:18:47 +0000 (13:18 -0400)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 26 Apr 2024 17:09:10 +0000 (20:09 +0300)
commite0db0269155eb7270f21eb9e8a7d962dc1e0a8af
treeec85c41cfb5dd5752c9bb781e092ec7269b350c3
parentb58a0bc904ffa091fc020f7fd00e91808fec820e
drm: xlnx: Store base pointers in zynqmp_disp directly

The blend, avbuf, and audio members of zynqmp_disp are anonymous structs
with only one member each. This is rather pointless, so move the members
up a level.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240423171859.3953024-2-sean.anderson@linux.dev
drivers/gpu/drm/xlnx/zynqmp_disp.c