summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-29meson,configure: remove unused HAVE_OMAP defineEric Engestrom2-4/+1
2018-01-29configure: remove unused HAVE_INSTALL_TESTS defineEric Engestrom1-3/+0
2018-01-29configure: remove unused HAVE_CUNIT defineEric Engestrom1-2/+0
2018-01-29meson: add missing HAVE_RADEONEric Engestrom1-1/+1
2018-01-29tests/etnaviv: drop unused `return 0`Eric Engestrom1-3/+1
2018-01-29tests/util: drop unused parametersEric Engestrom1-3/+3
2018-01-29tests/util: fix signed/unsigned comparisonsEric Engestrom1-3/+2
2018-01-29tests/amdgpu: drop unused variablesEric Engestrom7-14/+7
2018-01-29tests/amdgpu: add parentheses to make operation priority explicitEric Engestrom1-1/+1
2018-01-29remove unnecessary double-semicolonEric Engestrom3-3/+3
2018-01-26freedreno: clamp priority based on # of ringsRob Clark2-12/+18
2018-01-26amdgpu: Disable VM test suite by default for SI ASICsMichel Dänzer3-1/+26
2018-01-26amdgpu: Disable deadlock test suite by default for SI ASICsMichel Dänzer1-1/+2
2018-01-26amdgpu: Fix segfault in deadlock test.Andrey Grodzovsky1-2/+2
2018-01-26amdgpu: Update deadlock test to not assert on ECANCELEDAndrey Grodzovsky1-2/+2
2018-01-25meson: set the minimum version correctlyDylan Baker1-1/+1
2018-01-25meson: set proper pkg-config version for libdrm_freedrenoDylan Baker1-1/+1
2018-01-25modetest: Fix to check return value of asprintf()Seung-Woo Kim1-1/+4
2018-01-23amdgpu: fix high VA maskChristian König1-1/+1
2018-01-18meson: fix the install path of amdgpu.idsChristoph Haag1-2/+2
2018-01-18amdgpu: Symlink .editorconfig to tests/amdgpuMichel Dänzer1-0/+1
2018-01-16amdgpu: Don't dereference device_handle after amdgpu_device_deinitializeMichel Dänzer1-6/+7
2018-01-15amdgpu: Don't print error message if parse_one_line returned -EAGAINMichel Dänzer1-1/+1
2018-01-12README: Add note about mesonDylan Baker1-3/+21
2018-01-12autotools: Include meson.build files in tarballDylan Baker1-1/+31
2018-01-12Add meson build systemDylan Baker31-0/+1822
2018-01-12tests/amdgpu: execute copy linear on all the available ringsHawking Zhang1-96/+104
2018-01-12tests/amdgpu: execute const fill on all the available ringsHawking Zhang1-70/+77
2018-01-12tests/amdgpu: execute write linear on all the available ringsHawking Zhang1-53/+58
2018-01-11intel: Add more Coffeelake PCI IDsAnuj Phogat1-7/+23
2018-01-09test/amdgpu: fix compiler warningsChristian König1-4/+4
2018-01-09amdgpu: use the high VA range if possible v2Christian König1-4/+14
2018-01-09headers: sync up amdgpu_drm.h with drm-nextChristian König1-0/+4
2018-01-09amdgpu: fix 32bit VA manager max addressChristian König1-1/+1
2018-01-08amdgpu: fix not to add amdgpu.ids when building without amdgpuSeung-Woo Kim1-0/+2
2017-12-18configure.ac: bump version for releaseDave Airlie1-1/+1
2017-12-18drm: Add CrtcGetSequence and CrtcQueueSequence IOCTLs [v2]Keith Packard3-1/+57
2017-12-18drm: Add drm mode lease ioctl wrappers [v3]Keith Packard2-0/+111
2017-12-18amdgpu: Add syncobj reset & signal wrappers.Bas Nieuwenhuizen3-0/+48
2017-12-18drm: Add drmSyncobjReset & drmSyncobjSignal wrappers.Bas Nieuwenhuizen2-0/+28
2017-12-15etnaviv: fix BO cache to properly work with different flagsLucas Stach1-7/+19
2017-12-15tests/amdgpu: Add return CUE_SUCCESS to suite_vcn_tests_clean.Andrey Grodzovsky1-0/+2
2017-12-15etnaviv: support performance monitor requestsChristian Gmeiner4-0/+37
2017-12-15etnaviv: add permon supportChristian Gmeiner5-0/+226
2017-12-15etnaviv: sync uapi headerChristian Gmeiner1-1/+42
2017-12-12amdgpu: Remove dummy CU_ASSERT_EQUAL.Andrey Grodzovsky1-2/+0
2017-12-05amdgpu.ids: Refresh from AMD 17.40 releaseMichel Dänzer1-2/+29
2017-12-05amdgpu: Only remember the device's marketing nameMichel Dänzer5-102/+28
2017-12-05amdgpu: Simplify error handling in parse_one_lineMichel Dänzer1-29/+16
2017-12-01amdgpu: Clean up amdgpu_parse_asic_ids error handlingMichel Dänzer3-12/+12