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.c267 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_set()
276 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()
639 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_gamma_set()
1168 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set()
1249 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move()
Dast_drv.h272 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) macro