Searched refs:mgag200_bo_pin (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/mgag200/ |
D | mgag200_cursor.c | 95 ret = mgag200_bo_pin(pixels_1, TTM_PL_FLAG_VRAM, in mga_crtc_cursor_set() 101 ret = mgag200_bo_pin(pixels_2, TTM_PL_FLAG_VRAM, in mga_crtc_cursor_set()
|
D | mgag200_drv.h | 302 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
D | mgag200_ttm.c | 355 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr) in mgag200_bo_pin() function
|
D | mgag200_mode.c | 753 ret = mgag200_bo_pin(bo, TTM_PL_FLAG_VRAM, &gpu_addr); in mga_crtc_do_set_base()
|