search for: nv98_bsp_priv

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

Did you mean: nv84_bsp_priv
2013 Jul 29
0
[PATCH] drm/nouveau/vdec: copy nvc0 bsp/vp/ppp to nv98
...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/bsp.h> struct nv98_bsp_priv { - struct nouveau_engine base; + struct nouveau_falcon base; }; /******************************************************************************* @@ -37,31 +35,49 @@ struct nv98_bsp_priv { static struct nouveau_oclass nv98_bsp_sclass[] = { + { 0x88b1, &nouveau_object_ofuncs }, + { 0x85b...
2013 Jun 23
0
[PATCH v2] nouveau: Load firmware for BSP/VP engines on NV84-NV96, NVA0
.../core/engine/bsp/nv84.c copy to drivers/gpu/drm/nouveau/core/engine/bsp/nv98.c index 1d9f614..8bf92b0 100644 --- a/drivers/gpu/drm/nouveau/core/engine/bsp/nv84.c +++ b/drivers/gpu/drm/nouveau/core/engine/bsp/nv98.c @@ -27,7 +27,7 @@ #include <engine/bsp.h> -struct nv84_bsp_priv { +struct nv98_bsp_priv { struct nouveau_engine base; }; @@ -36,7 +36,7 @@ struct nv84_bsp_priv { ******************************************************************************/ static struct nouveau_oclass -nv84_bsp_sclass[] = { +nv98_bsp_sclass[] = { {}, }; @@ -45,8 +45,8 @@ nv84_bsp_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