summaryrefslogtreecommitdiff
path: root/xf86drmMode.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-20Add const qualifier to arguments of drmModeAddFB2()Tobias Jakobi1-5/+5
2017-04-06Add CRTC ID to vblank eventAnder Conselvan de Oliveira1-8/+16
2017-01-18xf86drm: Fix type-punned pointer build warningThierry Reding1-1/+1
2016-10-19Add drmModePageFlipTargetMichel Dänzer1-0/+16
2016-09-28Add drmModeAddFB2WithModifiers() which takes format modifiersKristian H. Kristensen1-4/+17
2016-04-07xf86drm: Fix spelling mistakesEric Engestrom1-1/+1
2016-01-07Fix memory leak with drmModeGetConnectorCurrent()Ville Syrjälä1-4/+7
2015-09-21xf86drmMode: smoke-test the atomic APIEmil Velikov1-1/+16
2015-08-20xf86drmMode: remove the trailing white spacesHyungwon Hwang1-2/+2
2015-08-18libdrm: Make indentation consistentThierry Reding1-2/+2
2015-08-18libdrm: Remove gratuitous blank linesThierry Reding1-8/+0
2015-07-29xf86drmMode: Implement drmCheckModesettingSupported() for OpenBSDJonathan Gray1-1/+18
2015-07-28drm: Detect no-op drmModeAtomicRequest and return earlyChris Wilson1-2/+6
2015-07-11Fix headers inclusion in xf86drmMode.cJulien Cristau1-0/+3
2015-06-29xf86drmMode: include config.h before anything elseEmil Velikov1-4/+5
2015-06-29xf86drmMode: remove unused valgrind(VG) macrosEmil Velikov1-8/+0
2015-06-29Add blob property create/destroy ioctl wrappersDaniel Stone1-0/+34
2015-06-29Support atomic modesetting ioctlVille Syrjälä1-0/+240
2015-04-14mode: Retrieve only the current information for a ConnectorChris Wilson1-3/+20
2015-03-14Fix type-limits, pointer-arith and sign-compare warningsJan Vesely1-1/+1
2015-02-11xf86drmMode: Unconditionally clear ioctl structsDaniel Vetter1-27/+28
2015-02-10Fix gcc -Wextra warningsJan Vesely1-1/+1
2014-08-14drm: Implement drmCheckModesettingSupported() for DragonFlyFrançois Tigeot1-0/+2
2014-05-01Use signed location for drmModeSetPlaneDaniel Kurtz1-1/+1
2014-01-24drm: Implement drmCheckModesettingSupported() for FreeBSDRobert Millan1-1/+34
2014-01-20drm: Initialize or valgrind-clear modesetting ioctl arguments.Eric Anholt1-0/+19
2013-07-02drm: add hotspot cursor interface support.Dave Airlie1-0/+15
2012-10-14initialize width/height fields in drmModeCrtcRob Clark1-1/+4
2012-06-08Add support for bitmask propertiesRob Clark1-2/+2
2012-06-08Add support for generic object properties IOCTLsPaulo Zanoni1-0/+83
2012-02-02Using sizeof() on a function parameter with an array type does notVille Syrjälä1-3/+3
2012-02-02This function was missing.Ville Syrjälä1-0/+9
2012-02-02drmModeFreeResources() always leaked some memory.Ville Syrjälä1-0/+6
2011-12-13libdrm: update drm headers from kernel, including new overlay ioctls & structsJesse Barnes1-0/+153
2011-09-18drm mode: fix drmIoctl wrapperMarcin Slusarz1-1/+1
2011-07-12Specify the return type explicitly.Chih-Wei Huang1-1/+1
2010-08-24Free the property blob along the error path.Chris Wilson1-1/+1
2010-07-01drm mode: Return -errno on drmIoctl() failureChris Wilson1-24/+18
2010-01-06modes: Retry GETCONNECTOR if a hotplug event occurs between the two ioctlsPeter Clifton1-15/+43
2010-01-06modes: Fix previous commit for potential legal NULLsChris Wilson1-1/+5
2010-01-06modes: Free local resources after allocation failure in GETRESOURCESChris Wilson1-9/+29
2010-01-06modes: Retry GETRESOURCES if a hotplug event occurs between the two ioctlsChris Wilson1-7/+22
2009-12-02Merge branch 'modesetting-dirty-libdrm'Jakob Bornecrantz1-0/+12
2009-12-03Bump event context structure version for page flippingJesse Barnes1-1/+1
2009-12-03Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drmJesse Barnes1-1/+24
2009-11-26Bring dirty code from old branchJakob Bornecrantz1-0/+12
2009-11-17Move libdrm/ up one levelKristian Høgsberg1-0/+712