summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
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-09test/amdgpu: fix compiler warningsChristian König1-4/+4
2017-12-15tests/amdgpu: Add return CUE_SUCCESS to suite_vcn_tests_clean.Andrey Grodzovsky1-0/+2
2017-12-12amdgpu: Remove dummy CU_ASSERT_EQUAL.Andrey Grodzovsky1-2/+0
2017-11-30amdgpu: Add explicit dependency test.Andrey Grodzovsky2-0/+282
2017-11-29amdgpu: Dynamicly disable BO suite "Metadata" test.Andrey Grodzovsky2-2/+3
2017-11-29amdgpu: Switch amdgpu CS tests enabling to the new way.Andrey Grodzovsky3-33/+38
2017-11-15amdgpu: Disable deadlock test suite for Vega 10Andrey Grodzovsky3-1/+25
2017-11-14amdgpu: Add memory over allocation test.Andrey Grodzovsky1-0/+24
2017-11-13amdgpu: Move memory alloc tests in bo suite.Andrey Grodzovsky2-49/+49
2017-11-13amdgpu: Use new suite/test disabling functionality.Andrey Grodzovsky6-134/+123
2017-11-13amdgpu: Add functions to disable suites and tests.Andrey Grodzovsky2-18/+170