/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | nvdec.c | 36 struct nvdec { struct 66 static int nvdec_boot_falcon(struct nvdec *nvdec) in nvdec_boot_falcon() argument 108 static int nvdec_boot_riscv(struct nvdec *nvdec) in nvdec_boot_riscv() argument 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 428 struct nvdec *nvdec; in nvdec_probe() local 501 nvdec->riscv.regs = nvdec->regs; in nvdec_probe() [all …]
|
H A D | Makefile | 27 nvdec.o \
|
/openbmc/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() local 29 nvkm_falcon_dtor(&nvdec->falcon); in nvkm_nvdec_dtor() 30 return nvdec; in nvkm_nvdec_dtor() 42 struct nvkm_nvdec *nvdec; in nvkm_nvdec_new_() local 45 if (!(nvdec = *pnvdec = kzalloc(sizeof(*nvdec), GFP_KERNEL))) in nvkm_nvdec_new_() 49 &nvdec->engine); in nvkm_nvdec_new_() 53 fwif = nvkm_firmware_load(&nvdec->engine.subdev, fwif, "Nvdec", nvdec); in nvkm_nvdec_new_() 57 nvdec->func = fwif->func; in nvkm_nvdec_new_() 59 return nvkm_falcon_ctor(nvdec->func->flcn, &nvdec->engine.subdev, in nvkm_nvdec_new_() 60 nvdec->engine.subdev.name, addr, &nvdec->falcon); in nvkm_nvdec_new_()
|
H A D | Kbuild | 2 nvkm-y += nvkm/engine/nvdec/base.o 3 nvkm-y += nvkm/engine/nvdec/gm107.o 4 nvkm-y += nvkm/engine/nvdec/ga102.o
|
H A D | gm107.c | 41 gm107_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, in gm107_nvdec_nofw() argument
|
H A D | ga102.c | 45 ga102_nvdec_nofw(struct nvkm_nvdec *nvdec, int ver, const struct nvkm_nvdec_fwif *fwif) in ga102_nvdec_nofw() argument
|
/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/ |
H A D | nvidia,tegra210-nvdec.yaml | 4 $id: http://devicetree.org/schemas/gpu/host1x/nvidia,tegra210-nvdec.yaml# 20 pattern: "^nvdec@[0-9a-f]*$" 24 - nvidia,tegra210-nvdec 25 - nvidia,tegra186-nvdec 26 - nvidia,tegra194-nvdec 36 - const: nvdec 43 - const: nvdec 92 nvdec@15480000 { 93 compatible = "nvidia,tegra186-nvdec"; 96 clock-names = "nvdec"; [all …]
|
H A D | nvidia,tegra234-nvdec.yaml | 4 $id: http://devicetree.org/schemas/gpu/host1x/nvidia,tegra234-nvdec.yaml# 20 pattern: "^nvdec@[0-9a-f]*$" 24 - nvidia,tegra234-nvdec 34 - const: nvdec 43 - const: nvdec 131 nvdec@15480000 { 132 compatible = "nvidia,tegra234-nvdec"; 137 clock-names = "nvdec", "fuse", "tsec_pka"; 139 reset-names = "nvdec";
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ga102.c | 39 0, &subdev->device->nvdec[0]->falcon, &fb->vpr_scrubber); in ga102_fb_oneinit()
|
H A D | gp102.c | 63 0, &subdev->device->nvdec[0]->falcon, &fb->vpr_scrubber); in gp102_fb_oneinit()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 1970 .nvdec = { 0x00000001, gm107_nvdec_new }, 2038 .nvdec = { 0x00000001, gm107_nvdec_new }, 2073 .nvdec = { 0x00000001, gm107_nvdec_new }, 2108 .nvdec = { 0x00000001, gm107_nvdec_new }, 2166 .nvdec = { 0x00000001, gm107_nvdec_new }, 2199 .nvdec = { 0x00000001, gm107_nvdec_new }, 2233 .nvdec = { 0x00000001, gm107_nvdec_new }, 2267 .nvdec = { 0x00000001, gm107_nvdec_new }, 2301 .nvdec = { 0x00000001, gm107_nvdec_new }, 2335 .nvdec = { 0x00000001, gm107_nvdec_new }, [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ |
H A D | Kbuild | 19 include $(src)/nvkm/engine/nvdec/Kbuild
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | layout.h | 45 NVKM_LAYOUT_INST(NVKM_ENGINE_NVDEC , struct nvkm_nvdec , nvdec, 5)
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra234-p3740-0002+p3701-0008.dts | 76 nvdec@15480000 {
|
H A D | tegra194.dtsi | 1919 nvdec@15140000 { 1920 compatible = "nvidia,tegra194-nvdec"; 1923 clock-names = "nvdec"; 1925 reset-names = "nvdec"; 2067 nvdec@15480000 { 2068 compatible = "nvidia,tegra194-nvdec"; 2071 clock-names = "nvdec"; 2073 reset-names = "nvdec";
|
H A D | tegra186.dtsi | 1712 nvdec@15480000 { 1713 compatible = "nvidia,tegra186-nvdec"; 1716 clock-names = "nvdec"; 1718 reset-names = "nvdec";
|
H A D | tegra210.dtsi | 277 nvdec@54480000 { 278 compatible = "nvidia,tegra210-nvdec";
|
H A D | tegra234.dtsi | 2270 nvdec@15480000 { 2271 compatible = "nvidia,tegra234-nvdec"; 2276 clock-names = "nvdec", "fuse", "tsec_pka"; 2278 reset-names = "nvdec";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra210.dtsi | 195 nvdec@54480000 { 196 compatible = "nvidia,tegra210-nvdec";
|
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 221 nvdec NVIDIA Video Decode Engine Tegra210
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 32 --disable-nvdec disable Nvidia video decoding acceleration (via hwaccel) [autodetect] 119 hevc_nvdec_hwaccel_deps="nvdec"
|
/openbmc/ |
H A D | opengrok2.0.log | 20985 …/data/xref/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml.gz 23997 …-less due to: /opengrok/data/xref/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c.gz 23998 …hildren prevent delete: /opengrok/data/xref/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec 24035 …ss due to: /opengrok/data/xref/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/nvdec.h.gz
|
H A D | opengrok1.0.log | 21273 …/data/xref/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml.gz 24285 …-less due to: /opengrok/data/xref/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/base.c.gz 24286 …hildren prevent delete: /opengrok/data/xref/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/nvdec 24323 …ss due to: /opengrok/data/xref/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/engine/nvdec.h.gz
|