linux/drivers/gpu/drm/verisilicon
Icenowy Zheng e07761b936 drm: verisilicon: fix build failure of cursor plane code
The cursor plane patch was stalled for a too long time that the
struct drm_atomic_state parameter of atomic modeset hooks has been
changed to struct drm_atomic_commit.

Fix this by replacing the parameter's type. All helpers that retrieve
information from this struct are also changed so simply replacing the
type works.

Fixes: 8c4ae21891 ("drm: verisilicon: add support for cursor planes")
Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/20260525153618.1336239-1-zhengxingda@iscas.ac.cn
2026-05-26 16:05:53 +08:00
..
Kconfig
Makefile drm: verisilicon: add support for cursor planes 2026-05-22 19:19:37 +08:00
vs_bridge_regs.h
vs_bridge.c Merge drm/drm-next into drm-misc-next 2026-05-07 16:17:01 +02:00
vs_bridge.h
vs_crtc_regs.h
vs_crtc.c drm: verisilicon: add support for cursor planes 2026-05-22 19:19:37 +08:00
vs_crtc.h
vs_cursor_plane_regs.h drm: verisilicon: add support for cursor planes 2026-05-22 19:19:37 +08:00
vs_cursor_plane.c drm: verisilicon: fix build failure of cursor plane code 2026-05-26 16:05:53 +08:00
vs_dc_top_regs.h
vs_dc.c drm: verisilicon: make vs_dc_platform_driver static 2026-03-25 15:21:23 +01:00
vs_dc.h
vs_drm.c
vs_drm.h
vs_hwdb.c drm: verisilicon: add max cursor size to HWDB 2026-05-22 19:19:21 +08:00
vs_hwdb.h drm: verisilicon: add max cursor size to HWDB 2026-05-22 19:19:21 +08:00
vs_plane.c drm: verisilicon: fill plane's vs_format in atomic_check 2026-05-04 13:30:59 +02:00
vs_plane.h drm: verisilicon: add support for cursor planes 2026-05-22 19:19:37 +08:00
vs_primary_plane_regs.h
vs_primary_plane.c Merge drm/drm-next into drm-misc-next 2026-05-07 16:17:01 +02:00