Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_cursor.c197 u8 *argb4444 = NULL; in ast_cursor_plane_get_argb4444() local
204 IOSYS_MAP_INIT_VADDR(ast_cursor_plane->argb4444), in ast_cursor_plane_get_argb4444()
212 argb4444 = argb4444_dst[0].vaddr; in ast_cursor_plane_get_argb4444()
214 argb4444 = shadow_plane_state->data[0].vaddr; in ast_cursor_plane_get_argb4444()
220 IOSYS_MAP_INIT_VADDR(ast_cursor_plane->argb4444), in ast_cursor_plane_get_argb4444()
229 argb4444 = argb4444_dst[0].vaddr; 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()
244 return argb4444; in ast_cursor_plane_get_argb4444()
271 const u8 *argb4444 = ast_cursor_plane_get_argb4444(ast_cursor_plane, in ast_cursor_plane_helper_atomic_update() local
[all …]