summaryrefslogtreecommitdiff
path: root/xf86drmMode.c
AgeCommit message (Expand)Author
2015-07-11Fix headers inclusion in xf86drmMode.cJulien Cristau
2015-06-29xf86drmMode: include config.h before anything elseEmil Velikov
2015-06-29xf86drmMode: remove unused valgrind(VG) macrosEmil Velikov
2015-06-29Add blob property create/destroy ioctl wrappersDaniel Stone
2015-06-29Support atomic modesetting ioctlVille Syrjälä
2015-04-14mode: Retrieve only the current information for a ConnectorChris Wilson
2015-03-14Fix type-limits, pointer-arith and sign-compare warningsJan Vesely
2015-02-11xf86drmMode: Unconditionally clear ioctl structsDaniel Vetter
2015-02-10Fix gcc -Wextra warningsJan Vesely
2014-08-14drm: Implement drmCheckModesettingSupported() for DragonFlyFrançois Tigeot
2014-05-01Use signed location for drmModeSetPlaneDaniel Kurtz
2014-01-24drm: Implement drmCheckModesettingSupported() for FreeBSDRobert Millan
2014-01-20drm: Initialize or valgrind-clear modesetting ioctl arguments.Eric Anholt
2013-07-02drm: add hotspot cursor interface support.Dave Airlie
2012-10-14initialize width/height fields in drmModeCrtcRob Clark
2012-06-08Add support for bitmask propertiesRob Clark
2012-06-08Add support for generic object properties IOCTLsPaulo Zanoni
2012-02-02Using sizeof() on a function parameter with an array type does notVille Syrjälä
2012-02-02This function was missing.Ville Syrjälä
2012-02-02drmModeFreeResources() always leaked some memory.Ville Syrjälä
2011-12-13libdrm: update drm headers from kernel, including new overlay ioctls & structsJesse Barnes
2011-09-18drm mode: fix drmIoctl wrapperMarcin Slusarz
2011-07-12Specify the return type explicitly.Chih-Wei Huang
2010-08-24Free the property blob along the error path.Chris Wilson
2010-07-01drm mode: Return -errno on drmIoctl() failureChris Wilson
2010-01-06modes: Retry GETCONNECTOR if a hotplug event occurs between the two ioctlsPeter Clifton
2010-01-06modes: Fix previous commit for potential legal NULLsChris Wilson
2010-01-06modes: Free local resources after allocation failure in GETRESOURCESChris Wilson
2010-01-06modes: Retry GETRESOURCES if a hotplug event occurs between the two ioctlsChris Wilson
2009-12-02Merge branch 'modesetting-dirty-libdrm'Jakob Bornecrantz
2009-12-03Bump event context structure version for page flippingJesse Barnes
2009-12-03Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drmJesse Barnes
2009-11-26Bring dirty code from old branchJakob Bornecrantz
2009-11-17Move libdrm/ up one levelKristian Høgsberg