Searched refs:mgag200_bo (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.h | 162 struct mgag200_bo *pixels_1; 163 struct mgag200_bo *pixels_2; 166 struct mgag200_bo *pixels_current; 168 struct mgag200_bo *pixels_prev; 225 struct mgag200_bo { struct 233 #define gem_to_mga_bo(gobj) container_of((gobj), struct mgag200_bo, gem) argument 235 static inline struct mgag200_bo * 236 mgag200_bo(struct ttm_buffer_object *bo) in mgag200_bo() function 238 return container_of(bo, struct mgag200_bo, bo); in mgag200_bo() 275 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain); [all …]
|
D | mgag200_ttm.c | 98 struct mgag200_bo *bo; in mgag200_bo_ttm_destroy() 100 bo = container_of(tbo, struct mgag200_bo, bo); in mgag200_bo_ttm_destroy() 141 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_evict_flags() 152 struct mgag200_bo *mgabo = mgag200_bo(bo); in mgag200_bo_verify_access() 279 void mgag200_ttm_placement(struct mgag200_bo *bo, int domain) in mgag200_ttm_placement() 301 uint32_t flags, struct mgag200_bo **pmgabo) in mgag200_bo_create() 304 struct mgag200_bo *mgabo; in mgag200_bo_create() 308 mgabo = kzalloc(sizeof(struct mgag200_bo), GFP_KERNEL); in mgag200_bo_create() 323 sizeof(struct mgag200_bo)); in mgag200_bo_create() 336 static inline u64 mgag200_bo_gpu_offset(struct mgag200_bo *bo) in mgag200_bo_gpu_offset() [all …]
|
D | mgag200_main.c | 284 struct mgag200_bo *astbo; in mgag200_gem_create() 328 static void mgag200_bo_unref(struct mgag200_bo **bo) in mgag200_bo_unref() 342 struct mgag200_bo *mgag200_bo = gem_to_mga_bo(obj); in mgag200_gem_free_object() local 344 mgag200_bo_unref(&mgag200_bo); in mgag200_gem_free_object() 348 static inline u64 mgag200_bo_mmap_offset(struct mgag200_bo *bo) in mgag200_bo_mmap_offset() 360 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 | 25 struct mgag200_bo *bo; in mga_dirty_update()
|
D | mgag200_mode.c | 869 struct mgag200_bo *bo; in mga_crtc_do_set_base() 1430 struct mgag200_bo *bo = gem_to_mga_bo(obj); in mga_crtc_disable()
|