Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ast/
Dast_mode.c693 struct ast_crtc *crtc; in ast_crtc_init()
695 crtc = kzalloc(sizeof(struct ast_crtc), GFP_KERNEL); in ast_crtc_init()
1148 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set() local
1210 ast_crtc->cursor_width = width; in ast_cursor_set()
1211 ast_crtc->cursor_height = height; in ast_cursor_set()
1212 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - width; in ast_cursor_set()
1213 ast_crtc->offset_y = AST_MAX_HWC_WIDTH - height; in ast_cursor_set()
1229 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move() local
1238 x_offset = ast_crtc->offset_x; in ast_cursor_move()
1239 y_offset = ast_crtc->offset_y; in ast_cursor_move()
[all …]
Dast_drv.h246 struct ast_crtc { struct
273 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) argument