Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dtop.h12 u32 nvkm_top_addr(struct nvkm_device *, enum nvkm_devidx);
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
Dgv100.c31 gsp->addr = nvkm_top_addr(subdev->device, subdev->index); in gv100_gsp_oneinit()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
Dbase.c33 nvdec->addr = nvkm_top_addr(subdev->device, subdev->index); in nvkm_nvdec_oneinit()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
Dbase.c81 sec2->addr = nvkm_top_addr(subdev->device, subdev->index); in nvkm_sec2_oneinit()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/top/
Dbase.c44 nvkm_top_addr(struct nvkm_device *device, enum nvkm_devidx index) in nvkm_top_addr() function