Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-25 | Correctly set DRM_MAX_MINOR for all platforms. | Robert Noland | 1 | -2/+4 | |
DRM_MAJOR is platform specific, but not used outside of xf86drm.c that I can find. | |||||
2009-11-24 | Add missing DRM_MAX_MINOR define | Alex Deucher | 1 | -0/+1 | |
lost in 500f5b524000ed5930301f4303744cb4c0a19b75 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||||
2009-11-23 | Add drmGetDeviceNameFromFd function | Kristian Høgsberg | 1 | -0/+2 | |
Determines the /dev filename of the drm fd argument. | |||||
2009-11-23 | Fix build on *BSD | Kristian Høgsberg | 1 | -0/+22 | |
This adds a minimal #ifdef clause to drm.h that we'll push upstream. Once that goes in we can share drm.h between linux, libdrm, and the bsd's. | |||||
2009-11-17 | Move libdrm/ up one level | Kristian Høgsberg | 1 | -0/+689 | |