summaryrefslogtreecommitdiff
path: root/xf86drmMode.c
Commit message (Expand)AuthorAgeFilesLines
* xf86drmMode: add helpers for dumb buffersSimon Ser2022-10-271-0/+49
* xf86drmMode: introduce drmModeConnectorGetPossibleCrtcsSimon Ser2022-07-021-0/+23
* xf86drmMode: introduce drmModeGetConnectorTypeNameSimon Ser2022-07-021-0/+53
* xf86drmMode: constify drmModeAtomicReq functionsSimon Ser2022-06-091-4/+4
* drm/atomic: Stable sort for atomic request de-duplicationDaniel Stone2022-02-041-5/+14
* xf86drm: add iterator API for DRM/KMS IN_FORMATS blobsLuigi Santivetti2021-11-081-0/+108
* include <sys/types.h> in xf86drmMode when the OS is FreeBSDEleni Maria Stea2021-06-201-0/+3
* Revert "xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied"Bas Nieuwenhuizen2021-04-221-3/+1
* xf86drmMode: set FB_MODIFIERS flag when modifiers are suppliedSimon Ser2021-04-061-1/+3
* xf86drmMode: add drmIsKMSSimon Ser2021-02-261-0/+10
* Remove outdated comments about stdint.hSimon Ser2021-01-111-5/+0
* drm mode : fix memory leak when freeing drmModePropertyPtrBoram Park2020-05-051-0/+1
* libdrm: drmCheckModesettingSupported: fix for FreeBSDEmmanuel Vadot2020-04-211-1/+1
* libdrm: drmCheckModesettingSupported: Fix for FreeBSDEmmanuel Vadot2020-04-211-10/+2
* Add drmModeGetFB2Daniel Stone2020-02-121-0/+35
* meson: always define whether headers existEric Engestrom2020-01-231-1/+1
* xf86drm: Fix possible memory leak with drmModeGetPropertyPtr()Seung-Woo Kim2019-05-031-1/+1
* libdrm: reduce number of reallocations in drmModeAtomicAddPropertyAdrian Salido2019-04-251-3/+4
* libdrm: annotate public functionsLucas De Marchi2018-09-191-73/+85
* xf86drmMode: merge successive mutually-exclusive #ifsEric Engestrom2018-03-221-2/+1
* meson,configure: include config.h automaticallyEric Engestrom2018-03-201-4/+0
* drm/atomic: Refuse to add invalid objects to requestsDaniel Stone2018-03-071-0/+3
* drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2]Keith Packard2017-12-181-0/+9
* drm: Add drm mode lease ioctl wrappers [v3]Keith Packard2017-12-181-0/+89
* Add const qualifier to arguments of drmModeAddFB2()Tobias Jakobi2017-10-201-5/+5
* Add CRTC ID to vblank eventAnder Conselvan de Oliveira2017-04-061-8/+16
* xf86drm: Fix type-punned pointer build warningThierry Reding2017-01-181-1/+1
* Add drmModePageFlipTargetMichel Dänzer2016-10-191-0/+16
* Add drmModeAddFB2WithModifiers() which takes format modifiersKristian H. Kristensen2016-09-281-4/+17
* xf86drm: Fix spelling mistakesEric Engestrom2016-04-071-1/+1
* Fix memory leak with drmModeGetConnectorCurrent()Ville Syrjälä2016-01-071-4/+7
* xf86drmMode: smoke-test the atomic APIEmil Velikov2015-09-211-1/+16
* xf86drmMode: remove the trailing white spacesHyungwon Hwang2015-08-201-2/+2
* libdrm: Make indentation consistentThierry Reding2015-08-181-2/+2
* libdrm: Remove gratuitous blank linesThierry Reding2015-08-181-8/+0
* xf86drmMode: Implement drmCheckModesettingSupported() for OpenBSDJonathan Gray2015-07-291-1/+18
* drm: Detect no-op drmModeAtomicRequest and return earlyChris Wilson2015-07-281-2/+6
* Fix headers inclusion in xf86drmMode.cJulien Cristau2015-07-111-0/+3
* xf86drmMode: include config.h before anything elseEmil Velikov2015-06-291-4/+5
* xf86drmMode: remove unused valgrind(VG) macrosEmil Velikov2015-06-291-8/+0
* Add blob property create/destroy ioctl wrappersDaniel Stone2015-06-291-0/+34
* Support atomic modesetting ioctlVille Syrjälä2015-06-291-0/+240
* mode: Retrieve only the current information for a ConnectorChris Wilson2015-04-141-3/+20
* Fix type-limits, pointer-arith and sign-compare warningsJan Vesely2015-03-141-1/+1
* 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