Lines Matching refs:subdev
36 return nvkm_rd32(gr->engine.subdev.device, 0x1540); in nv40_gr_units()
47 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 20, align, in nv40_gr_object_bind()
79 int ret = nvkm_gpuobj_new(gr->base.engine.subdev.device, gr->size, in nv40_gr_chan_bind()
84 nv40_grctx_fill(gr->base.engine.subdev.device, *pgpuobj); in nv40_gr_chan_bind()
96 struct nvkm_subdev *subdev = &gr->base.engine.subdev; in nv40_gr_chan_fini() local
97 struct nvkm_device *device = subdev->device; in nv40_gr_chan_fini()
114 nvkm_warn(subdev, "ctxprog timeout %08x\n", insn); in nv40_gr_chan_fini()
176 struct nvkm_device *device = gr->base.engine.subdev.device; in nv40_gr_tile()
236 struct nvkm_subdev *subdev = &gr->base.engine.subdev; in nv40_gr_intr() local
237 struct nvkm_device *device = subdev->device; in nv40_gr_intr()
274 nvkm_error(subdev, "intr %08x [%s] nsource %08x [%s] " in nv40_gr_intr()
290 struct nvkm_device *device = gr->base.engine.subdev.device; in nv40_gr_init()