search for: nvdev_engine_copy2

Displaying 20 results from an estimated 27 matches for "nvdev_engine_copy2".

2014 May 12
1
[PATCH 1/2] device/nvf1: add support for 0xf1 (gk110b)
...are_oclass; + device->oclass[NVDEV_ENGINE_GR ] = nvf0_graph_oclass; + device->oclass[NVDEV_ENGINE_DISP ] = nvf0_disp_oclass; + device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass; + device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass; + device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; +#if 0 + device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass; + device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass; + device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; +#endif + device->oclass[NVDEV_ENGINE_PERFMON] = &nvf0_...
2014 May 12
0
[PATCH 2/2] device/nvf0: enable video decoding engines on gk110/gk208
...99e 100644 --- a/nvkm/engine/device/nve0.c +++ b/nvkm/engine/device/nve0.c @@ -201,11 +201,9 @@ nve0_identify(struct nouveau_device *device) device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass; device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass; device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; -#if 0 device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass; device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass; device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; -#endif device->oclass[NVDEV_ENGINE_PERFMON] = &nvf0_...
2014 Mar 24
0
[PATCH 12/12] drm/nouveau: support for probing GK20A
...device->oclass[NVDEV_ENGINE_FIFO ] = nvea_fifo_oclass; + /* TODO will need an implementation for this at some point... */ +#if 0 + device->oclass[NVDEV_ENGINE_SW ] = nvc0_software_oclass; +#endif + device->oclass[NVDEV_ENGINE_GR ] = nvea_graph_oclass; + device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; + device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; + break; case 0xf0: device->cname = "GK110"; device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass; -- 1.9.1
2014 Dec 03
0
[PATCH] Add support for GK208B, resolves bug 86935
...re_oclass; + device->oclass[NVDEV_ENGINE_GR ] = nv108_graph_oclass; + device->oclass[NVDEV_ENGINE_DISP ] = nvf0_disp_oclass; + device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass; + device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass; + device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; + device->oclass[NVDEV_ENGINE_BSP ] = &nve0_bsp_oclass; + device->oclass[NVDEV_ENGINE_VP ] = &nve0_vp_oclass; + device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass; + break; case 0x108: device->cname = "GK208"; de...
2014 Mar 26
1
[PATCH 12/12] drm/nouveau: support for probing GK20A
.../* TODO will need an implementation for this at some point... */ > +#if 0 > + device->oclass[NVDEV_ENGINE_SW ] = nvc0_software_oclass; > +#endif > + device->oclass[NVDEV_ENGINE_GR ] = nvea_graph_oclass; > + device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; > + device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; > + break; > case 0xf0: > device->cname = "GK110"; > device->oclass[NVDEV_SUBDEV_VBIOS ] = &no...
2014 Nov 28
2
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...vice/nve0.c > index b1b2e484ecfa..674da1f095b2 100644 > --- a/nvkm/engine/device/nve0.c > +++ b/nvkm/engine/device/nve0.c > @@ -179,6 +179,7 @@ nve0_identify(struct nouveau_device *device) > device->oclass[NVDEV_ENGINE_GR ] = gk20a_graph_oclass; > device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; > device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; > + device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; > break; > case 0xf0: > device->cname = "GK110"; > diff --git a/nvkm/include/subdev...
2014 Nov 28
2
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...00644 >>> --- a/nvkm/engine/device/nve0.c >>> +++ b/nvkm/engine/device/nve0.c >>> @@ -179,6 +179,7 @@ nve0_identify(struct nouveau_device *device) >>> device->oclass[NVDEV_ENGINE_GR ] = gk20a_graph_oclass; >>> device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; >>> device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; >>> + device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; >>> break; >>> case 0xf0: >>> device-&...
2014 Nov 29
0
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...t; --- a/nvkm/engine/device/nve0.c >>>> +++ b/nvkm/engine/device/nve0.c >>>> @@ -179,6 +179,7 @@ nve0_identify(struct nouveau_device *device) >>>> device->oclass[NVDEV_ENGINE_GR ] = gk20a_graph_oclass; >>>> device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; >>>> device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; >>>> + device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; >>>> break; >>>> case 0xf0: >>>&gt...
2014 Nov 28
0
[PATCH 2/2] volt: add support for GK20A
...e/device/nve0.c b/nvkm/engine/device/nve0.c index b1b2e484ecfa..674da1f095b2 100644 --- a/nvkm/engine/device/nve0.c +++ b/nvkm/engine/device/nve0.c @@ -179,6 +179,7 @@ nve0_identify(struct nouveau_device *device) device->oclass[NVDEV_ENGINE_GR ] = gk20a_graph_oclass; device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; + device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; break; case 0xf0: device->cname = "GK110"; diff --git a/nvkm/include/subdev/volt.h b/nvkm/include/subdev/volt...
2014 Nov 28
0
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...e/device/nve0.c b/nvkm/engine/device/nve0.c index b1b2e484ecfa..674da1f095b2 100644 --- a/nvkm/engine/device/nve0.c +++ b/nvkm/engine/device/nve0.c @@ -179,6 +179,7 @@ nve0_identify(struct nouveau_device *device) device->oclass[NVDEV_ENGINE_GR ] = gk20a_graph_oclass; device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; + device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; break; case 0xf0: device->cname = "GK110"; diff --git a/nvkm/include/subdev/volt.h b/nvkm/include/subdev/volt...
2014 Nov 28
8
[RESEND V2 PATCH 1/3] soc/tegra: fuse: export tegra_sku_info for module use
Some Tegra drivers might be complied as kernel modules, and they need the fuse information for initialization. One example is the GK20A Nouveau driver. It needs the GPU speedo value to calculate frequency-voltage table. So export the tegra_sku_info. Signed-off-by: Vince Hsu <vinceh at nvidia.com> --- v2: add more description why we need this patch drivers/soc/tegra/fuse/fuse-tegra.c | 1
2014 Nov 28
0
[RESEND PATCH nouveau 3/3] volt: add support for GK20A
...ecfa..674da1f095b2 100644 >> --- a/nvkm/engine/device/nve0.c >> +++ b/nvkm/engine/device/nve0.c >> @@ -179,6 +179,7 @@ nve0_identify(struct nouveau_device *device) >> device->oclass[NVDEV_ENGINE_GR ] = gk20a_graph_oclass; >> device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; >> device->oclass[NVDEV_ENGINE_PERFMON] = &nve0_perfmon_oclass; >> + device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; >> break; >> case 0xf0: >> device->cname = "GK1...
2014 Nov 28
2
[PATCH 1/2] volt: allow non-bios voltage scaling
Signed-off-by: Vince Hsu <vinceh at nvidia.com> --- nvkm/subdev/volt/base.c | 67 ++++++++++++++++++++++++++++--------------------- 1 file changed, 38 insertions(+), 29 deletions(-) diff --git a/nvkm/subdev/volt/base.c b/nvkm/subdev/volt/base.c index 32794a999106..26ccd8df193f 100644 --- a/nvkm/subdev/volt/base.c +++ b/nvkm/subdev/volt/base.c @@ -101,6 +101,41 @@ nouveau_volt_set_id(struct
2014 Dec 18
2
[RFC PATCH 2/3] dvfs: add support for GK20A
...t; #include <subdev/pwr.h> > #include <subdev/volt.h> > +#include <subdev/dvfs.h> > > #include <engine/device.h> > #include <engine/dmaobj.h> > @@ -180,6 +181,7 @@ nve0_identify(struct nouveau_device *device) > device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; > device->oclass[NVDEV_ENGINE_PERFMON] = &gk20a_perfmon_oclass; > device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; > + device->oclass[NVDEV_SUBDEV_DVFS ] = gk20a_dvfs_oclass; >...
2014 Dec 01
2
[V3 PATCH 1/3] soc/tegra: fuse: export tegra_sku_info
Some Tegra drivers might be compiled as kernel modules, and they need the fuse information for initialization. One example is the GK20A Nouveau driver. It needs the GPU speedo value to calculate frequency-voltage table. So export the tegra_sku_info. Signed-off-by: Vince Hsu <vinceh at nvidia.com> Acked-by: Alexandre Courbot <acourbot at nvidia.com> Acked-by: Thierry Reding <treding
2014 Dec 18
3
[RFC PATCH 2/3] dvfs: add support for GK20A
...t;subdev/volt.h> >>> +#include <subdev/dvfs.h> >>> >>> #include <engine/device.h> >>> #include <engine/dmaobj.h> >>> @@ -180,6 +181,7 @@ nve0_identify(struct nouveau_device *device) >>> device->oclass[NVDEV_ENGINE_COPY2 ] = >>> &nve0_copy2_oclass; >>> device->oclass[NVDEV_ENGINE_PERFMON] = >>> &gk20a_perfmon_oclass; >>> device->oclass[NVDEV_SUBDEV_VOLT ] = >>> &gk20a_volt_oclass; >>> + device-...
2014 Dec 02
3
[V3 PATCH 1/4] soc/tegra: fuse: export tegra_sku_info
Some Tegra drivers might be compiled as kernel modules, and they need the fuse information for initialization. One example is the GK20A Nouveau driver. It needs the GPU speedo value to calculate frequency-voltage table. So export the tegra_sku_info. Signed-off-by: Vince Hsu <vinceh at nvidia.com> Acked-by: Alexandre Courbot <acourbot at nvidia.com> Acked-by: Thierry Reding <treding
2014 Dec 18
4
[RFC PATCH 0/3] introduce DVFS for GK20A
Hi, This is a try to have some simple DVFS (Dynamic Voltage and Frequency Scaling) support for GK20A. Instead of relying on other existing frequency scaling framework, we create a simple subdev in Nouveau for the same purpose. That's because we don't want to make the DVFS implementation for GK20A far more than enough in the beginning and hinder the implementation for dGPU in the future.
2014 Dec 18
0
[RFC PATCH 2/3] dvfs: add support for GK20A
...@@ -41,6 +41,7 @@ #include <subdev/bar.h> #include <subdev/pwr.h> #include <subdev/volt.h> +#include <subdev/dvfs.h> #include <engine/device.h> #include <engine/dmaobj.h> @@ -180,6 +181,7 @@ nve0_identify(struct nouveau_device *device) device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; device->oclass[NVDEV_ENGINE_PERFMON] = &gk20a_perfmon_oclass; device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; + device->oclass[NVDEV_SUBDEV_DVFS ] = gk20a_dvfs_oclass; break; case 0xf0: device->cname = "GK110"; d...
2014 Dec 18
0
[RFC PATCH 2/3] dvfs: add support for GK20A
...; >> #include <subdev/volt.h> >> +#include <subdev/dvfs.h> >> >> #include <engine/device.h> >> #include <engine/dmaobj.h> >> @@ -180,6 +181,7 @@ nve0_identify(struct nouveau_device *device) >> device->oclass[NVDEV_ENGINE_COPY2 ] = &nve0_copy2_oclass; >> device->oclass[NVDEV_ENGINE_PERFMON] = &gk20a_perfmon_oclass; >> device->oclass[NVDEV_SUBDEV_VOLT ] = &gk20a_volt_oclass; >> + device->oclass[NVDEV_SUBDEV_DVFS ] = gk20a_dvfs_oclas...