Searched refs:nvkm_nvdec (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | nvdec.h | 4 #define nvkm_nvdec(p) container_of((p), struct nvkm_nvdec, engine) macro 8 struct nvkm_nvdec { struct 14 int gm107_nvdec_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_nvdec **); argument 15 int tu102_nvdec_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_nvdec **); 16 int ga100_nvdec_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_nvdec **); 17 int ga102_nvdec_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_nvdec **); 18 int ad102_nvdec_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_nvdec **);
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/ |
H A D | base.c | 28 struct nvkm_nvdec *nvdec = nvkm_nvdec(engine); in nvkm_nvdec_dtor() 34 nvkm_nvdec = { variable 41 enum nvkm_subdev_type type, int inst, u32 addr, struct nvkm_nvdec **pnvdec) in nvkm_nvdec_new_() 43 struct nvkm_nvdec *nvdec; in nvkm_nvdec_new_() 49 ret = nvkm_engine_ctor(&nvkm_nvdec, device, type, inst, true, in nvkm_nvdec_new_()
|
H A D | priv.h | 14 int (*load)(struct nvkm_nvdec *, int ver, 22 enum nvkm_subdev_type, int, u32 addr, struct nvkm_nvdec **); 25 enum nvkm_subdev_type, int, struct nvkm_nvdec **);
|
H A D | r535.c | 78 struct nvkm_nvdec *nvdec = nvkm_nvdec(engine); in r535_nvdec_dtor() 86 enum nvkm_subdev_type type, int inst, struct nvkm_nvdec **pnvdec) in r535_nvdec_new()
|
H A D | gm107.c | 41 gm107_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, in gm107_nvdec_nofw() 55 struct nvkm_nvdec **pnvdec) in gm107_nvdec_new()
|
H A D | ga102.c | 54 ga102_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, const struct nvkm_nvdec_fwif *fwif) in ga102_nvdec_nofw() 67 struct nvkm_nvdec **pnvdec) in ga102_nvdec_new()
|
H A D | ad102.c | 38 struct nvkm_nvdec **pnvdec) in ad102_nvdec_new()
|
H A D | ga100.c | 38 struct nvkm_nvdec **pnvdec) in ga100_nvdec_new()
|
H A D | tu102.c | 38 struct nvkm_nvdec **pnvdec) in tu102_nvdec_new()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | layout.h | 45 NVKM_LAYOUT_INST(NVKM_ENGINE_NVDEC , struct nvkm_nvdec , nvdec, 8)
|