Home
last modified time | relevance | path

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

/drivers/gpu/drm/ast/
Dast_fb.c61 bo = gem_to_ast_bo(obj); in ast_dirty_update()
213 bo = gem_to_ast_bo(gobj); in astfb_create()
Dast_main.c629 struct ast_bo *ast_bo = gem_to_ast_bo(obj); in ast_gem_free_object()
652 bo = gem_to_ast_bo(obj); in ast_dumb_mmap_offset()
Dast_mode.c523 bo = gem_to_ast_bo(obj); in ast_crtc_do_set_base()
533 bo = gem_to_ast_bo(obj); in ast_crtc_do_set_base()
923 bo = gem_to_ast_bo(obj); in ast_cursor_init()
1190 bo = gem_to_ast_bo(obj); in ast_cursor_set()
Dast_drv.h333 #define gem_to_ast_bo(gobj) container_of((gobj), struct ast_bo, gem) macro