summaryrefslogtreecommitdiff
path: root/xf86drm.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-04libdrm: (revised) vblank wait on crtc > 1Ilija Hadzic1-0/+3
Hi Alex, Enclosed is a revised version of the patch sent on Mar 18, against the master branch of the drm userspace (i.e. libdrm). Details summarised in this thread: http://lists.freedesktop.org/archives/dri-devel/2011-March/009499.html This patch reconciles libdrm with the the kernel change that Dave pushed this morning. It *supersedes* the previously sent patch (i.e. apply it to the master branch as it exists at the time of this writing, not as an incremental patch to the one sent previously). Regards, Ilija Signed-off-by: Ilija Hadzic <ihadzic@research.bell-labs.com> Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-03-04Implement drmGetCap() to query device/driver capabilitiesBen Skeggs1-0/+1
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2009-12-03Bump event context structure version for page flippingJesse Barnes1-1/+1
2009-12-03Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drmJesse Barnes1-0/+6
Conflicts: include/drm/drm.h - RMFB had its signature changed to avoid uint32_t
2009-11-25Correctly set DRM_MAX_MINOR for all platforms.Robert Noland1-2/+4
DRM_MAJOR is platform specific, but not used outside of xf86drm.c that I can find.
2009-11-24Add missing DRM_MAX_MINOR defineAlex Deucher1-0/+1
lost in 500f5b524000ed5930301f4303744cb4c0a19b75 Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2009-11-23Add drmGetDeviceNameFromFd functionKristian Høgsberg1-0/+2
Determines the /dev filename of the drm fd argument.
2009-11-23Fix build on *BSDKristian Høgsberg1-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-17Move libdrm/ up one levelKristian Høgsberg1-0/+689