Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_cursor.c191 static const u8 *ast_cursor_plane_get_argb4444(struct ast_cursor_plane *ast_cursor_plane, in ast_cursor_plane_get_argb4444() argument
204 IOSYS_MAP_INIT_VADDR(ast_cursor_plane->argb4444), in ast_cursor_plane_get_argb4444()
220 IOSYS_MAP_INIT_VADDR(ast_cursor_plane->argb4444), in ast_cursor_plane_get_argb4444()
240 memset(ast_cursor_plane->argb4444, 0xff, sizeof(ast_cursor_plane->argb4444)); in ast_cursor_plane_get_argb4444()
241 argb4444 = ast_cursor_plane->argb4444; in ast_cursor_plane_get_argb4444()
250 struct ast_cursor_plane *ast_cursor_plane = to_ast_cursor_plane(plane); in ast_cursor_plane_helper_atomic_update() local
271 const u8 *argb4444 = ast_cursor_plane_get_argb4444(ast_cursor_plane, in ast_cursor_plane_helper_atomic_update()
337 struct ast_cursor_plane *ast_cursor_plane = &ast->cursor_plane; in ast_cursor_plane_init() local
338 struct ast_plane *ast_plane = &ast_cursor_plane->base; in ast_cursor_plane_init()