From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: [Bug 89969] New: vaDriverInit fails with gallium/nouveau driver
Date: Thu, 09 Apr 2015 15:14:13 +0000 [thread overview]
Message-ID: <bug-89969-8800@http.bugs.freedesktop.org/> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1598 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=89969
Bug ID: 89969
Summary: vaDriverInit fails with gallium/nouveau driver
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Reporter: julien.isorce-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
QA Contact: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Created attachment 114987
--> https://bugs.freedesktop.org/attachment.cgi?id=114987&action=edit
build: enable va with nouveau driver
When running vainfo:
libva info: VA-API version 0.37.1
libva info: va_getDriverName() returns 0
libva info: User requested driver 'gallium'
libva info: Trying to open /usr/local/lib/dri/gallium_drv_video.so
libva info: Found init function __vaDriverInit_0_37
libva error: /usr/local/lib/dri/gallium_drv_video.so init failed
libva info: va_openDriver() returns 2
vaInitialize failed with error code 2 (resource allocation failed),exit
"vl_screen_create" calls "dd_create_screen" which returns NULL because the
block
#if defined(GALLIUM_NOUVEAU)
if (strcmp(driver_name, "nouveau") == 0)
return pipe_nouveau_create_screen(fd);
else
#endif
is not compiled for va target. Indeed GALLIUM_NOUVEAU is not defined at this
point. See following patch.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 3024 bytes --]
[-- Attachment #2: Type: text/plain, Size: 153 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
next reply other threads:[~2015-04-09 15:14 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-09 15:14 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ [this message]
[not found] ` <bug-89969-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2015-04-09 15:35 ` [Bug 89969] vaDriverInit fails with gallium/nouveau driver bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-04-09 15:48 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-04-09 16:02 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-04-09 16:10 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-04-09 17:02 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-04-09 17:13 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-04-09 18:42 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-07-17 23:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-07-17 23:12 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-07-17 23:16 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-07-18 15:40 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-07-24 20:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-07-24 20:17 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-07-27 17:30 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-25 16:05 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:23 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:23 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:24 ` [Bug 89969] nouveau: add support for chunk decoding in order to support vaapi (st/va) bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:46 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:47 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:48 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:49 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:49 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:50 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:50 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:51 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:51 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:52 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:56 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-08-26 17:58 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:27 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:29 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-09-16 12:32 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2016-02-05 17:50 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-89969-8800@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon-cc+yj3umiyqdupfqwhejaq@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.