[Nouveau] [Bug 111213] VA-API nouveau SIGSEGV and asserts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 29 23:00:08 UTC 2019


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

--- Comment #12 from Ilia Mirkin <imirkin at alum.mit.edu> ---
(In reply to KJ Liew from comment #11)
> $ LIBVA_DRIVER_NAME=nouveau chromium
> nve4_set_surface_info:969 - unsupported surface format, try
> is_format_supported() !

This means someone's trying to use an image format (i.e.
ARB_shader_image_load_store image) that's not supported by the backend. Guess
it works OK on AMD, so they just use it... sigh. Looks like it just takes the
fb's format and sticks it into an image. That's definitely not generically OK.

Maybe the compute pipeline just needs to check if it's running on radeonsi,
since it's not a generic gallium API usage.

Just noticed that mpv supports VA-API -- I'll try using that to test it later.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20190729/3a4eb82c/attachment-0001.html>


More information about the Nouveau mailing list