Home
last modified time | relevance | path

Searched refs:nvkm_gsp_device (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Ddevice.c30 struct nvkm_gsp_device *device = event->device; in r535_gsp_event_dtor()
48 struct nvkm_gsp_device *device = event->device; in r535_gsp_device_event_get()
62 r535_gsp_device_event_ctor(struct nvkm_gsp_device *device, u32 handle, u32 id, in r535_gsp_device_event_ctor()
103 r535_gsp_device_dtor(struct nvkm_gsp_device *device) in r535_gsp_device_dtor()
110 r535_gsp_subdevice_ctor(struct nvkm_gsp_device *device) in r535_gsp_subdevice_ctor()
119 r535_gsp_device_ctor(struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in r535_gsp_device_ctor()
H A Dfbsr.c45 struct nvkm_gsp_device device;
52 r535_fbsr_memlist(struct nvkm_gsp_device *device, u32 handle, enum nvkm_memory_target aper, in r535_fbsr_memlist()
H A Dfifo.c75 r535_chan_alloc(struct nvkm_gsp_device *device, u32 handle, u32 nv2080_engine_type, u8 runq, in r535_chan_alloc()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Drm.h70 int (*ctor)(struct nvkm_gsp_client *, struct nvkm_gsp_device *);
71 void (*dtor)(struct nvkm_gsp_device *);
74 int (*ctor)(struct nvkm_gsp_device *, u32 handle, u32 id,
113 int (*alloc)(struct nvkm_gsp_device *, u32 handle,
157 int r535_fbsr_memlist(struct nvkm_gsp_device *, u32 handle, enum nvkm_memory_target,
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h212 struct nvkm_gsp_device { struct
440 nvkm_gsp_device_ctor(struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in nvkm_gsp_device_ctor()
446 nvkm_gsp_device_dtor(struct nvkm_gsp_device *device) in nvkm_gsp_device_dtor()
454 struct nvkm_gsp_client *client, struct nvkm_gsp_device *device) in nvkm_gsp_client_device_ctor()
468 struct nvkm_gsp_device *device;
478 nvkm_gsp_device_event_ctor(struct nvkm_gsp_device *device, u32 handle, u32 id, in nvkm_gsp_device_event_ctor()
489 struct nvkm_gsp_device *device = event->device; in nvkm_gsp_event_dtor()
H A Dmmu.h72 struct nvkm_gsp_device device;
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h16 struct nvkm_gsp_device device;
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/
H A Dfifo.c20 r570_chan_alloc(struct nvkm_gsp_device *device, u32 handle, u32 nv2080_engine_type, u8 runq, in r570_chan_alloc()