summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: bump version to 2.4.114libdrm-2.4.114Simon Ser2022-11-031-1/+1
* modetest: use dumb buffer helpersSimon Ser2022-11-021-21/+7
* modetest: use sized integers in struct boSimon Ser2022-11-021-3/+3
* modetest: drop unused offset field in struct boSimon Ser2022-11-021-1/+0
* xf86drmMode: add helpers for dumb buffersSimon Ser2022-10-273-0/+84
* amdgpu: silence uninitialized variable warningSimon Ser2022-10-231-1/+1
* amdgpu: Add a default marketing name if none is foundAlex Deucher2022-10-171-1/+4
* amdgpu_ids: add MI marketing namesAlex Deucher2022-10-171-0/+5
* amdgpu.ids: update to the latest marketing nameAlex Deucher2022-10-171-30/+193
* amdgpu.ids: sort the fileAlex Deucher2022-10-171-66/+66
* amdgpu.ids: use consistent formatting for RIDAlex Deucher2022-10-171-67/+67
* xf86drm: handle DRM_FORMAT_BIG_ENDIAN in drmGetFormatName()Simon Ser2022-10-171-12/+17
* tests/util: add imx-lcdif driverMarco Felsch2022-10-061-0/+1
* build: automatically disable Intel if pciaccess is not foundSimon Ser2022-10-031-2/+3
* intel: move declarations to top in drm_intel_gem_bo_unreference()Simon Ser2022-10-031-6/+6
* include/drm/i915_drm.h: Update from Linux v6.0-rc7Jordan Justen2022-09-281-130/+1939
* include/drm/drm_fourcc.h: Update from Linux v6.0-rc7Jordan Justen2022-09-281-3/+97
* meson: fast-fail on unsupported OSesEli Schwartz2022-09-111-0/+4
* build: bump to version 2.4.113libdrm-2.4.113Simon Ser2022-08-311-1/+1
* tests/modetest: use drmGetFormatName()Simon Ser2022-08-311-5/+3
* xf86drm: add drmGetFormatName()Simon Ser2022-08-313-0/+39
* intel: Hook up new platforms IDsMatt Roper2022-08-301-0/+3
* meson: auto-enable etnaviv on arm, arc, mips and loongarch architecturesSui Jingfeng2022-08-303-6/+10
* intel: Avoid aliasing violationMatt Turner2022-08-231-2/+3
* atomic: fix atomic_add_unless() fallback's return valueEric Engestrom2022-08-232-19/+21
* Remove unused 3rd parameter to open(2)Matthieu Herrb2022-08-232-6/+6
* meson: simplify some more build options by using featuresEric Engestrom2022-08-233-34/+14
* meson: convert auto combos into proper featuresEric Engestrom2022-08-233-66/+36
* ci: drop dead script since e722ba9f67Eric Engestrom2022-08-231-71/+0
* meson: fix value of `auto` for a bunch of driversEric Engestrom2022-08-221-5/+5
* ci: bump images tags to take !255 into effectEric Engestrom2022-08-221-2/+2
* ci/freedesktop: bump python version of docutils package as 3.8 no longer existsEric Engestrom2022-08-221-1/+1
* ci: fix the tested meson versionEric Engestrom2022-08-221-1/+1
* ci: remove system meson before installing the pip oneEric Engestrom2022-08-221-1/+6
* build: make tests optionalSimon Zeni2022-08-182-1/+10
* tests/amdgpu: add sdma slow copy linear hang testLikun Gao2022-08-152-11/+53
* tests/amdgpu: add sdma corrupted header hang testLikun Gao2022-08-152-0/+127
* tests/amdgpu: add dispatch/draw test for gfx11Flora Cui2022-08-153-2/+764
* tests/amdgpu: refactor dispatch/draw testFlora Cui2022-08-159-1852/+2393
* tests/amdgpu: skip gfx CE subtest in gfx11Hawking Zhang2022-08-151-0/+21
* lib: sync i915_pciids.h with kernelMatt Roper2022-08-031-14/+71
* build: set c_std to c11Stephan Lachnit2022-07-251-1/+1
* tests/util: Add simpledrm driverEric Curtin2022-07-221-0/+1
* tests/amdgpu/vcn: add unified queue support in vcn4Ruijing Dong2022-07-201-40/+153
* tests/amdgpu/vcn: align comments for AMDGPU_HW_IP_VCN_ENCRuijing Dong2022-07-201-0/+4
* tests/amdgpu: enable vcn swRing test for version 4 and laterJames Zhu2022-07-201-28/+174
* amdgpu: update marketing names for 22.20Alex Deucher2022-07-181-0/+2
* build: bump version to 2.4.112libdrm-2.4.112Simon Ser2022-07-061-1/+1
* xf86drmMode: introduce drmModeConnectorGetPossibleCrtcsSimon Ser2022-07-023-0/+37
* tests: use drmModeGetConnectorTypeNameSimon Ser2022-07-025-31/+3