Home
last modified time | relevance | path

Searched refs:ast_plane (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/ast/
A Dast_drv.h111 struct ast_plane { struct
119 static inline struct ast_plane *to_ast_plane(struct drm_plane *plane) in to_ast_plane() argument
121 return container_of(plane, struct ast_plane, base); in to_ast_plane()
179 struct ast_plane primary_plane;
180 struct ast_plane cursor_plane;
A Dast_mode.c573 static int ast_plane_init(struct drm_device *dev, struct ast_plane *ast_plane, in ast_plane_init() argument
581 struct drm_plane *plane = &ast_plane->base; in ast_plane_init()
583 ast_plane->vaddr = vaddr; in ast_plane_init()
584 ast_plane->offset = offset; in ast_plane_init()
585 ast_plane->size = size; in ast_plane_init()
634 static void ast_handle_damage(struct ast_plane *ast_plane, struct iosys_map *src, in ast_handle_damage() argument
654 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_primary_plane_helper_atomic_update() local
683 ast_set_start_address_crt1(ast, (u32)ast_plane->offset); in ast_primary_plane_helper_atomic_update()
874 struct ast_plane *ast_plane = to_ast_plane(plane); in ast_cursor_plane_helper_atomic_update() local
883 u64 dst_off = ast_plane->offset; in ast_cursor_plane_helper_atomic_update()
[all …]

Completed in 9 milliseconds