Summary: | UVD acceleration does not properly detect kernel support | ||
---|---|---|---|
Product: | Mesa | Reporter: | ryszardzonk |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | udv_fix.patch |
Description
ryszardzonk
2013-04-19 09:22:39 UTC
You are probably using an old set of kernel patches. There were several revisions. The mesa code checks to see if the kernel is new enough and the latest kernel patch revision bumps the kernel driver version. You can get everything you need from my kernel tree: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.10 That indeed just sounds like you're kernel is outdated. The kernel interface changed while merging the patches and the patches in mesa uses the end result in drm-next-3.10, so it is highly likely that you just have a outdated kernel. yes it in did seems like a coding frenzy took place in recent days ;). using kernel 3.9.0-rc7 and applying around ~50 newest patches from http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.10 tree (which was way more then I originally found in the drm mailing list) did not require any changes in mesa to make uvd work again Thanks for great work! k, then let's close this tracker. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.