The function vc4_crtc_atomic_flush() was moved and renamed
to vc4_hvs_atomic_flush() by commit 8175287bdd06
("drm/vc4: crtc: Move HVS setup code to the HVS driver").
Update the stale reference in struct vc4_plane_state.
Assisted-by: unnamed:deepseek-v3.2 coccinelle
Signed-off-by: Kexin Sun <kexinsun@smail.nju.edu.cn>
---
drivers/gpu/drm/vc4/vc4_drv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/vc4/vc4_drv.h b/drivers/gpu/drm/vc4/vc4_drv.h
index 221d8e01d539..9d4bb6144a42 100644
--- a/drivers/gpu/drm/vc4/vc4_drv.h
+++ b/drivers/gpu/drm/vc4/vc4_drv.h
@@ -410,7 +410,7 @@ struct vc4_plane_state {
u32 lbm_offset;
/* Offset where the plane's dlist was last stored in the
- * hardware at vc4_crtc_atomic_flush() time.
+ * hardware at vc4_hvs_atomic_flush() time.
*/
u32 __iomem *hw_dlist;
--
2.25.1