summaryrefslogtreecommitdiff
path: root/libdrm
AgeCommit message (Expand)AuthorFilesLines
2008-07-05modesetting-101: Make the interface variable names a little more consistent +...Maarten Maathuis2-18/+13
2008-07-04modesetting: rip out all of the generation code.Dave Airlie1-11/+0
2008-07-03libdrm: fix typo in commentMaarten Maathuis1-2/+2
2008-07-03[libdrm] count connectors and such has no place in a crtc objectMaarten Maathuis1-6/+0
2008-06-27Change some obviously wrong things about property blobs, still broken though.Maarten Maathuis1-1/+1
2008-06-23libdrm: check for allocation failureMaarten Maathuis1-0/+3
2008-06-04libdrm: shouldn't rely on thisDave Airlie1-1/+0
2008-06-04drm: introduce generation counter to interface.Dave Airlie1-1/+10
2008-06-02drm: add functions to get/set gamma rampsDave Airlie2-0/+41
2008-06-02drm: fixup some interfaces so test code works againDave Airlie2-12/+5
2008-05-30drm: switch possible crtc/clones over to encodersDave Airlie2-14/+0
2008-05-30modesetting: the great renaming.Dave Airlie2-95/+95
2008-05-30drm: fix a couple of bugs in the encoder return to userspaceDave Airlie1-0/+4
2008-05-30drm: add encoder free functionDave Airlie2-0/+6
2008-05-30drm: add more encoder interfacesDave Airlie2-0/+10
2008-05-30libdrm: add encoder retrivalDave Airlie2-0/+42
2008-05-08drm_mode: initial replacefb implemenationDave Airlie2-0/+27
2008-05-08cursor: pass handle not BO.Dave Airlie2-6/+3
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 Airlie2-0/+20
2008-03-07drm: fixup for new sysfs APIDave Airlie1-0/+19
2008-03-06drm/ttm: add ioctl to get back memory managed area sizedDave Airlie2-0/+16
2008-03-05libdrm: fix warnings in mode codeDave Airlie1-12/+4
2008-03-05Merge remote branch 'origin/master' into modesetting-101Dave Airlie1-14/+9
2008-03-05remove unused functions + include header fileDave Airlie1-21/+1
2008-03-04Don't shortcut the info syscall for drmBOBusy on nonshareable objects.Eric Anholt1-14/+9
2008-02-29drm: change fb api to take a bo handle not the bo pointer.Dave Airlie2-3/+4
2008-02-28drm: add a check for if modesetting is supported.Dave Airlie2-0/+49
2008-02-22add ioctl to get back memory managed area sized - used for kernel inited areasDave Airlie2-0/+16
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-02-07Added userspace part of hotplug ioctl and demoJakob Bornecrantz2-0/+13
2008-02-05consistencyAlan Hourihane1-1/+1
2008-01-30ModeFB demo now display cursorJakob Bornecrantz1-1/+4
2008-01-28Added cursor supportJakob Bornecrantz2-0/+41
2008-01-25Merge remote branch 'origin/master' into modesetting-101Dave Airlie2-4/+4
2008-01-09add control node openDave Airlie2-0/+5
2008-01-09add internals for opening a control nodeDave Airlie2-9/+13
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard2-4/+4
2007-12-18remove output namesDave Airlie2-3/+6
2007-12-11modesetting: fixup property setting and add connector propertyDave Airlie2-0/+20
2007-12-11modesetting: add dpms property and initial settable property ioctlDave Airlie1-2/+2
2007-12-06add property blobs and edid reporting supportDave Airlie2-0/+44
2007-12-05more WIP on blobs..Dave Airlie2-7/+28
2007-12-05arrgggh.. make all ioctl structs 32/64-bit compatible hopefully.Dave Airlie2-36/+45
2007-12-03mode: copy back the mode if is valid correctlyDave Airlie1-1/+3
2007-12-03finish of mode add/remove, just have attach/detach modesDave Airlie2-33/+6
2007-12-03modesetting API change for removing mode ids and making modes per output.Dave Airlie2-19/+17
2007-11-27drm/modesetting: add initial gettable properites code.Dave Airlie2-5/+89