Home
last modified time | relevance | path

Searched defs:nvdec (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dnvdec.c36 struct nvdec { struct
48 const struct nvdec_config *config; argument
55 static inline struct nvdec *to_nvdec(struct tegra_drm_client *client) in to_nvdec() argument
66 static int nvdec_boot_falcon(struct nvdec *nvdec) in nvdec_boot_falcon()
108 static int nvdec_boot_riscv(struct nvdec *nvdec) in nvdec_boot_riscv()
157 struct nvdec *nvdec = to_nvdec(drm); in nvdec_init() local
205 struct nvdec *nvdec = to_nvdec(drm); in nvdec_exit() local
311 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_resume() local
343 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_suspend() local
355 struct nvdec *nvdec = to_nvdec(client); in nvdec_open_channel() local
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dbase.c28 struct nvkm_nvdec *nvdec = nvkm_nvdec(engine); in nvkm_nvdec_dtor() local
42 struct nvkm_nvdec *nvdec; in nvkm_nvdec_new_() local
H A Dgm107.c41 gm107_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, in gm107_nvdec_nofw()
H A Dga102.c45 ga102_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, const struct nvkm_nvdec_fwif *fwif) in ga102_nvdec_nofw()