Summary: | Failed to load i965 driver | ||
---|---|---|---|
Product: | xorg | Reporter: | fangxun <xunx.fang> |
Component: | Server/Ext/DRI | Assignee: | Christopher James Halse Rogers <chalserogers> |
Status: | VERIFIED FIXED | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | major | ||
Priority: | high | CC: | chalserogers, mgorny |
Version: | git | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
fangxun
2012-06-25 01:05:51 UTC
Airlied spotted that the return code from DRI2AuthMagic() is the opposite of what was expected for a ds->AuthMagic hook. Fixed in: commit a7b97b0fa85d695ae19d194cfa3267159d149e5d Author: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com> Date: Thu Jun 28 12:07:11 2012 +1000 dri2: Fix authentication for < v8 clients (v2). The legacy logic was embarassingly wrong; AuthMagic should return errno, so returning FALSE only when AuthMagic returns nonzero is exactly wrong. v2: Match drmAuthMagic by returning -EINVAL rather than EINVAL Fix trailing whitespace Verified with xserver master commit 77de2994774e7be24a0bad521180628feb1027c6. |
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.