aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xf86drmMode: Unconditionally clear ioctl structsDaniel Vetter2015-02-111-27/+28
* Fix gcc -Wextra warningsJan Vesely2015-02-101-1/+1
* drm: Implement drmCheckModesettingSupported() for DragonFlyFrançois Tigeot2014-08-141-0/+2
* Use signed location for drmModeSetPlaneDaniel Kurtz2014-05-011-1/+1
* drm: Implement drmCheckModesettingSupported() for FreeBSDRobert Millan2014-01-241-1/+34
* drm: Initialize or valgrind-clear modesetting ioctl arguments.Eric Anholt2014-01-201-0/+19
* drm: add hotspot cursor interface support.Dave Airlie2013-07-021-0/+15
* initialize width/height fields in drmModeCrtcRob Clark2012-10-141-1/+4
* Add support for bitmask propertiesRob Clark2012-06-081-2/+2
* Add support for generic object properties IOCTLsPaulo Zanoni2012-06-081-0/+83
* Using sizeof() on a function parameter with an array type does notVille Syrjälä2012-02-021-3/+3
* This function was missing.Ville Syrjälä2012-02-021-0/+9
* drmModeFreeResources() always leaked some memory.Ville Syrjälä2012-02-021-0/+6
* libdrm: update drm headers from kernel, including new overlay ioctls & structsJesse Barnes2011-12-131-0/+153
* drm mode: fix drmIoctl wrapperMarcin Slusarz2011-09-181-1/+1
* Specify the return type explicitly.Chih-Wei Huang2011-07-121-1/+1
* Free the property blob along the error path.Chris Wilson2010-08-241-1/+1
* drm mode: Return -errno on drmIoctl() failureChris Wilson2010-07-011-24/+18
* modes: Retry GETCONNECTOR if a hotplug event occurs between the two ioctlsPeter Clifton2010-01-061-15/+43
* modes: Fix previous commit for potential legal NULLsChris Wilson2010-01-061-1/+5
* modes: Free local resources after allocation failure in GETRESOURCESChris Wilson2010-01-061-9/+29
* modes: Retry GETRESOURCES if a hotplug event occurs between the two ioctlsChris Wilson2010-01-061-7/+22
* Merge branch 'modesetting-dirty-libdrm'Jakob Bornecrantz2009-12-021-0/+12
|\
| * Bring dirty code from old branchJakob Bornecrantz2009-11-261-0/+12
* | Bump event context structure version for page flippingJesse Barnes2009-12-031-1/+1
* | Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drmJesse Barnes2009-12-031-1/+24
|/
* Move libdrm/ up one levelKristian Høgsberg2009-11-171-0/+712