summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-12-14tests/amdgpu/vcn: fix the nop command in IBsLeo Liu1-6/+12
2018-12-11amdgpu/test: Enable deadlock test for CI family (gfx7)Andrey Grodzovsky1-1/+2
2018-12-05amdgpu: add VM test to exercise max/min address spaceChristian König1-0/+43
2018-11-11tests: skip drmdevice test if the machine doesn't have any drm deviceEric Engestrom1-2/+3
2018-11-02amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs.Andrey Grodzovsky1-5/+7
2018-11-01amdgpu/test: Add illegal register and memory access test v2Andrey Grodzovsky2-4/+122
2018-10-10amdgpu/test: Fix deadlock tests for AI and RV v2Andrey Grodzovsky1-5/+8
2018-10-10amdgpu/test: Allow BO mapping flags to be passed in testsAndrey Grodzovsky2-46/+70
2018-10-04tests/util: Add support for sun4i-drm driverEzequiel Garcia1-0/+1
2018-10-04modeprint: print encoder typeStefan Agner1-1/+7
2018-10-04modeprint: use libutil to lookup stringsStefan Agner3-37/+9
2018-09-19autotools: make symbols hidden by defaultLucas De Marchi13-2/+16
2018-09-19meson: make symbols hidden by defaultLucas De Marchi11-16/+16
2018-09-18test/amdgpu: add GDS, GWS and OA testsChristian König2-25/+49
2018-09-18test/amdgpu: add proper error handling v2Christian König1-2/+26
2018-09-14tests/amdgpu: add unaligned VM testChristian König1-1/+44
2018-08-16amdgpu: Disable deadlock test suite for RVLikun Gao1-1/+2
2018-08-08tests/amdgpu: add test for finding bo by CPU mappingJunwei Zhang1-0/+33
2018-08-07tests/util: Add support for stm moduleBenjamin Gaignard1-0/+1
2018-08-07tests/modetest: Add atomic supportBenjamin Gaignard1-28/+321
2018-07-24drmdevice: print the correct host1x informationEmil Velikov1-2/+2
2018-07-24drmdevice: convert the tabbed output into a treeEmil Velikov1-39/+38
2018-07-24tests/drmdevice: add a couple of printf headersEmil Velikov1-1/+6
2018-07-24tests/drmdevices: install alongside other utilitiesEmil Velikov1-2/+7
2018-04-19amdgpu: enlarge the maximum number of cards supportedXiaojie Yuan1-1/+1
2018-04-06tests/amdgpu: add vce mv tests support and setsJames Zhu2-3/+235
2018-03-20meson,configure: include config.h automaticallyEric Engestrom28-112/+0
2018-03-20tests: fix memory leak issueInki Dae1-3/+6
2018-03-15tests/exynos: remove dead conditionSeung-Woo Kim1-7/+0
2018-03-02tests/amdgpu: Fix misspellings of "suite"Michel Dänzer2-12/+12
2018-03-02test/amdgpu: disable bo eviction test by defaultChunming Zhou1-0/+2
2018-02-19drm/tegra: Sanitize format modifiersThierry Reding1-14/+14
2018-02-08tests/amdgpu: add bo eviction testChunming Zhou2-1/+182
2018-01-31tests/amdgpu: add missing config.h includeEmil Velikov1-0/+4
2018-01-31exynos/tests: use #ifdef for never-defined tokenEric Engestrom1-2/+2
2018-01-29always define HAVE_CAIROEric Engestrom1-2/+2
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 Engestrom2-2/+2
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-25modetest: Fix to check return value of asprintf()Seung-Woo Kim1-1/+4
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-12Add meson build systemDylan Baker14-0/+524