Home
last modified time | relevance | path

Searched refs:nvkm_nvdec (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dnvdec.h4 #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 Dbase.c28 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 Dpriv.h14 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 Dr535.c78 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 Dgm107.c41 gm107_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, in gm107_nvdec_nofw()
55 struct nvkm_nvdec **pnvdec) in gm107_nvdec_new()
H A Dga102.c54 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 Dad102.c38 struct nvkm_nvdec **pnvdec) in ad102_nvdec_new()
H A Dga100.c38 struct nvkm_nvdec **pnvdec) in ga100_nvdec_new()
H A Dtu102.c38 struct nvkm_nvdec **pnvdec) in tu102_nvdec_new()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dlayout.h45 NVKM_LAYOUT_INST(NVKM_ENGINE_NVDEC , struct nvkm_nvdec , nvdec, 8)