summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2026-05-08kmstest: Add -t|--timeTomi Valkeinen
2026-04-30Drop libfmtTomi Valkeinen
2026-03-20utils: Add -C|--card optionTomi Valkeinen
2025-12-18fix: Correct printf format specifiers for unsigned integersTomi Valkeinen
2025-12-18fix: Initialize uninitialized member variablesTomi Valkeinen
2025-12-18fix: Replace C-style casts with C++ castsTomi Valkeinen
2025-12-18fix: Use const references to avoid unnecessary variable copyingTomi Valkeinen
2025-12-18fix: Resolve variable shadowing warningsTomi Valkeinen
2025-12-18perf: Pass parameters by const reference to avoid copiesTomi Valkeinen
2025-08-07kmsprint: Use fourccs, not PixelFormatsTomi Valkeinen
2025-04-22Fix a few clang warningsTomi Valkeinen
2025-03-28kmstest: Support format names in addition to fourccTomi Valkeinen
2025-03-26kmstest: Add test pattern parametersTomi Valkeinen
2025-03-26Use the fourcc helpersTomi Valkeinen
2025-03-26PixelFormats: clean fourcc managementTomi Valkeinen
2025-03-26PixelFormats: New PixelFormatInfo codeTomi Valkeinen
2023-11-07kmstest: Don't fail if setting crtc inactive and disabling the planes failsDave Stevenson
2023-10-06Fix issues related to utils & libutilsTomi Valkeinen
2023-09-15kmstest: Support signed values for crtc_[xy]Dave Stevenson
2023-09-12kmsprint: Correct crtc_[xy] to being signed valuesDave Stevenson
2023-08-17kmstest: allow using undefined sync polaritiesTomi Valkeinen
2023-02-24Drop v4l2Tomi Valkeinen
2022-12-22Code formatting fixesTomi Valkeinen
2022-12-20Fix dependency to kms++utils in kmscube and utilsTomi Valkeinen
2022-12-18fbtest: fix for 16 bppTomi Valkeinen
2022-11-01kmsxx: Also report format of framebufferDom Cobley
2021-10-06Split V4L2 code into separate libsTomi Valkeinen
2020-12-16Remove CMake supportTomi Valkeinen
2020-12-01Fix clang-tidy reported issuesTomi Valkeinen
2020-10-09rename omap wb utils to omap-wbTomi Valkeinen
2020-10-09Bulk format of all filesTomi Valkeinen
2020-09-14Add meson buildTomi Valkeinen
2020-09-05kmscapture: remove unneeded xf86drm.h includeTomi Valkeinen
2020-08-10card: Rename has_has_universal_planes to has_universal_planesLaurent Pinchart
2020-05-15kmstest: allow enabling output without anything connectedTomi Valkeinen
2020-04-21kmstest: add crc16 printTomi Valkeinen
2020-04-21Add simple kmstouch test toolTomi Valkeinen
2020-04-21kmsprint: use Videomode::to_string_longTomi Valkeinen
2019-11-06Split dmabuf support from ExtFramebuffer into DmabufFramebufferTomi Valkeinen
2019-10-28kmstest: convert to fmt::printTomi Valkeinen
2019-09-25kmsprint: use fmt instead of printf and sformatTomi Valkeinen
2019-09-25wbm2m: use fmt::formatTomi Valkeinen
2019-09-25videomode to_string improvementsTomi Valkeinen
2019-09-25wbm2m: add informative printsTomi Valkeinen
2019-07-30kmsprint: add missing --device from usageTomi Valkeinen
2019-01-17card: another try with card constructorsTomi Valkeinen
2019-01-17Revert "kmstest: use open_modesetting_card"Tomi Valkeinen
2019-01-14kmstest: use open_modesetting_cardTomi Valkeinen
2019-01-11kmstest: show sync polaritiesTomi Valkeinen
2018-11-01wbm2m: Add selection/crop supportBenoit Parrot