| /drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
| D | r535.c | 90 r535_gsp_msgq_wait(struct nvkm_gsp *gsp, u32 repc, u32 *prepc, int *ptime) in r535_gsp_msgq_wait() 149 r535_gsp_msgq_recv(struct nvkm_gsp *gsp, u32 repc, int *ptime) in r535_gsp_msgq_recv() 155 r535_gsp_cmdq_push(struct nvkm_gsp *gsp, void *argv) in r535_gsp_cmdq_push() 223 r535_gsp_cmdq_get(struct nvkm_gsp *gsp, u32 argc) in r535_gsp_cmdq_get() 253 r535_gsp_msg_done(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg) in r535_gsp_msg_done() 259 r535_gsp_msg_dump(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg, int lvl) in r535_gsp_msg_dump() 272 r535_gsp_msg_recv(struct nvkm_gsp *gsp, int fn, u32 repc) in r535_gsp_msg_recv() 337 r535_gsp_msg_ntfy_add(struct nvkm_gsp *gsp, u32 fn, nvkm_gsp_msg_ntfy_func func, void *priv) in r535_gsp_msg_ntfy_add() 355 r535_gsp_rpc_poll(struct nvkm_gsp *gsp, u32 fn) in r535_gsp_rpc_poll() 369 r535_gsp_rpc_send(struct nvkm_gsp *gsp, void *argv, bool wait, u32 repc) in r535_gsp_rpc_send() [all …]
|
| D | base.c | 25 nvkm_gsp_intr_nonstall(struct nvkm_gsp *gsp, enum nvkm_subdev_type type, int inst) in nvkm_gsp_intr_nonstall() 36 nvkm_gsp_intr_stall(struct nvkm_gsp *gsp, enum nvkm_subdev_type type, int inst) in nvkm_gsp_intr_stall() 53 struct nvkm_gsp *gsp = nvkm_gsp(subdev); in nvkm_gsp_fini() local 64 struct nvkm_gsp *gsp = nvkm_gsp(subdev); in nvkm_gsp_init() local 75 struct nvkm_gsp *gsp = nvkm_gsp(subdev); in nvkm_gsp_oneinit() local 86 struct nvkm_gsp *gsp = nvkm_gsp(subdev); in nvkm_gsp_dtor() local 107 struct nvkm_gsp *gsp; in nvkm_gsp_new_() local
|
| D | tu102.c | 31 tu102_gsp_booter_ctor(struct nvkm_gsp *gsp, const char *name, const struct firmware *blob, in tu102_gsp_booter_ctor() 112 tu102_gsp_reset(struct nvkm_gsp *gsp) in tu102_gsp_reset() 118 tu102_gsp_vga_workspace_addr(struct nvkm_gsp *gsp, u64 fb_size) in tu102_gsp_vga_workspace_addr() 137 tu102_gsp_oneinit(struct nvkm_gsp *gsp) in tu102_gsp_oneinit()
|
| D | fwsec.c | 89 nvkm_gsp_fwsec_patch(struct nvkm_gsp *gsp, struct nvkm_falcon_fw *fw, u32 if_offset, u32 init_cmd) in nvkm_gsp_fwsec_patch() 172 nvkm_gsp_fwsec_v2(struct nvkm_gsp *gsp, const char *name, in nvkm_gsp_fwsec_v2() 223 nvkm_gsp_fwsec_v3(struct nvkm_gsp *gsp, const char *name, in nvkm_gsp_fwsec_v3() 262 nvkm_gsp_fwsec(struct nvkm_gsp *gsp, const char *name, u32 init_cmd) in nvkm_gsp_fwsec() 316 nvkm_gsp_fwsec_sb(struct nvkm_gsp *gsp) in nvkm_gsp_fwsec_sb() 338 nvkm_gsp_fwsec_frts(struct nvkm_gsp *gsp) in nvkm_gsp_fwsec_frts()
|
| D | ga102.c | 29 ga102_gsp_reset(struct nvkm_gsp *gsp) in ga102_gsp_reset() 42 ga102_gsp_booter_ctor(struct nvkm_gsp *gsp, const char *name, const struct firmware *blob, in ga102_gsp_booter_ctor()
|
| D | gv100.c | 43 gv100_gsp_nofw(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif) in gv100_gsp_nofw()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
| D | r535.c | 47 r535_bar_bar2_update_pde(struct nvkm_gsp *gsp, u64 addr) in r535_bar_bar2_update_pde() 65 struct nvkm_gsp *gsp = bar->subdev.device->gsp; in r535_bar_bar2_fini() local 78 struct nvkm_gsp *gsp = device->gsp; in r535_bar_bar2_init() local 114 struct nvkm_gsp *gsp = device->gsp; in r535_bar_bar1_init() local
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| D | r535.c | 62 struct nvkm_gsp *gsp = client->gsp; in fbsr_memlist() local 122 struct nvkm_gsp *gsp = fbsr->client.gsp; in fbsr_send() local 160 struct nvkm_gsp *gsp = fbsr->client.gsp; in fbsr_init() local 224 struct nvkm_gsp *gsp = device->gsp; in r535_instmem_suspend() local
|
| /drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| D | gsp.h | 157 struct nvkm_gsp *gsp; member 225 nvkm_gsp_rm(struct nvkm_gsp *gsp) in nvkm_gsp_rm() 231 nvkm_gsp_rpc_get(struct nvkm_gsp *gsp, u32 fn, u32 argc) in nvkm_gsp_rpc_get() 237 nvkm_gsp_rpc_push(struct nvkm_gsp *gsp, void *argv, bool wait, u32 repc) in nvkm_gsp_rpc_push() 243 nvkm_gsp_rpc_rd(struct nvkm_gsp *gsp, u32 fn, u32 argc) in nvkm_gsp_rpc_rd() 254 nvkm_gsp_rpc_wr(struct nvkm_gsp *gsp, void *argv, bool wait) in nvkm_gsp_rpc_wr() 265 nvkm_gsp_rpc_done(struct nvkm_gsp *gsp, void *repv) in nvkm_gsp_rpc_done() 318 struct nvkm_gsp *gsp = client->gsp; in nvkm_gsp_rm_alloc_get() local 384 nvkm_gsp_client_ctor(struct nvkm_gsp *gsp, struct nvkm_gsp_client *client) in nvkm_gsp_client_ctor() 413 nvkm_gsp_client_device_ctor(struct nvkm_gsp *gsp, in nvkm_gsp_client_device_ctor()
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| D | r535.c | 34 struct nvkm_gsp *gsp = fb->subdev.device->gsp; in r535_fb_ram_new() local
|
| /drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| D | r535.c | 509 struct nvkm_gsp *gsp = fifo->engine.subdev.device->gsp; in r535_fifo_ectx_size() local 539 struct nvkm_gsp *gsp = subdev->device->gsp; in r535_fifo_runl_ctor() local
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| D | r535.c | 238 struct nvkm_gsp *gsp = gr->engine.subdev.device->gsp; in r535_gr_units() local 250 struct nvkm_gsp *gsp = device->gsp; in r535_gr_oneinit() local
|
| /drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | r535.c | 83 struct nvkm_gsp *gsp = chan->disp->engine.subdev.device->gsp; in r535_chan_push() local 1447 struct nvkm_gsp *gsp = device->gsp; in r535_disp_oneinit() local
|