Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/tegra/
Dnvdec.c33 struct nvdec { struct
43 const struct nvdec_config *config; argument
46 static inline struct nvdec *to_nvdec(struct tegra_drm_client *client) in to_nvdec() argument
51 static inline void nvdec_writel(struct nvdec *nvdec, u32 value, in nvdec_writel()
57 static int nvdec_boot(struct nvdec *nvdec) in nvdec_boot()
98 struct nvdec *nvdec = to_nvdec(drm); in nvdec_init() local
153 struct nvdec *nvdec = to_nvdec(drm); in nvdec_exit() local
192 static int nvdec_load_firmware(struct nvdec *nvdec) in nvdec_load_firmware()
258 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_resume() local
284 struct nvdec *nvdec = dev_get_drvdata(dev); in nvdec_runtime_suspend() local
[all …]
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
Dbase.c28 struct nvkm_nvdec *nvdec = nvkm_nvdec(engine); in nvkm_nvdec_dtor() local
42 struct nvkm_nvdec *nvdec; in nvkm_nvdec_new_() local
Dgm107.c46 gm107_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, in gm107_nvdec_nofw()