Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | Correctly set DRM_MAX_MINOR for all platforms. | Robert Noland | |
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 | |
lost in 500f5b524000ed5930301f4303744cb4c0a19b75 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2009-11-23 | Add drmGetDeviceNameFromFd function | Kristian Høgsberg | |
Determines the /dev filename of the drm fd argument. | |||
2009-11-23 | Fix build on *BSD | Kristian Høgsberg | |
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 | |