Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0008.h11 #define NVIF_MMU_V0_HEAP 0x00 macro
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c87 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_HEAP, in nvif_mmu_ctor()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dummu.c137 case NVIF_MMU_V0_HEAP: return nvkm_ummu_heap(ummu, argv, argc); in nvkm_ummu_mthd()