Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h153 struct nvkm_gsp_client { struct
155 struct nvkm_gsp_client *client;
204 int (*client_ctor)(struct nvkm_gsp *, struct nvkm_gsp_client *);
205 void (*client_dtor)(struct nvkm_gsp_client *);
207 int (*device_ctor)(struct nvkm_gsp_client *, struct nvkm_gsp_device *);
338 struct nvkm_gsp_client *client = parent->client; in nvkm_gsp_rm_alloc_get()
405 nvkm_gsp_client_ctor(struct nvkm_gsp *gsp, struct nvkm_gsp_client *client) in nvkm_gsp_client_ctor()
414 nvkm_gsp_client_dtor(struct nvkm_gsp_client *client) in nvkm_gsp_client_dtor()
421 nvkm_gsp_device_ctor(struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in nvkm_gsp_device_ctor()
435 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/instmem/
H A Dr535.c50 struct nvkm_gsp_client client;
61 struct nvkm_gsp_client *client = device->object.client; in fbsr_memlist()
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h15 struct nvkm_gsp_client client;
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c406 struct nvkm_gsp_client *client = device->object.client; in r535_gsp_event_dtor()
440 struct nvkm_gsp_client *client = device->object.client; in r535_gsp_device_event_ctor()
494 r535_gsp_device_ctor(struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in r535_gsp_device_ctor()
518 r535_gsp_client_dtor(struct nvkm_gsp_client *client) in r535_gsp_client_dtor()
532 r535_gsp_client_ctor(struct nvkm_gsp *gsp, struct nvkm_gsp_client *client) in r535_gsp_client_ctor()
569 struct nvkm_gsp_client *client = object->client; in r535_gsp_rpc_rm_free()
621 struct nvkm_gsp_client *client = object->client; in r535_gsp_rpc_rm_alloc_get()
682 struct nvkm_gsp_client *client = object->client; in r535_gsp_rpc_rm_ctrl_get()
1727 struct nvkm_gsp_client *client; in r535_gsp_msg_post_event()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dr535.c387 struct nvkm_gsp_client *client = &chan->vmm->rm.client; in r535_flcn_bind()