Home
last modified time | relevance | path

Searched refs:to_ast_crtc (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/ast/
Dast_fb.c263 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_set()
272 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_get()
Dast_mode.c66 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_load_lut()
630 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_gamma_set()
1129 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set()
1210 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move()
Dast_drv.h271 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) macro