Searched refs:mgag200_bo (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 161 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) argument 232 static inline struct mgag200_bo * 233 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() function 235 return container_of(bo, struct mgag200_bo, bo); in mgag200_bo() 277 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain); [all …]
|
D | mgag200_ttm.c | 97 struct mgag200_bo *bo; in mgag200_bo_ttm_destroy() 99 bo = container_of(tbo, struct mgag200_bo, bo); in mgag200_bo_ttm_destroy() 140 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_evict_flags() 151 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_verify_access() 293 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain) in mgag200_ttm_placement() 315 uint32_t flags, struct mgag200_bo **pmgabo) in mgag200_bo_create() 318 struct mgag200_bo *mgabo; in mgag200_bo_create() 322 mgabo = kzalloc(sizeof(struct mgag200_bo), GFP_KERNEL); in mgag200_bo_create() 337 sizeof(struct mgag200_bo)); in mgag200_bo_create() 350 static inline u64 mgag200_bo_gpu_offset(struct mgag200_bo *bo) in mgag200_bo_gpu_offset() [all …]
|
D | mgag200_main.c | 272 struct mgag200_bo *astbo; in mgag200_gem_create() 316 static void mgag200_bo_unref(struct mgag200_bo **bo) in mgag200_bo_unref() 330 struct mgag200_bo *mgag200_bo = gem_to_mga_bo(obj); in mgag200_gem_free_object() local 332 mgag200_bo_unref(&mgag200_bo); in mgag200_gem_free_object() 336 static inline u64 mgag200_bo_mmap_offset(struct mgag200_bo *bo) in mgag200_bo_mmap_offset() 349 struct mgag200_bo *bo; in mgag200_dumb_mmap_offset()
|
D | mgag200_cursor.c | 39 struct mgag200_bo *pixels_1 = mdev->cursor.pixels_1; in mga_crtc_cursor_set() 40 struct mgag200_bo *pixels_2 = mdev->cursor.pixels_2; in mga_crtc_cursor_set() 41 struct mgag200_bo *pixels_current = mdev->cursor.pixels_current; in mga_crtc_cursor_set() 42 struct mgag200_bo *pixels_prev = mdev->cursor.pixels_prev; in mga_crtc_cursor_set() 44 struct mgag200_bo *bo = NULL; in mga_crtc_cursor_set()
|
D | mgag200_fb.c | 27 struct mgag200_bo *bo; in mga_dirty_update() 170 struct mgag200_bo *bo; in mgag200fb_create()
|
D | mgag200_mode.c | 730 struct mgag200_bo *bo; in mga_crtc_do_set_base() 1284 struct mgag200_bo *bo = gem_to_mga_bo(obj); in mga_crtc_disable()
|