Home
last modified time | relevance | path

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

/Linux-v6.1/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.c46 gm107_nvenc_nofw(struct nvkm_nvenc *nvenc, int ver, in gm107_nvenc_nofw() argument
/Linux-v6.1/Documentation/devicetree/bindings/gpu/host1x/
Dnvidia,tegra210-nvenc.yaml4 $id: "http://devicetree.org/schemas/gpu/host1x/nvidia,tegra210-nvenc.yaml#"
7 title: Device tree binding for 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 …]
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/
DKbuild18 include $(src)/nvkm/engine/nvenc/Kbuild
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dpriv.h43 #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 },
2394 .nvenc = { 0x00000007, gm107_nvenc_new },
[all …]
/Linux-v6.1/drivers/gpu/drm/nouveau/include/nvkm/core/
Dlayout.h45 NVKM_LAYOUT_INST(NVKM_ENGINE_NVENC , struct nvkm_nvenc , nvenc, 3)
/Linux-v6.1/drivers/gpu/host1x/
Dcontext.c47 * Due to an issue with T194 NVENC, only 38 bits can be used. in host1x_memory_context_list_init()
/Linux-v6.1/arch/arm64/boot/dts/nvidia/
Dtegra194.dtsi2081 nvenc@154c0000 {
2082 compatible = "nvidia,tegra194-nvenc";
2085 clock-names = "nvenc";
2087 reset-names = "nvenc";
2236 nvenc@15a80000 {
2237 compatible = "nvidia,tegra194-nvenc";
2240 clock-names = "nvenc";
2242 reset-names = "nvenc";
Dtegra186.dtsi1723 nvenc@154c0000 {
1724 compatible = "nvidia,tegra186-nvenc";
1727 clock-names = "nvenc";
1729 reset-names = "nvenc";
Dtegra210.dtsi283 nvenc@544c0000 {
284 compatible = "nvidia,tegra210-nvenc";
/Linux-v6.1/drivers/memory/tegra/
Dtegra210.c1174 { .name = "nvenc", .swgroup = TEGRA_SWGROUP_NVENC, .reg = 0x264 },
1252 TEGRA210_MC_RESET(NVENC, 0x200, 0x204, 11),
/Linux-v6.1/include/dt-bindings/clock/
Dtegra186-clock.h878 /** @brief NAFLL clock source for NVENC */
/Linux-v6.1/drivers/clk/tegra/
Dclk-tegra-periph.c756 MUX8("nvenc", mux_pllc2_c_c3_pllp_plla1_clkm, CLK_SOURCE_NVENC, 219, 0, tegra_clk_nvenc),
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dgk104.c919 CASE(NVENC ); in gk104_fifo_info()