Home
last modified time | relevance | path

Searched refs:gem_to_ast_bo (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/ast/
Dast_fb.c60 bo = gem_to_ast_bo(obj); in ast_dirty_update()
209 bo = gem_to_ast_bo(gobj); in astfb_create()
Dast_mode.c539 bo = gem_to_ast_bo(obj); in ast_crtc_do_set_base()
549 bo = gem_to_ast_bo(obj); in ast_crtc_do_set_base()
626 struct ast_bo *bo = gem_to_ast_bo(obj); in ast_crtc_disable()
927 bo = gem_to_ast_bo(obj); in ast_cursor_init()
1170 bo = gem_to_ast_bo(obj); in ast_cursor_set()
Dast_main.c653 struct ast_bo *ast_bo = gem_to_ast_bo(obj); in ast_gem_free_object()
676 bo = gem_to_ast_bo(obj); in ast_dumb_mmap_offset()
Dast_drv.h334 #define gem_to_ast_bo(gobj) container_of((gobj), struct ast_bo, gem) macro