Home
last modified time | relevance | path

Searched refs:nv_subidx (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dinstmem.h39 nv_subidx(obj) == NVDEV_SUBDEV_INSTMEM) in nvkm_instmem()
Dfb.h75 nv_subidx(obj) == NVDEV_SUBDEV_FB) in nvkm_fb()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dengine.h33 return nv_subidx(&engine->subdev); in nv_engidx()
Dsubdev.h31 nv_subidx(struct nvkm_subdev *subdev) in nv_subidx() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dsubdev.c34 if (object == NULL || nv_subidx(nv_subdev(object)) != idx) in nvkm_subdev()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/
Dgk104.c69 const int ce = nv_subidx(subdev) - NVDEV_ENGINE_CE0; in gk104_ce_intr()
Dgm204.c69 const int ce = nv_subidx(subdev) - NVDEV_ENGINE_CE0; in gm204_ce_intr()