Home
last modified time | relevance | path

Searched refs:mgag200_bo_pin (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/mgag200/
Dmgag200_cursor.c95 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()
Dmgag200_drv.h302 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
Dmgag200_ttm.c355 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr) in mgag200_bo_pin() function
Dmgag200_mode.c753 ret = mgag200_bo_pin(bo, TTM_PL_FLAG_VRAM, &gpu_addr); in mga_crtc_do_set_base()