Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/ast/
Dast_drv.h246 struct ast_crtc { struct
247 struct drm_crtc base;
248 struct drm_gem_object *cursor_bo;
249 uint64_t cursor_addr;
273 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) argument
Dast_mode.c1148 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set() local
1229 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move() local