summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-24util: add SMPTE pattern support for C1 formatGeert Uytterhoeven1-3/+171
2023-10-24util: add SMPTE pattern support for C4 formatGeert Uytterhoeven1-0/+42
2023-10-24util: store number of colors for indexed formatsGeert Uytterhoeven2-4/+5
2023-10-24util: add support for DRM_FORMAT_C[124]Geert Uytterhoeven1-0/+3
2023-10-24util: factor out and optimize C8 SMPTE color LUTGeert Uytterhoeven3-44/+82
2023-10-24util: improve SMPTE color LUT accuracyGeert Uytterhoeven1-3/+3
2023-10-20build: bump version to 2.4.117libdrm-2.4.117Simon Ser1-1/+1
2023-10-20meson: replace deprecated program.path -> program.full_pathDylan Baker4-4/+4
2023-10-20meson: Use feature.require() and feature.allowed()Dylan Baker2-88/+36
2023-10-20meson: fix intel requirementsDylan Baker1-2/+6
2023-10-10amdgpu: add support for querying VM faults informationSamuel Pitoiset3-0/+31
2023-10-10amdgpu: amdgpu_drm.h for new GPUVM fault ioctlSamuel Pitoiset1-7/+120
2023-09-19ci: bump FreeBSD to 13.2Simon Ser1-2/+2
2023-09-19xf86drm: mark DRM_MAX_MINOR as deprecatedSimon Ser1-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 Baryshkov2-1/+22
2023-09-08util: remove unused definitions of RED, GREEN, and BLUEGeert Uytterhoeven1-5/+0
2023-09-08modetest: fix mode_vrefresh() for interlace/dblscan/vscanGeert Uytterhoeven1-2/+13
2023-09-08util: fix grey in YUV SMPTE patternsGeert Uytterhoeven1-2/+2
2023-09-08modetest: add support for DRM_FORMAT_NV{24,42}Geert Uytterhoeven1-0/+20
2023-09-08util: add pattern support for DRM_FORMAT_NV{24,42}Geert Uytterhoeven1-0/+4
2023-09-08util: add NV24 and NV42 frame buffer formatsGeert Uytterhoeven1-0/+2
2023-09-08modetest: add support for writeback connectorRohith Iyer3-3/+146
2023-09-07amdgpu: add marketing names from Adrenalin 23.9.1Jonathan Gray1-0/+2
2023-09-05amdgpu: add marketing names from Adrenalin 23.7.2Jonathan Gray1-0/+1
2023-09-05amdgpu: add marketing names from PRO Edition 23.Q3 W7000Jonathan Gray1-0/+2
2023-09-05amdgpu: add marketing names from amd-5.5.1 (23.10.1)Jonathan Gray1-0/+2
2023-09-05amdgpu: add marketing names from amd-5.4.6 (22.40.6)Jonathan Gray1-0/+1
2023-09-04amdgpu: Use PRI?64 to format uint64_tGeert Uytterhoeven1-4/+5
2023-09-04amdgpu: Fix pointer/integer mismatch warningGeert Uytterhoeven1-1/+1
2023-08-23build: bump version to 2.4.116libdrm-2.4.116Simon Ser1-1/+1
2023-08-17nouveau: add interface to make buffer objects globalDor Askayo3-3/+13
2023-08-16xf86drm: use drm device name to identify drm node typeJames Zhu1-10/+12
2023-08-16xf86drm: update DRM_NODE_NAME_MAX supporting more nodesJames Zhu1-1/+1
2023-07-27xf86drm: add drmSyncobjEventfdSimon Ser3-0/+17
2023-07-27Sync headers with drm-nextSimon Ser3-37/+382
2023-07-26xf86drm: drop control nodes implementationSimon Ser2-25/+9
2023-07-26xf86drm: bump DRM_MAX_MINOR to 64Simon Ser1-1/+1
2023-07-20xf86drmMode: constify drmModeCrtcSetGammaXaver Hugl2-3/+3
2023-07-17tests/amdgpu/vcn: fix session buffer issue for vcn1-vcn3Ruijing Dong1-13/+5
2023-07-06tests/amdgpu/vcn:update decoder unit testSaleemkhan Jamadar1-5/+21
2023-05-11amdgpu: add an environment variable that overrides the context priorityMarek Olšák1-0/+12
2023-05-11tests/amdgpu/vcn: fix drm test failureRuijing Dong1-19/+28
2023-05-11tests/amdgpu/vcn: change vbv_buffer name to inputRuijing Dong1-11/+11
2023-03-24tests/amdgpu: Allow to exclude a test or a suite of testsLuben Tuikov1-35/+152