Home
last modified time | relevance | path

Searched refs:to_ast_plane (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/ast/
H A Dast_drv.h133 static inline struct ast_plane *to_ast_plane(struct drm_plane *plane) in to_ast_plane() function
146 return container_of(to_ast_plane(plane), struct ast_cursor_plane, base); in to_ast_cursor_plane()
H A Dast_mode.c522 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_update()
554 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_enable()
577 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_get_scanout_buffer()
H A Dast_cursor.c172 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_cursor_plane_helper_atomic_update()