Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ast/
H A Dast_cursor.c192 u8 *argb4444; in ast_cursor_plane_helper_atomic_update() local
196 argb4444 = shadow_plane_state->data[0].vaddr; in ast_cursor_plane_helper_atomic_update()
199 argb4444 = ast_cursor_plane->argb4444; in ast_cursor_plane_helper_atomic_update()
202 IOSYS_MAP_INIT_VADDR(argb4444), in ast_cursor_plane_helper_atomic_update()
214 ast_set_cursor_image(ast, argb4444, fb->width, fb->height); in ast_cursor_plane_helper_atomic_update()
H A Dast_drv.h141 u8 argb4444[AST_HWC_SIZE]; member