ast_cursor_plane
static const u8 *ast_cursor_plane_get_argb4444(struct ast_cursor_plane *ast_cursor_plane,
IOSYS_MAP_INIT_VADDR(ast_cursor_plane->argb4444),
IOSYS_MAP_INIT_VADDR(ast_cursor_plane->argb4444),
memset(ast_cursor_plane->argb4444, 0xff, sizeof(ast_cursor_plane->argb4444));
argb4444 = ast_cursor_plane->argb4444;
struct ast_cursor_plane *ast_cursor_plane = to_ast_cursor_plane(plane);
const u8 *argb4444 = ast_cursor_plane_get_argb4444(ast_cursor_plane,
struct ast_cursor_plane *ast_cursor_plane = &ast->cursor_plane;
struct ast_plane *ast_plane = &ast_cursor_plane->base;
static inline struct ast_cursor_plane *to_ast_cursor_plane(struct drm_plane *plane)
return container_of(to_ast_plane(plane), struct ast_cursor_plane, base);
struct ast_cursor_plane cursor_plane;