aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/amdgpu: Remove unused local variable 'i'Michel Dänzer2015-08-171-1/+1
* tests/amdgpu: Include config.h firstMichel Dänzer2015-08-175-0/+24
* tests: modetest: Accept connector names in addition to connector IDsThierry Reding2015-08-141-12/+82
* modeprint: cleanup, remove compile warningsTapani Pälli2015-08-101-3/+1
* amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer2015-08-051-6/+8
* amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error pathsMichel Dänzer2015-08-051-3/+3
* test/amdgpu : fix a bug in VCE/UVD test introduced by previous changeKen Wang2015-08-052-0/+4
* amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou2015-08-055-117/+332
* amdgpu : move management of user fence from libdrm to UMDKen Wang2015-08-053-12/+17
* amdgpu: fix bs buffer size for vce testChristian König2015-08-051-1/+1
* tests/amdgpu: remove the duplicate IB allocation for VCE testJammy Zhou2015-08-051-8/+0
* amdgpu: use common fence structure for dependencies as well.Christian König2015-08-053-7/+7
* amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou2015-08-053-12/+18
* amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák2015-08-054-14/+63
* amdgpu: remove amdgpu_ib helpersMarek Olšák2015-08-054-56/+102
* amdgpu: remove amdgpu_ibMarek Olšák2015-08-053-10/+10
* tests/amdgpu: manage IB in client sideJammy Zhou2015-08-052-7/+15
* tests/amdgpu: implement VCE unit testsLeo Liu2015-08-056-1/+2749
* tests/amdgpu: add shared IB submission test v2Jammy Zhou2015-08-051-1/+65
* amdgpu: reuse the kernel IB flags v2Jammy Zhou2015-08-051-1/+1
* amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UCJammy Zhou2015-08-051-11/+8
* amdgpu: add public bo list interface v3Christian König2015-08-052-4/+16
* amdgpu: cleanup public interface v2Christian König2015-08-052-25/+22
* drm: add tests/amdgpu (v3)Alex Deucher2015-08-059-0/+2324
* drm: consolidate common list implementations (v2)Alex Deucher2015-08-053-139/+1
* Build vbltest irrespective of the presence of libudev.Joonyoung Shim2015-07-201-5/+1
* Consistently check the fd valueEmil Velikov2015-07-161-1/+1
* tests/exynos: handle G2D_IMGBUF_COLOR in switch statementsTobias Jakobi2015-06-291-6/+13
* tests/exynos: remove connector_find_planeTobias Jakobi2015-06-291-31/+0
* tests/exynos: simplify drm_set_crtcTobias Jakobi2015-06-291-6/+1
* tests/exynos: remove struct fimg2d_test_caseTobias Jakobi2015-06-291-37/+5
* tests/exynos: remove unused defineTobias Jakobi2015-06-291-1/+0
* tests/exynos: clean struct connectorTobias Jakobi2015-06-291-10/+0
* tests/exynos: replace return by breakTobias Jakobi2015-06-291-1/+1
* tests/kmstest: support atmel-hlcdcBoris BREZILLON2015-05-281-0/+1
* modetest: add atmel-hlcdc driver supportBoris BREZILLON2015-05-281-1/+1
* modetest: only select plane with matching formatTobias Jakobi2015-05-281-1/+13
* modetest: make middle SMPTE colors transparentTobias Jakobi2015-05-281-14/+14
* modetest: replace malloc + memset with callocEmil Velikov2015-05-282-19/+10
* modetest: explicitly zero the newly allocated memoryEmil Velikov2015-05-281-3/+3
* modetest: fix allocation for yuv420/yvu420Rob Clark2015-05-051-0/+2
* modetest: fix the arguments of the MAKE_RGB_INFO defineJoonyoung Shim2015-04-291-2/+2
* modetest: destroy the cursor boJoonyoung Shim2015-04-281-0/+6
* modetest: clear buffer and framebuffer for planesJoonyoung Shim2015-04-281-0/+20
* modetest: fix the error path handlingJoonyoung Shim2015-04-281-5/+8
* modetest: make use of drmModeRmFBJoonyoung Shim2015-04-281-0/+4
* modetest: fix Segmentation faultJoonyoung Shim2015-04-281-1/+8
* modetest: initialize handles/pitches in set_plane()Tobias Jakobi2015-04-281-4/+4
* Add missing <strings.h> includesGreg Hackmann2015-04-281-0/+1
* drm: use c99 __func__ over __FUNCTION__Emil Velikov2015-04-281-6/+1