Home
last modified time | relevance | path

Searched refs:io_mem_free (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/drm/ttm/
H A Dttm_device.h172 void (*io_mem_free)(struct ttm_device *bdev, member
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c67 if (bdev->funcs->io_mem_free) in ttm_mem_io_free()
68 bdev->funcs->io_mem_free(bdev, mem); in ttm_mem_io_free()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1403 .io_mem_free = &nouveau_ttm_io_mem_free,