Home
last modified time | relevance | path

Searched refs:nvkm_gsp_client (Results 1 – 5 of 5) 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()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
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/r535/
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()