aboutsummaryrefslogtreecommitdiffstats
path: root/libdrm
Commit message (Expand)AuthorAgeFilesLines
* add internals for opening a control nodeDave Airlie2008-01-082-9/+13
* remove output namesDave Airlie2007-12-182-3/+6
* modesetting: fixup property setting and add connector propertyDave Airlie2007-12-102-0/+20
* modesetting: add dpms property and initial settable property ioctlDave Airlie2007-12-101-2/+2
* add property blobs and edid reporting supportDave Airlie2007-12-052-0/+44
* more WIP on blobs..Dave Airlie2007-12-052-7/+28
* arrgggh.. make all ioctl structs 32/64-bit compatible hopefully.Dave Airlie2007-12-052-36/+45
* mode: copy back the mode if is valid correctlyDave Airlie2007-12-021-1/+3
* finish of mode add/remove, just have attach/detach modesDave Airlie2007-12-022-33/+6
* modesetting API change for removing mode ids and making modes per output.Dave Airlie2007-12-022-19/+17
* drm/modesetting: add initial gettable properites code.Dave Airlie2007-11-262-5/+89
* libdrm: return crtc id to userspaceDave Airlie2007-11-151-0/+1
* libdrm: add crtc/output ids to userspace interfaceDave Airlie2007-11-152-2/+5
* Merge branch 'master' into modesetting-101Thomas Hellstrom2007-11-051-0/+1
|\
| * Fill fence sequence after emit ioctl.Ben Skeggs2007-11-041-0/+1
* | Pass pointer to drmModeRmMode.Alan Hourihane2007-11-051-1/+1
* | pass pointer for drmModeRmFBAlan Hourihane2007-11-051-1/+1
* | Merge branch 'master' into modesetting-101Thomas Hellstrom2007-11-021-42/+62
|\|
| * User buffer support.Thomas Hellstrom2007-11-021-3/+3
| * Return fence errors.Thomas Hellstrom2007-11-021-39/+59
* | Merge branch 'master' into modesetting-101Thomas Hellstrom2007-10-262-6/+4
|\|
| * Minor libdrm fixes.Thomas Hellstrom2007-10-262-6/+4
* | Merge branch 'master' into modesetting-101Thomas Hellstrom2007-10-252-74/+65
|\|
| * Tighten permissions on some buffer manager ioctls.Thomas Hellstrom2007-10-251-0/+3
| * Buffer manager:Thomas Hellstrom2007-10-251-0/+24
| * Setstatus header.Thomas Hellstrom2007-10-222-0/+6
| * Get the lock flags right in libdrm.Thomas Hellstrom2007-10-211-1/+1
| * Remove the need for the hardware lock in the buffer manager.Thomas Hellstrom2007-10-212-5/+6
| * Simple replacement for hardware lock in some cases.Thomas Hellstrom2007-10-201-2/+9
| * No fence_class argument on drmBOSetStatus since it's notThomas Hellstrom2007-10-191-2/+1
| * Remove the op ioctl, and replace it with a setuser ioctl.Thomas Hellstrom2007-10-171-45/+20
| * Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...Thomas Hellstrom2007-10-172-25/+1
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane2007-10-162-430/+31
|\|
| * drm: drop drm bo list handling codeDave Airlie2007-10-162-351/+0
| * drm: rename drmBOUnReference to drmBOUnreference for consistencyDave Airlie2007-10-162-2/+2
| * Drop destroy ioctls for fences and buffer objects.Kristian Høgsberg2007-10-162-34/+0
| * Take bo type argument out of the ioctl interface.Kristian Høgsberg2007-10-162-21/+6
| * Eliminate support for fake buffers.[utf-8] Kristian Høgsberg2007-10-161-6/+3
| * drm: use fence_class as name instead of classDave Airlie2007-09-252-17/+21
* | Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse Barnes2007-09-246-193/+172
|\|
| * Fix mapCount refcounting on unmap, even though the value is unused.Eric Anholt2007-09-211-0/+1
| * Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.Eric Anholt2007-07-262-1/+25
| * drm: remove drm_u64_t, replace with uint64_t everwhereDave Airlie2007-07-176-14/+11
| * Merge branch 'master' into cleanupDave Airlie2007-07-102-308/+382
| |\
| * | Try to make buffer object / fence object ioctl args 64-bit safe.Thomas Hellstrom2007-06-122-22/+34
| * | drm/ttm: ioctl cleanup for buffer object - user side onlyDave Airlie2007-05-082-121/+66
| * | drm/ttm: cleanup most of fence ioctl split outDave Airlie2007-05-051-18/+17
| * | drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie2007-05-051-18/+15
* | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane2007-06-292-318/+388
|\ \ \ | | |/ | |/|
| * | Fix drmMMUnlock / drmMMLock return values.Thomas Hellstrom2007-06-131-2/+4