Searched refs:gem_to_ast_bo (Results 1 – 4 of 4) sorted by relevance
61 bo = gem_to_ast_bo(obj); in ast_dirty_update()212 bo = gem_to_ast_bo(gobj); in astfb_create()
480 struct ast_bo *ast_bo = gem_to_ast_bo(obj); in ast_gem_free_object()509 bo = gem_to_ast_bo(obj); in ast_dumb_mmap_offset()
485 bo = gem_to_ast_bo(obj); in ast_crtc_do_set_base()495 bo = gem_to_ast_bo(obj); in ast_crtc_do_set_base()827 bo = gem_to_ast_bo(obj); in ast_cursor_init()1070 bo = gem_to_ast_bo(obj); in ast_cursor_set()
308 #define gem_to_ast_bo(gobj) container_of((gobj), struct ast_bo, gem) macro