[Bug 32326] [R200] DRM version check only looks at minor number.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Dec 11 20:23:29 PST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=32326
--- Comment #4 from Dave Airlie <airlied at freedesktop.org> 2010-12-11 20:23:28 PST ---
radeonCreatescreen is only called in DRI1 system,
radeonCreateScreen2 is called on DRI2 systems.
You can only have a version 1.x driver with a DRI1 system
and a version 2.x driver with a DRI2 system.
Short of hacking things to force some wierd codepaths you can't cross the
streams.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the dri-devel
mailing list