Home
last modified time | relevance | path

Searched full:nvenc (Results 1 – 25 of 32) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/
Dbase.c29 struct nvkm_nvenc *nvenc = nvkm_nvenc(engine); in nvkm_nvenc_dtor() local
30 nvkm_falcon_dtor(&nvenc->falcon); in nvkm_nvenc_dtor()
31 return nvenc; in nvkm_nvenc_dtor()
43 struct nvkm_nvenc *nvenc; in nvkm_nvenc_new_() local
46 if (!(nvenc = *pnvenc = kzalloc(sizeof(*nvenc), GFP_KERNEL))) in nvkm_nvenc_new_()
50 &nvenc->engine); in nvkm_nvenc_new_()
54 fwif = nvkm_firmware_load(&nvenc->engine.subdev, fwif, "Nvenc", nvenc); in nvkm_nvenc_new_()
58 nvenc->func = fwif->func; in nvkm_nvenc_new_()
60 return nvkm_falcon_ctor(nvenc->func->flcn, &nvenc->engine.subdev, in nvkm_nvenc_new_()
61 nvenc->engine.subdev.name, 0, &nvenc->falcon); in nvkm_nvenc_new_()
DKbuild2 nvkm-y += nvkm/engine/nvenc/base.o
3 nvkm-y += nvkm/engine/nvenc/gm107.o
Dpriv.h4 #include <engine/nvenc.h>
Dgm107.c35 gm107_nvenc_nofw(struct nvkm_nvenc *nvenc, int ver, in gm107_nvenc_nofw() argument
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpu/host1x/
Dnvidia,tegra210-nvenc.yaml4 $id: http://devicetree.org/schemas/gpu/host1x/nvidia,tegra210-nvenc.yaml#
7 title: NVIDIA Tegra NVENC
10 NVENC is the hardware video encoder present on NVIDIA Tegra210
20 pattern: "^nvenc@[0-9a-f]*$"
24 - nvidia,tegra210-nvenc
25 - nvidia,tegra186-nvenc
26 - nvidia,tegra194-nvenc
36 - const: nvenc
43 - const: nvenc
83 - nvidia,tegra210-nvenc
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/
Dbase.c30 struct nvkm_nvenc *nvenc = nvkm_nvenc(engine); in nvkm_nvenc_dtor() local
31 nvkm_falcon_dtor(&nvenc->falcon); in nvkm_nvenc_dtor()
32 return nvenc; in nvkm_nvenc_dtor()
44 struct nvkm_nvenc *nvenc; in nvkm_nvenc_new_() local
47 if (!(nvenc = *pnvenc = kzalloc(sizeof(*nvenc), GFP_KERNEL))) in nvkm_nvenc_new_()
51 &nvenc->engine); in nvkm_nvenc_new_()
55 fwif = nvkm_firmware_load(&nvenc->engine.subdev, fwif, "Nvenc", nvenc); in nvkm_nvenc_new_()
59 nvenc->func = fwif->func; in nvkm_nvenc_new_()
61 return nvkm_falcon_ctor(nvenc->func->flcn, &nvenc->engine.subdev, in nvkm_nvenc_new_()
62 nvkm_subdev_name[index], 0, &nvenc->falcon); in nvkm_nvenc_new_()
DKbuild2 nvkm-y += nvkm/engine/nvenc/base.o
3 nvkm-y += nvkm/engine/nvenc/gm107.o
Dpriv.h4 #include <engine/nvenc.h>
Dgm107.c46 gm107_nvenc_nofw(struct nvkm_nvenc *nvenc, int ver, in gm107_nvenc_nofw() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1991 .nvenc[0] = gm107_nvenc_new,
2062 .nvenc[0] = gm107_nvenc_new,
2063 .nvenc[1] = gm107_nvenc_new,
2100 .nvenc[0] = gm107_nvenc_new,
2101 .nvenc[1] = gm107_nvenc_new,
2138 .nvenc[0] = gm107_nvenc_new,
2201 .nvenc[0] = gm107_nvenc_new,
2202 .nvenc[1] = gm107_nvenc_new,
2203 .nvenc[2] = gm107_nvenc_new,
2239 .nvenc[0] = gm107_nvenc_new,
[all …]
Dpriv.h43 #include <engine/nvenc.h>
Duser.c95 case ENGINE_B(NVENC ); break; in nvkm_udevice_info_v1()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/
DKbuild18 include $(src)/nvkm/engine/nvenc/Kbuild
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/
DKbuild18 include $(src)/nvkm/engine/nvenc/Kbuild
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
Dlayout.h46 NVKM_LAYOUT_INST(NVKM_ENGINE_NVENC , struct nvkm_nvenc , nvenc, 3)
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dpriv.h44 #include <engine/nvenc.h>
Dbase.c1971 .nvenc = { 0x00000001, gm107_nvenc_new },
2039 .nvenc = { 0x00000003, gm107_nvenc_new },
2074 .nvenc = { 0x00000003, gm107_nvenc_new },
2109 .nvenc = { 0x00000001, gm107_nvenc_new },
2167 .nvenc = { 0x00000007, gm107_nvenc_new },
2200 .nvenc = { 0x00000003, gm107_nvenc_new },
2234 .nvenc = { 0x00000003, gm107_nvenc_new },
2268 .nvenc = { 0x00000001, gm107_nvenc_new },
2302 .nvenc = { 0x00000003, gm107_nvenc_new },
2395 .nvenc = { 0x00000007, gm107_nvenc_new },
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h172 struct nvkm_nvenc *nvenc[3]; member
245 int (*nvenc[3])(struct nvkm_device *, int idx, struct nvkm_nvenc **); member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/top/
Dgk104.c88 case 0x0000000e: B_(NVENC ); break; in gk104_top_oneinit()
/kernel/linux/linux-6.6/drivers/gpu/host1x/
Dcontext.c50 * Due to an issue with T194 NVENC, only 38 bits can be used. in host1x_memory_context_list_init()
/kernel/linux/linux-6.6/arch/arm64/boot/dts/nvidia/
Dtegra194.dtsi2074 nvenc@154c0000 {
2075 compatible = "nvidia,tegra194-nvenc";
2078 clock-names = "nvenc";
2080 reset-names = "nvenc";
2229 nvenc@15a80000 {
2230 compatible = "nvidia,tegra194-nvenc";
2233 clock-names = "nvenc";
2235 reset-names = "nvenc";
Dtegra186.dtsi1716 nvenc@154c0000 {
1717 compatible = "nvidia,tegra186-nvenc";
1720 clock-names = "nvenc";
1722 reset-names = "nvenc";
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dbase.c212 CASE(NVENC ); in nvkm_fifo_info()
/kernel/linux/linux-5.10/drivers/memory/tegra/
Dtegra210.c1029 { .name = "nvenc", .swgroup = TEGRA_SWGROUP_NVENC, .reg = 0x264 },
1098 TEGRA210_MC_RESET(NVENC, 0x200, 0x204, 11),
/kernel/linux/linux-6.6/drivers/memory/tegra/
Dtegra210.c1174 { .name = "nvenc", .swgroup = TEGRA_SWGROUP_NVENC, .reg = 0x264 },
1252 TEGRA210_MC_RESET(NVENC, 0x200, 0x204, 11),

12