Searched defs:ast_plane (Results 1 – 3 of 3) sorted by relevance
441 int ast_plane_init(struct drm_device *dev, struct ast_plane *ast_plane, in ast_plane_init()502 static void ast_handle_damage(struct ast_plane *ast_plane, struct iosys_map *src, in ast_handle_damage()522 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_update() local554 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_enable() local577 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_get_scanout_buffer() local
172 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_cursor_plane_helper_atomic_update() local275 struct ast_plane *ast_plane = &ast_cursor_plane->base; in ast_cursor_plane_init() local
125 struct ast_plane { struct133 static inline struct ast_plane *to_ast_plane(struct drm_plane *plane) in to_ast_plane() argument