Searched refs:ast_plane (Results 1 – 2 of 2) sorted by relevance
569 static int ast_plane_init(struct drm_device *dev, struct ast_plane *ast_plane, in ast_plane_init() argument577 struct drm_plane *plane = &ast_plane->base; in ast_plane_init()579 ast_plane->vaddr = vaddr; in ast_plane_init()580 ast_plane->offset = offset; in ast_plane_init()581 ast_plane->size = size; in ast_plane_init()630 static void ast_handle_damage(struct ast_plane *ast_plane, struct iosys_map *src, in ast_handle_damage() argument634 struct iosys_map dst = IOSYS_MAP_INIT_VADDR_IOMEM(ast_plane->vaddr); in ast_handle_damage()650 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_update() local666 ast_handle_damage(ast_plane, shadow_plane_state->data, fb, &damage); in ast_primary_plane_helper_atomic_update()683 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_enable() local[all …]
130 struct ast_plane { struct138 static inline struct ast_plane *to_ast_plane(struct drm_plane *plane) in to_ast_plane() argument140 return container_of(plane, struct ast_plane, base); in to_ast_plane()197 struct ast_plane primary_plane;198 struct ast_plane cursor_plane;