Searched defs:ast_crtc (Results 1 – 2 of 2) sorted by relevance
246 struct ast_crtc { struct247 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
1148 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set() local1229 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move() local