mirror of
https://github.com/torvalds/linux.git
synced 2026-09-20 01:20:03 +02:00
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| vs_bridge_regs.h | ||
| vs_bridge.c | ||
| vs_bridge.h | ||
| vs_crtc_regs.h | ||
| vs_crtc.c | ||
| vs_crtc.h | ||
| vs_cursor_plane_regs.h | ||
| vs_cursor_plane.c | ||
| vs_dc_top_regs.h | ||
| vs_dc.c | ||
| vs_dc.h | ||
| vs_drm.c | ||
| vs_drm.h | ||
| vs_hwdb.c | ||
| vs_hwdb.h | ||
| vs_plane.c | ||
| vs_plane.h | ||
| vs_primary_plane_regs.h | ||
| vs_primary_plane.c | ||