Home
last modified time | relevance | path

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

/drivers/gpu/drm/ast/
Dast_mode.c818 ast_cursor_plane->hwc[ast_cursor_plane->next_hwc_index].map; in ast_cursor_plane_helper_atomic_update()
820 ast_cursor_plane->hwc[ast_cursor_plane->next_hwc_index].off; in ast_cursor_plane_helper_atomic_update()
843 ++ast_cursor_plane->next_hwc_index; in ast_cursor_plane_helper_atomic_update()
844 ast_cursor_plane->next_hwc_index %= ARRAY_SIZE(ast_cursor_plane->hwc); in ast_cursor_plane_helper_atomic_update()
Dast_drv.h119 unsigned int next_hwc_index; member