Lines Matching refs:ast_cursor_plane
809 struct ast_cursor_plane *ast_cursor_plane = to_ast_cursor_plane(plane); in ast_cursor_plane_helper_atomic_update() local
818 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()
896 struct ast_cursor_plane *ast_cursor_plane = to_ast_cursor_plane(plane); in ast_cursor_plane_destroy() local
901 for (i = 0; i < ARRAY_SIZE(ast_cursor_plane->hwc); ++i) { in ast_cursor_plane_destroy()
902 gbo = ast_cursor_plane->hwc[i].gbo; in ast_cursor_plane_destroy()
903 map = ast_cursor_plane->hwc[i].map; in ast_cursor_plane_destroy()
922 struct ast_cursor_plane *ast_cursor_plane = &ast->cursor_plane; in ast_cursor_plane_init() local
923 struct drm_plane *cursor_plane = &ast_cursor_plane->base; in ast_cursor_plane_init()
937 for (i = 0; i < ARRAY_SIZE(ast_cursor_plane->hwc); ++i) { in ast_cursor_plane_init()
955 ast_cursor_plane->hwc[i].gbo = gbo; in ast_cursor_plane_init()
956 ast_cursor_plane->hwc[i].map = map; in ast_cursor_plane_init()
957 ast_cursor_plane->hwc[i].off = off; in ast_cursor_plane_init()
981 gbo = ast_cursor_plane->hwc[i].gbo; in ast_cursor_plane_init()
982 map = ast_cursor_plane->hwc[i].map; in ast_cursor_plane_init()