diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-30 01:54:54 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-30 01:54:54 -0400 |
commit | c3c2ae466cfa1d4e079f6f0396e8f0f68ecb84b8 (patch) | |
tree | a1417fd4328176658d4baf1e54510de7e2bc06f8 /README | |
parent | 48b5f095340e3d1b747fbececbab07e992ab344f (diff) | |
parent | e2d7dfb61ad7a97367f050150160c205614d152e (diff) |
Merge branch 'master' into r6xx-r7xx-support
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,8 +3,11 @@ DRM README file There are two main parts to this package: the DRM client library/interface -(libdrm.so) and kernel/hardware-specific device modules (such as i915.ko). - +(libdrm.so) and kernel/hardware-specific device modules (such as radeon.ko). +The kernel device modules are not shipped with libdrm releases and should only +be built from the git tree by developers and bleeding-edge testers of +non-Intel hardware. The Intel kernel modules are developed in the Linux +kernel tree. Compiling @@ -19,7 +22,7 @@ Then, make install -To build the device-specific kernel modules: +To build the device-specific kernel modules from the git tree: cd linux-core/ make |