Announcement
Collapse
No announcement yet.
A Big Comparison Of The AMD Catalyst, Mesa & Gallium3D Drive
Collapse
X
-
Here's the basics (not sure this is 100% right, doing this from memory):
#clone Linus tree:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cd linux-2.6
# check out 2.6.37 on a new branch called my-2.6.37
git checkout -b my-2.6.37 v2.6.37
#add Dave's tree:
git remote add airlied git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
# fetch the updates from Dave's tree
git fetch airlied
# merge drm-next into the current branch
git pull airlied/drm-next
Leave a comment:
-
You could pull Linus' 2.6.37 final from git, then only merge the drm changes, leaving the other stuff untouched.
It's possible with git, but you might run into a conflict or two, which you'll have to resolve.
Leave a comment:
-
Originally posted by RealNC View PostI unpacked the 2.6.37 tarball. Not sure what to do next in order to update its DRM drivers :-P
git clone git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
cd drm-2.6
git checkout -b drm-next origin/drm-next
Leave a comment:
-
I unpacked the 2.6.37 tarball. Not sure what to do next in order to update its DRM drivers :-P
Leave a comment:
-
Originally posted by RealNC View PostI asked this many, many times, but never got an answer: Can I use the development DRM drivers on the current stable kernel? If so, how?
Leave a comment:
-
Originally posted by agd5f View PostThe drm pageflipping patches are scheduled to go upstream in 2.6.38, so for now you'll need to use development versions. As for the 2D tiling patches, they require 2.6.37 and probably some more stability testing before I commit them. Hopefully after I pull the ddx pflip stuff into master I'll have some time to get them integrated.
Leave a comment:
Leave a comment: