Home
last modified time | relevance | path

Searched refs:nvkm_ramht_remove (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/
Dramht.h27 void nvkm_ramht_remove(struct nvkm_ramht *, int cookie);
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/
Dramht.c100 nvkm_ramht_remove(struct nvkm_ramht *ramht, int cookie) in nvkm_ramht_remove() function
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchannv50.c154 nvkm_ramht_remove(chan->ramht, cookie); in nv50_fifo_chan_object_dtor()
Ddmanv04.c42 nvkm_ramht_remove(imem->ramht, cookie); in nv04_fifo_dma_object_dtor()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchannv50.c233 nvkm_ramht_remove(object->disp->ramht, object->hash); in nv50_disp_chan_child_del_()