summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Bump the version to 2.4.100 for autotoolslibdrm-2.4.100Marek Olšák1-1/+1
2019-10-16Revert "libdrm: remove autotools support"Marek Olšák34-1/+1941
2019-10-16Bump the version to 2.4.100Marek Olšák1-1/+1
2019-10-15amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2Marek Olšák3-0/+35
2019-10-15include: update amdgpu_drm.hMarek Olšák1-7/+17
2019-10-15test/amdgpu: don't free unused bo handleNirmoy Das1-2/+1
2019-10-14libdrm: remove autotools supportEric Engestrom34-1941/+1
2019-10-14RELEASING: update instructions to use meson instead of autotoolsEric Engestrom1-20/+9
2019-10-04*-symbols-check: let meson figure out how to execute the scriptsEric Engestrom11-35/+27
2019-10-04*-symbols-check: use normal shell over bashEmil Velikov10-10/+10
2019-10-04meson.build: Fix header detection on FreeBSDNiclas Zeising1-1/+4
2019-09-28meson.build: Fix typoNiclas Zeising1-1/+1
2019-09-18tests/amdgpu: add the missing deactivation case for dispatch testLe Ma1-2/+5
2019-09-16amdgpu: add ras feature capability check in inject testGuchun Chen1-0/+4
2019-09-16amdgpu: add ras inject unit testGuchun Chen1-37/+107
2019-09-16amdgpu: delete test configuration fileGuchun Chen1-267/+0
2019-09-16amdgpu: remove json package dependenceGuchun Chen5-196/+9
2019-09-14meson: fix sys/mkdev.h detection on SolarisEric Engestrom1-2/+7
2019-09-06intel: sync i915_pciids.h with kernelAnusha Srivatsa1-1/+4
2019-08-08amdgpu: add umc ras inject test configurationGuchun Chen1-0/+17
2019-08-08tests/amdgpu/ras: refine ras inject testGuchun Chen5-51/+516
2019-08-08amdgpu: add gfx ras inject configuration fileGuchun Chen1-0/+250
2019-08-02tests/amdgpu: divide dispatch test into compute and gfxLe Ma1-4/+15
2019-08-02tests/amdgpu: disable reset test for nowFlora Cui1-1/+1
2019-07-29intel: Add support for EHLRodrigo Vivi1-0/+1
2019-07-29intel: add the TGL 12 PCI IDs and macrosRodrigo Vivi2-0/+2
2019-07-29intel: sync i915_pciids.h with kernelLucas De Marchi1-53/+141
2019-07-19tests/amdgpu: add gpu reset testFlora Cui2-0/+46
2019-07-19tests/amdgpu: fix for dispatch/draw testFlora Cui1-8/+28
2019-07-03xf86drm: dedupe drmGetDeviceName() logicEric Engestrom1-63/+23
2019-07-03xf86drm: use max size of drm node name instead of arbitrary sizeEric Engestrom2-2/+10
2019-07-03xf86drm: dedupe `#define`sEric Engestrom2-16/+10
2019-07-03xf86drm: open correct render node on non-linuxJonathan Gray1-18/+6
2019-07-03xf86drm: test for render nodes before primary nodesJonathan Gray1-4/+4
2019-07-03tests/util: fix incorrect memset argument orderIlia Mirkin1-1/+1
2019-07-02Bump version to 2.4.99libdrm-2.4.99Marek Olšák2-2/+2
2019-07-01amdgpu: Rename fd_mutex/list to dev_mutex/listMichel Dänzer1-15/+15
2019-07-01amdgpu: Add BO handle to table in amdgpu_bo_createMichel Dänzer1-20/+12
2019-07-01amdgpu: Pass file descriptor directly to amdgpu_close_kms_handleMichel Dänzer1-20/+15
2019-06-28etnaviv: Fix double-free in etna_bo_cache_free()Marek Vasut1-5/+3
2019-06-25amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentationMichel Dänzer1-2/+2
2019-06-25amdgpu: Move union declaration to top of amdgpu_cs_ctx_override_priorityMichel Dänzer1-1/+1
2019-06-24etnaviv: drop etna_bo_from_handle symbolLucas Stach2-3/+0
2019-06-22util: fix include path for drm_mode.hIlia Mirkin1-1/+1
2019-06-22modetest: add FP16 format supportIlia Mirkin1-0/+11
2019-06-22modetest: add the ability to specify fill patterns on the commandlineIlia Mirkin3-5/+46
2019-06-22modetest: add C8 support to generate SMPTE patternIlia Mirkin2-5/+44
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-06-22util: add cairo drawing for 30bpp formats when availableIlia Mirkin1-0/+8