Searched refs:ast_cursor_plane (Results 1 – 2 of 2) sorted by relevance
809 struct ast_cursor_plane *ast_cursor_plane = to_ast_cursor_plane(plane); in ast_cursor_plane_helper_atomic_update() local818 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() local901 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[all …]
110 struct ast_cursor_plane { struct122 static inline struct ast_cursor_plane * argument125 return container_of(plane, struct ast_cursor_plane, base); in to_ast_cursor_plane()179 struct ast_cursor_plane cursor_plane;