Home
last modified time | relevance | path

Searched refs:nvkm_gsp_client (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h200 struct nvkm_gsp_client { struct
202 struct nvkm_gsp_client *client;
367 struct nvkm_gsp_client *client = parent->client; in nvkm_gsp_rm_alloc_get()
436 int nvkm_gsp_client_ctor(struct nvkm_gsp *, struct nvkm_gsp_client *);
437 void nvkm_gsp_client_dtor(struct nvkm_gsp_client *);
440 nvkm_gsp_device_ctor(struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in nvkm_gsp_device_ctor()
454 struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in nvkm_gsp_client_device_ctor()
H A Dmmu.h71 struct nvkm_gsp_client client;
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Ddevice.c31 struct nvkm_gsp_client *client = device->object.client; in r535_gsp_event_dtor()
65 struct nvkm_gsp_client *client = device->object.client; in r535_gsp_device_event_ctor()
119 r535_gsp_device_ctor(struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in r535_gsp_device_ctor()
H A Dalloc.c30 struct nvkm_gsp_client *client = object->client; in r535_gsp_rpc_rm_free()
81 struct nvkm_gsp_client *client = object->client; in r535_gsp_rpc_rm_alloc_get()
H A Dclient.c27 r535_gsp_client_ctor(struct nvkm_gsp_client *client, u32 handle) in r535_gsp_client_ctor()
H A Dctrl.c68 struct nvkm_gsp_client *client = object->client; in r535_gsp_rpc_rm_ctrl_get()
H A Dfbsr.c44 struct nvkm_gsp_client client;
55 struct nvkm_gsp_client *client = device->object.client; in r535_fbsr_memlist()
H A Dfifo.c279 struct nvkm_gsp_client *client = &chan->vmm->rm.client; in r535_flcn_bind()
H A Dgsp.c957 struct nvkm_gsp_client *client; in r535_gsp_msg_post_event()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Dclient.c8 nvkm_gsp_client_dtor(struct nvkm_gsp_client *client) in nvkm_gsp_client_dtor()
27 nvkm_gsp_client_ctor(struct nvkm_gsp *gsp, struct nvkm_gsp_client *client) in nvkm_gsp_client_ctor()
H A Drm.h66 int (*ctor)(struct nvkm_gsp_client *, u32 handle);
70 int (*ctor)(struct nvkm_gsp_client *, struct nvkm_gsp_device *);
151 void r535_gsp_client_dtor(struct nvkm_gsp_client *);
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/
H A Dclient.c10 r570_gsp_client_ctor(struct nvkm_gsp_client *client, u32 handle) in r570_gsp_client_ctor()
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h15 struct nvkm_gsp_client client;