aboutsummaryrefslogtreecommitdiff
path: root/libdrm/xf86drm.c
AgeCommit message (Expand)Author
2009-07-06libdrm: Make chown check for return valuePauli Nieminen
2009-07-06libdrm: Fix pci id numbers to unsigned so code won't mix signed/unsigned inte...Pauli Nieminen
2009-07-06strcasecmp is in strings.h.Ian Romanick
2009-01-07libdrm: only check for vblank timeout if we caught EINTRJesse Barnes
2009-01-07libdrm: add timeout handling to drmWaitVBlankJesse Barnes
2008-12-17libdrm: add mode setting filesJesse Barnes
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie
2008-08-24libdrm: add udev support.Dave Airlie
2008-08-18Change prototype of drmIoctl to unsigned long request.Coleman Kane
2008-08-13Merge branch 'master' into modesetting-gemJesse Barnes
2008-08-08Drop TTM interfaces from the userland library.Eric Anholt
2008-06-18Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes
2008-06-13[libdrm] Restart all ioctls on signal receiptKeith Packard
2008-06-10Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes
2008-06-03Fix and hook up bufmgr code to the build.Eric Anholt
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom
2008-04-07Add DragonFly BSD support for device creationHasso Tepper
2008-03-17drm: add master set/drop protocolDave Airlie
2008-03-06drm/ttm: add ioctl to get back memory managed area sizedDave Airlie
2008-03-05Merge remote branch 'origin/master' into modesetting-101Dave Airlie
2008-03-04Don't shortcut the info syscall for drmBOBusy on nonshareable objects.Eric Anholt
2008-02-22add ioctl to get back memory managed area sized - used for kernel inited areasDave Airlie
2008-02-13Revert "After the previous revert fix libdrm to start at minor 1"Dave Airlie
2008-02-07After the previous revert fix libdrm to start at minor 1Alan Hourihane
2008-01-25Merge remote branch 'origin/master' into modesetting-101Dave Airlie
2008-01-09add control node openDave Airlie
2008-01-09add internals for opening a control nodeDave Airlie
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard
2007-11-05Fill fence sequence after emit ioctl.Ben Skeggs
2007-11-02User buffer support.Thomas Hellstrom
2007-11-02Return fence errors.Thomas Hellstrom
2007-10-26Minor libdrm fixes.Thomas Hellstrom
2007-10-25Buffer manager:Thomas Hellstrom
2007-10-22Setstatus header.Thomas Hellstrom
2007-10-21Get the lock flags right in libdrm.Thomas Hellstrom
2007-10-21Remove the need for the hardware lock in the buffer manager.Thomas Hellstrom
2007-10-20Simple replacement for hardware lock in some cases.Thomas Hellstrom
2007-10-19No fence_class argument on drmBOSetStatus since it's notThomas Hellstrom
2007-10-17Remove the op ioctl, and replace it with a setuser ioctl.Thomas Hellstrom
2007-10-17Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...Thomas Hellstrom
2007-10-16drm: drop drm bo list handling codeDave Airlie
2007-10-16drm: rename drmBOUnReference to drmBOUnreference for consistencyDave Airlie
2007-10-16Drop destroy ioctls for fences and buffer objects.Kristian Høgsberg
2007-10-16Take bo type argument out of the ioctl interface.Kristian Høgsberg
2007-10-16Eliminate support for fake buffers.[utf-8] Kristian Høgsberg
2007-09-25drm: use fence_class as name instead of classDave Airlie
2007-09-21Fix mapCount refcounting on unmap, even though the value is unused.Eric Anholt
2007-07-26Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.Eric Anholt
2007-07-18drm: remove drm_u64_t, replace with uint64_t everwhereDave Airlie