search for: nv84_video

Displaying 13 results from an estimated 13 matches for "nv84_video".

2014 Sep 01
2
[PATCH 1/3] nv50: set the miptree address when clearing bo's in vp2 init
...riately. Reported-by: Emil Velikov <emil.l.velikov at gmail.com> Tested-by: Emil Velikov <emil.l.velikov at gmail.com> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Cc: "10.2 10.3" <mesa-stable at lists.freedesktop.org> --- src/gallium/drivers/nouveau/nv50/nv84_video.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/nouveau/nv50/nv84_video.c b/src/gallium/drivers/nouveau/nv50/nv84_video.c index a39f572..b26e1ee 100644 --- a/src/gallium/drivers/nouveau/nv50/nv84_video.c +++ b/src/gallium/drivers/nouveau/nv50/nv84_video.c @@ -482,12 +482...
2014 Feb 05
2
[PATCH] nouveau/video: make sure that firmware is present when checking caps
...ive the (somewhat different) vp2 logic a shot. Emil perhaps? If no one confirms after a while I'll go swap cards in my computer. src/gallium/drivers/nouveau/nouveau_screen.h | 5 ++ src/gallium/drivers/nouveau/nouveau_vp3_video.c | 54 +++++++++++++++++++- src/gallium/drivers/nouveau/nv50/nv84_video.c | 68 ++++++++++++++++++++++++- 3 files changed, 123 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/nouveau/nouveau_screen.h b/src/gallium/drivers/nouveau/nouveau_screen.h index 7f15d10..51e24fa 100644 --- a/src/gallium/drivers/nouveau/nouveau_screen.h +++ b/src/gallium/drivers...
2013 Jun 29
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...lium/drivers/nv50/nv50_context.h | 24 + > src/gallium/drivers/nv50/nv50_miptree.c | 27 ++ > src/gallium/drivers/nv50/nv50_resource.h | 1 + > src/gallium/drivers/nv50/nv50_screen.c | 13 +- > src/gallium/drivers/nv50/nv50_winsys.h | 4 + > src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ > src/gallium/drivers/nv50/nv84_video.h | 134 +++++ > src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ > src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ > 11 files changed, 1768 insertions(+), 3 deletions(...
2013 Jun 29
2
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...50_context.h | 24 + >> src/gallium/drivers/nv50/nv50_miptree.c | 27 ++ >> src/gallium/drivers/nv50/nv50_resource.h | 1 + >> src/gallium/drivers/nv50/nv50_screen.c | 13 +- >> src/gallium/drivers/nv50/nv50_winsys.h | 4 + >> src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ >> src/gallium/drivers/nv50/nv84_video.h | 134 +++++ >> src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ >> src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ >> 11 files changed, 1768 insertions(...
2013 Jun 30
0
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...+ >>> src/gallium/drivers/nv50/nv50_miptree.c | 27 ++ >>> src/gallium/drivers/nv50/nv50_resource.h | 1 + >>> src/gallium/drivers/nv50/nv50_screen.c | 13 +- >>> src/gallium/drivers/nv50/nv50_winsys.h | 4 + >>> src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ >>> src/gallium/drivers/nv50/nv84_video.h | 134 +++++ >>> src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ >>> src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ >>> 11 files changed,...
2013 Jun 27
4
[PATCH] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...ext.c | 13 +- src/gallium/drivers/nv50/nv50_context.h | 24 + src/gallium/drivers/nv50/nv50_miptree.c | 27 ++ src/gallium/drivers/nv50/nv50_resource.h | 1 + src/gallium/drivers/nv50/nv50_screen.c | 13 +- src/gallium/drivers/nv50/nv50_winsys.h | 4 + src/gallium/drivers/nv50/nv84_video.c | 778 ++++++++++++++++++++++++++++++ src/gallium/drivers/nv50/nv84_video.h | 134 +++++ src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ src/gallium/drivers/nv50/nv84_video_vp.c | 521 ++++++++++++++++++++ 11 files changed, 1768 insertions(+), 3 deletions(-) create mode 1006...
2013 Jun 30
0
[PATCH v2] nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0
...text.c | 13 +- src/gallium/drivers/nv50/nv50_context.h | 24 + src/gallium/drivers/nv50/nv50_miptree.c | 27 + src/gallium/drivers/nv50/nv50_resource.h | 1 + src/gallium/drivers/nv50/nv50_screen.c | 13 +- src/gallium/drivers/nv50/nv50_winsys.h | 4 + src/gallium/drivers/nv50/nv84_video.c | 793 ++++++++++++++++++++++++++++++ src/gallium/drivers/nv50/nv84_video.h | 134 +++++ src/gallium/drivers/nv50/nv84_video_bsp.c | 251 ++++++++++ src/gallium/drivers/nv50/nv84_video_vp.c | 547 +++++++++++++++++++++ 11 files changed, 1809 insertions(+), 3 deletions(-) create mode 100...
2013 Aug 11
10
[PATCH 00/10] Add support for MPEG2 and VC-1 on VP3/VP4 for NV98-NVAF
...50_context.h | 14 + src/gallium/drivers/nv50/nv50_miptree.c | 6 +- src/gallium/drivers/nv50/nv50_resource.h | 1 + src/gallium/drivers/nv50/nv50_screen.c | 7 +- src/gallium/drivers/nv50/nv50_winsys.h | 4 - src/gallium/drivers/nv50/nv84_video.c | 2 +- src/gallium/drivers/nv50/nv84_video.h | 4 + src/gallium/drivers/nv50/nv98_video.c | 308 +++++++++++++ src/gallium/drivers/nv50/nv98_video.h | 48 ++ src/gallium/drivers/nv50/nv98_video_bsp.c | 159 +++++++ src/gallium/dri...
2014 Jun 17
0
[PATCH try 2 2/2] gallium/nouveau: move pushbuf and fences to context
....c | 79 +------ src/gallium/drivers/nouveau/nv50/nv50_screen.h | 35 +-- .../drivers/nouveau/nv50/nv50_state_validate.c | 8 +- src/gallium/drivers/nouveau/nv50/nv50_surface.c | 6 +- src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 6 +- src/gallium/drivers/nouveau/nv50/nv84_video.c | 16 +- src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 20 +- src/gallium/drivers/nouveau/nvc0/nvc0_compute.h | 4 + src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 133 ++++++++--- src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 32 +++ src/gallium/drivers/nouveau/n...
2014 Jun 17
2
[PATCH try 2 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- src/gallium/drivers/nouveau/nouveau_fence.c | 76 ++++++++++++------------- src/gallium/drivers/nouveau/nouveau_fence.h | 22 +++++-- src/gallium/drivers/nouveau/nouveau_screen.c | 9 +++ src/gallium/drivers/nouveau/nouveau_screen.h | 14 ++--- src/gallium/drivers/nouveau/nv30/nv30_context.c | 4 +-
2014 Jun 21
3
[Mesa-dev] [PATCH try 2 2/2] gallium/nouveau: move pushbuf and fences to context
...src/gallium/drivers/nouveau/nv50/nv50_screen.h | 35 +-- > .../drivers/nouveau/nv50/nv50_state_validate.c | 8 +- > src/gallium/drivers/nouveau/nv50/nv50_surface.c | 6 +- > src/gallium/drivers/nouveau/nv50/nv50_vbo.c | 6 +- > src/gallium/drivers/nouveau/nv50/nv84_video.c | 16 +- > src/gallium/drivers/nouveau/nvc0/nvc0_compute.c | 20 +- > src/gallium/drivers/nouveau/nvc0/nvc0_compute.h | 4 + > src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 133 ++++++++--- > src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 32 +++ > src/...
2014 Jun 16
2
[PATCH 1/2] gallium/nouveau: decouple nouveau_fence implementation from screen
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- src/gallium/drivers/nouveau/nouveau_fence.c | 76 ++++++++++++------------- src/gallium/drivers/nouveau/nouveau_fence.h | 22 +++++-- src/gallium/drivers/nouveau/nouveau_screen.c | 9 +++ src/gallium/drivers/nouveau/nouveau_screen.h | 14 ++--- src/gallium/drivers/nouveau/nv30/nv30_context.c | 4
2016 Jan 27
62
[Bug 93887] New: Amilo Xi 3650: G96M [GeForce 9600M GT]: HDMI monitor stays black after s2ram
https://bugs.freedesktop.org/show_bug.cgi?id=93887 Bug ID: 93887 Summary: Amilo Xi 3650: G96M [GeForce 9600M GT]: HDMI monitor stays black after s2ram Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: