Searched defs:ast_plane (Results 1 – 2 of 2) sorted by relevance
475 int ast_plane_init(struct drm_device *dev, struct ast_plane *ast_plane, in ast_plane_init()493 void __iomem *ast_plane_vaddr(struct ast_plane *ast_plane) in ast_plane_vaddr()542 static void ast_handle_damage(struct ast_plane *ast_plane, struct iosys_map *src, in ast_handle_damage()562 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_update() local594 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_enable() local617 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_get_scanout_buffer() local
124 struct ast_plane { struct131 static inline struct ast_plane *to_ast_plane(struct drm_plane *plane) in to_ast_plane() argument