Lines Matching refs:privring
28 gk104_privring_intr_hub(struct nvkm_subdev *privring, int i) in gk104_privring_intr_hub() argument
30 struct nvkm_device *device = privring->device; in gk104_privring_intr_hub()
34 nvkm_debug(privring, "HUB%d: %06x %08x (%08x)\n", i, addr, data, stat); in gk104_privring_intr_hub()
38 gk104_privring_intr_rop(struct nvkm_subdev *privring, int i) in gk104_privring_intr_rop() argument
40 struct nvkm_device *device = privring->device; in gk104_privring_intr_rop()
44 nvkm_debug(privring, "ROP%d: %06x %08x (%08x)\n", i, addr, data, stat); in gk104_privring_intr_rop()
48 gk104_privring_intr_gpc(struct nvkm_subdev *privring, int i) in gk104_privring_intr_gpc() argument
50 struct nvkm_device *device = privring->device; in gk104_privring_intr_gpc()
54 nvkm_debug(privring, "GPC%d: %06x %08x (%08x)\n", i, addr, data, stat); in gk104_privring_intr_gpc()
58 gk104_privring_intr(struct nvkm_subdev *privring) in gk104_privring_intr() argument
60 struct nvkm_device *device = privring->device; in gk104_privring_intr()
71 gk104_privring_intr_hub(privring, i); in gk104_privring_intr()
79 gk104_privring_intr_rop(privring, i); in gk104_privring_intr()
87 gk104_privring_intr_gpc(privring, i); in gk104_privring_intr()
100 gk104_privring_init(struct nvkm_subdev *privring) in gk104_privring_init() argument
102 struct nvkm_device *device = privring->device; in gk104_privring_init()