[Nouveau] [Bug 89969] vaDriverInit fails with gallium/nouveau driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 9 11:42:56 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=89969

--- Comment #7 from Christian König <deathsimple at vodafone.de> ---
Chunked decoding means that between begin picture and end picture the state
tracker calls the decode function multiple times for the same picture.

E.g. you don't get the bitstream all at once, but rather in small chunks.

Nouveau can't deal with that cause Maarten didn't wanted that interface, radeon
on the other hand never used anything else.

You just need to fix nouveau to implement bitstream buffer resizing in the same
way radeon does it (or move that stuff into the state tracker like I always
suggested).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150409/72c1529e/attachment.html>


More information about the Nouveau mailing list