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