summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-09-17libdrm: add etnaviv testsThe etnaviv authors10-0/+2828
2016-09-01modetest: Also print the pixel clockStéphane Marchesin1-2/+3
2016-09-01modetest: add mediatek to module listDaniel Kurtz1-0/+1
2016-08-29modetest: Adding amdgpu to module listsatsahu1-0/+1
2016-07-23automake: Don't include Android Makefiles in the release tarballAndreas Boll1-2/+0
2016-07-20tests/drmdevice: be move verbose when using open()Emil Velikov1-2/+7
2016-07-20tests/drmdevice: print out the full 'bus' and 'dev' stringsEmil Velikov1-2/+2
2016-07-06Android: strip out header files from sources listRob Herring3-3/+3
2016-06-02amdgpu: fix fence status queryChristian König1-0/+6
2016-05-13tests/amdgpu: adapt to new polaris10/11 uvd fwSonny Jiang1-6/+42
2016-05-13tests/amdgpu: add interface to adapt firmware requirementLeo Liu1-2/+5
2016-05-13tests/amdgpu: expand write/copy tests to computeAlex Deucher1-7/+34
2016-05-13tests/amdgpu: expand write/copy tests to computeAlex Deucher1-3/+6
2016-04-12tests/kms-steal-crtc: Use correct includesDaniel Vetter1-0/+1
2016-04-07tests: Fix spelling mistakesEric Engestrom1-3/+3
2016-03-28proptest: print signed values correctlyEmil Velikov1-0/+2
2016-03-28modetest: print signed values correctlyGustavo Padovan1-0/+2
2016-03-28tests: add virtio_gpu to the driver listGustavo Padovan1-0/+1
2016-02-18amdgpu/tests: fix tests for asics with one VCE instanceSonny Jiang1-8/+12
2016-02-04tests/amdgpu: add a test for cp dma copyAlex Deucher1-0/+18
2016-02-04tests/amdgpu: make amdgpu_command_submission_sdma_copy_linear genericAlex Deucher1-10/+17
2016-02-04tests/amdgpu: add a test for cp dma fillAlex Deucher1-0/+18
2016-02-04tests/amdgpu: make amdgpu_command_submission_sdma_const_fill genericAlex Deucher1-8/+16
2016-02-04tests/amdgpu: add a test for cp write dataAlex Deucher1-0/+125
2016-02-04tests/amdgpu: make amdgpu_command_submission_sdma_write_linear genericAlex Deucher1-9/+18
2016-02-04tests/amdgpu: make amdgpu_sdma_test_exec_cs() generic (v2)Alex Deucher1-23/+28
2016-02-03util: Add support for vc4.Eric Anholt1-0/+1
2016-01-27tests/kmstest: inverse the order of LDADD librariesEmil Velikov1-2/+2
2016-01-26tests: Include poll.h rather than sys/poll.hKylie McClain2-2/+2
2016-01-26tests: Include sys/select.hKhem Raj4-0/+12
2016-01-26tests: util: Fixup util_open() parameter orderThierry Reding3-3/+3
2016-01-26tests: add fsl-dcu-drm to modulesStefan Agner1-0/+1
2016-01-26kmstest: Use util_open()Stefan Agner2-17/+32
2016-01-20tests/amdgpu: add semaphore testChunming Zhou1-0/+133
2015-12-18tests: remove missleading commentsStefan Agner1-14/+1
2015-12-18vbltest: Use util_open()Thierry Reding2-21/+20
2015-12-18proptest: Use util_open()Thierry Reding1-22/+38
2015-12-18modetest: Use util_open()Thierry Reding1-24/+3
2015-12-18tests: Add helper to open a device/moduleThierry Reding2-0/+57
2015-12-18tests: kms: Implement universal planes testThierry Reding2-2/+365
2015-12-18tests: kms: Implement CRTC stealing testThierry Reding2-0/+172
2015-12-18tests: Add libkms-test libraryThierry Reding8-1/+794
2015-12-18proptest: Add Android supportThierry Reding3-2/+19
2015-12-18tests: Move name tables to libutilThierry Reding5-101/+165
2015-12-18tests: Split helpers into libraryThierry Reding21-990/+1221
2015-12-18tests/exynos: add test for g2d_moveTobias Jakobi1-0/+132
2015-12-18tests/exynos: use XRGB8888 for framebufferTobias Jakobi1-1/+1
2015-12-18tests/exynos: add fimg2d event testTobias Jakobi2-2/+335
2015-12-18tests/exynos: add fimg2d performance analysisTobias Jakobi2-2/+344
2015-09-21tests/drmdevice: add drm{Get,Free}Device() exampleEmil Velikov1-2/+21