search for: nv98_vp_priv

Displaying 3 results from an estimated 3 matches for "nv98_vp_priv".

Did you mean: nv84_vp_priv
2013 Jul 29
0
[PATCH] drm/nouveau/vdec: copy nvc0 bsp/vp/ppp to nv98
...N WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * - * Authors: Ben Skeggs + * Authors: Ben Skeggs, Maarten Lankhorst, Ilia Mirkin */ -#include <core/engctx.h> -#include <core/class.h> - +#include <engine/falcon.h> #include <engine/vp.h> struct nv98_vp_priv { - struct nouveau_engine base; + struct nouveau_falcon base; }; /******************************************************************************* @@ -37,6 +35,8 @@ struct nv98_vp_priv { static struct nouveau_oclass nv98_vp_sclass[] = { + { 0x88b2, &nouveau_object_ofuncs }, + { 0x85b2, &...
2013 Jun 23
0
[PATCH v2] nouveau: Load firmware for BSP/VP engines on NV84-NV96, NVA0
...ouveau/core/engine/vp/nv84.c copy to drivers/gpu/drm/nouveau/core/engine/vp/nv98.c index 261cd96..8a8236b 100644 --- a/drivers/gpu/drm/nouveau/core/engine/vp/nv84.c +++ b/drivers/gpu/drm/nouveau/core/engine/vp/nv98.c @@ -27,7 +27,7 @@ #include <engine/vp.h> -struct nv84_vp_priv { +struct nv98_vp_priv { struct nouveau_engine base; }; @@ -36,7 +36,7 @@ struct nv84_vp_priv { ******************************************************************************/ static struct nouveau_oclass -nv84_vp_sclass[] = { +nv98_vp_sclass[] = { {}, }; @@ -45,8 +45,8 @@ nv84_vp_sclass[] = { **********...
2013 Jun 03
4
[PATCH] nouveau: Load firmware for BSP/VP engines on NV84-NV96, NVA0
These chipsets include the VP2 engine which is composed of a bitstream processor (BSP) that decodes H.264 and a video processor (VP) which can do iDCT/mo-comp/etc for MPEG1/2, H.264, and VC-1. Both of these are driven by separate xtensa chips embedded in the hardware. This patch provides the mechanism to load the kernel for the xtensa chips and provide the necessary interactions to do the rest of