Searched defs:mgag200_bo (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/mgag200/
H A Dmgag200_main.c272 struct mgag200_bo *astbo;
316 static void mgag200_bo_unref(struct mgag200_bo **bo)
330 struct mgag200_bo *mgag200_bo = gem_to_mga_bo(obj); local
332 mgag200_bo_unref(&mgag200_bo);
336 static inline u64 mgag200_bo_mmap_offset(struct mgag200_bo *bo)
349 struct mgag200_bo *bo;
H A Dmgag200_drv.h161 struct mgag200_bo *pixels_1;
162 struct mgag200_bo *pixels_2;
165 struct mgag200_bo *pixels_current;
167 struct mgag200_bo *pixels_prev;
222 struct mgag200_bo { struct
230 #define gem_to_mga_bo(gobj) container_of((gobj), struct mgag200_bo, gem)
232 static inline struct mgag200_bo *
233 mgag200_bo(struct ttm_buffer_object *bo) function
235 return container_of(bo, struct mgag200_bo, bo);
277 void mgag200_ttm_placement(struct mgag200_bo *b
[all...]

Completed in 47 milliseconds