summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-07exynos: change the license to X11/MITInki Dae3-24/+51
2017-11-03amdgpu: Fix wrappers for AMDGPU_VM IOCTL.Andrey Grodzovsky1-2/+2
2017-10-27amdgpu: Add VMID reservation per GPU context test.Andrey Grodzovsky4-1/+175
2017-10-19modetest: Allow full testing of primary planesVille Syrjälä1-1/+2
2017-10-18modetest: Decode IN_FORMATS plane blob propertyKristian H. Kristensen1-0/+86
2017-10-06tests/amdgpu: fix uvd enc data corruption issueJames Zhu2-3/+5
2017-10-06tests/amdgpu: add new uvd enc support checkJames Zhu1-6/+21
2017-10-04amdgpu: Add deadlock detection test suit.Andrey Grodzovsky4-2/+270
2017-10-04amdgpu: make userptr unit test more interestingChristian König1-0/+8
2017-08-31tests/amdgpu: add missing header to SOURCESAlex Deucher1-1/+2
2017-08-21drmsltest: Check expected neighboursJan Vesely1-8/+20
2017-08-16tests/amdgpu: add uvd encode unit testsBoyuan Zhang6-1/+1050
2017-08-04test/amdgpu: fix test failure for SIFlora Cui3-124/+228
2017-08-04tests/amdgpu: bypass VCE tests on ravenHawking Zhang1-0/+17
2017-08-04tests/amdgpu: bypass UVD CS tests on ravenHawking Zhang1-0/+17
2017-06-12tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.amMichel Dänzer1-1/+1
2017-06-06tests/amdgpu: Fix device_id optionTom St Denis1-9/+9
2017-06-05tests/amdgpu: implement vcn dec unit testsLeo Liu2-3/+166