summaryrefslogtreecommitdiff
path: root/xf86drmMode.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20xf86drmMode: add drmModeCloseFB()Simon Ser1-0/+10
2023-07-20xf86drmMode: constify drmModeCrtcSetGammaXaver Hugl1-2/+2
2022-10-27xf86drmMode: add helpers for dumb buffersSimon Ser1-0/+49
2022-07-02xf86drmMode: introduce drmModeConnectorGetPossibleCrtcsSimon Ser1-0/+23
2022-07-02xf86drmMode: introduce drmModeGetConnectorTypeNameSimon Ser1-0/+53
2022-06-09xf86drmMode: constify drmModeAtomicReq functionsSimon Ser1-4/+4
2022-02-04drm/atomic: Stable sort for atomic request de-duplicationDaniel Stone1-5/+14
2021-11-08xf86drm: add iterator API for DRM/KMS IN_FORMATS blobsLuigi Santivetti1-0/+108
2021-06-20include <sys/types.h> in xf86drmMode when the OS is FreeBSDEleni Maria Stea1-0/+3
2021-04-22Revert "xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied"Bas Nieuwenhuizen1-3/+1
2021-04-06xf86drmMode: set FB_MODIFIERS flag when modifiers are suppliedSimon Ser1-1/+3
2021-02-26xf86drmMode: add drmIsKMSSimon Ser1-0/+10
2021-01-11Remove outdated comments about stdint.hSimon Ser1-5/+0
2020-05-05drm mode : fix memory leak when freeing drmModePropertyPtrBoram Park1-0/+1
2020-04-21libdrm: drmCheckModesettingSupported: fix for FreeBSDEmmanuel Vadot1-1/+1
2020-04-21libdrm: drmCheckModesettingSupported: Fix for FreeBSDEmmanuel Vadot1-10/+2
2020-02-12Add drmModeGetFB2Daniel Stone1-0/+35
2020-01-23meson: always define whether headers existEric Engestrom1-1/+1
2019-05-03xf86drm: Fix possible memory leak with drmModeGetPropertyPtr()Seung-Woo Kim1-1/+1
2019-04-25libdrm: reduce number of reallocations in drmModeAtomicAddPropertyAdrian Salido1-3/+4
2018-09-19libdrm: annotate public functionsLucas De Marchi1-73/+85
2018-03-22xf86drmMode: merge successive mutually-exclusive #ifsEric Engestrom1-2/+1
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-03-07drm/atomic: Refuse to add invalid objects to requestsDaniel Stone1-0/+3
2017-12-18drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2]Keith Packard1-0/+9
2017-12-18drm: Add drm mode lease ioctl wrappers [v3]Keith Packard1-0/+89
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