summaryrefslogtreecommitdiff
path: root/tests/modetest/modetest.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15modetest: switch usage to proper options grammarNeil Armstrong1-4/+26
2023-10-31modetest: add support for parsing big-endian formatsGeert Uytterhoeven1-6/+9
2023-10-24modetest: add SMPTE pattern support for C[124] formatsGeert Uytterhoeven1-3/+6
2023-10-24util: factor out and optimize C8 SMPTE color LUTGeert Uytterhoeven1-1/+1
2023-09-13modetest: print modifiers in hex as wellChia-I Wu1-1/+1
2023-09-10modetest: allocate and commit atomic request around set_property()Marijn Suijten1-9/+10
2023-09-10modetest: allow using -r and -PNeil Armstrong1-5/+0
2023-09-10modetest: permit -r and -s to work togetherNeil Armstrong1-23/+28
2023-09-09modetest: document why no blob is created for linear gamma LUTMarijn Suijten1-0/+5
2023-09-09modetest: avoid erroring if there's no gamma legacy supportEzequiel Garcia1-1/+2
2023-09-08modetest: custom mode supportDmitry Baryshkov1-1/+21
2023-09-08modetest: fix mode_vrefresh() for interlace/dblscan/vscanGeert Uytterhoeven1-2/+13
2023-09-08modetest: add support for writeback connectorRohith Iyer1-3/+126
2022-08-31tests/modetest: use drmGetFormatName()Simon Ser1-5/+3
2022-07-02tests: use drmModeGetConnectorTypeNameSimon Ser1-1/+1
2022-05-09modeprint, modetest, proptest: cast __u64 to uint64_tEleni Maria Stea1-1/+1
2021-11-08xf86drm: add iterator API for DRM/KMS IN_FORMATS blobsLuigi Santivetti1-18/+12
2021-11-02Fix -Werror=format build errors on FreeBSDAlex Richardson1-1/+1
2021-09-02tests/modetest: get cursor width and height by drmGetCapZhiJie.Zhang1-3/+11
2021-06-22xf86drm: Add a human readable representation for format modifiersMarius Vlad1-45/+30
2020-12-11tests/modetest: remove bracket in dump_connectors()Nicolas Caramelli1-1/+1
2020-05-19modetest: Add a new "-r" option to set a default modeEmil Velikov1-11/+173
2020-05-19modetest: reorder atomic path alike the non-atomicEmil Velikov1-5/+13
2020-05-19modetest: don't error out of final AtomicCommitEmil Velikov1-3/+1
2020-05-19modetest: factor out atomic pageflip testEmil Velikov1-27/+37
2020-05-19modetest: push pipe_resolve_connectors() to set_modeEmil Velikov1-8/+4
2020-05-19modetest: move pipe_resolve_connectors() further upEmil Velikov1-26/+26
2020-05-19modetest: unify {,atomic_}set_mode()Emil Velikov1-67/+44
2020-05-19modetest: get the crtc_id from the pipe_argEmil Velikov1-15/+16
2020-05-19modetest: introduce and use get_crtc_by_id() and get_crtc_mask()Emil Velikov1-36/+28
2020-05-19modetest: close the device on exitEmil Velikov1-0/+1
2020-05-19modetest: remove drmMode{,Plane}ResEmil Velikov1-79/+90
2020-05-19modetest: add and use bo_fb_create() helperEmil Velikov1-61/+34
2020-05-19modetest: set atomic cap, _only_ when neededEmil Velikov1-5/+7
2020-05-19modetest: move basic args check before open()Emil Velikov1-5/+5
2020-05-19modetest: remove cursor/page_flipping_supported stubsEmil Velikov1-37/+0
2020-05-19modetest: simplify "dump all" logicEmil Velikov1-1/+5
2020-01-23meson: always define whether headers existEric Engestrom1-1/+1
2020-01-21modetest: Fix segmentation faultEzequiel Garcia1-0/+2
2020-01-21libdrm: modetest: Allow selecting modes by indexJohn Stultz1-6/+17
2019-12-11modetest: Use floating vrefresh while dumping modeDevarsh Thakkar1-12/+23
2019-11-25modetest: Add support for setting mode having floating vertical refresh rateDevarsh Thakkar1-8/+12
2019-06-22modetest: add the ability to specify fill patterns on the commandlineIlia Mirkin1-5/+24
2019-06-22modetest: add C8 support to generate SMPTE patternIlia Mirkin1-5/+42
2019-06-22modetest: add an add_property_optional variant that does not print errorsIlia Mirkin1-6/+23
2019-06-22modetest: don't pretend that atomic mode includes a formatIlia Mirkin1-2/+2
2019-04-17tests/modetest: add QCOM_COMPRESSED to supported modifiers listFritz Koenig1-0/+2
2018-08-07tests/modetest: Add atomic supportBenjamin Gaignard1-28/+321
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-02-19drm/tegra: Sanitize format modifiersThierry Reding1-14/+14