summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-08-10modeprint: cleanup, remove compile warningsTapani Pälli1-3/+1
2015-08-05amdgpu/tests: Cast CPU map argument of amdgpu_bo_alloc_and_map to void**Michel Dänzer1-6/+8
2015-08-05amdgpu/tests: Use buf_handle in amdgpu_bo_alloc_and_map() error pathsMichel Dänzer1-3/+3
2015-08-05test/amdgpu : fix a bug in VCE/UVD test introduced by previous changeKen Wang2-0/+4
2015-08-05amdgpu: add amdgpu_bo_va_op for va map/unmap support v3Jammy Zhou5-117/+332
2015-08-05amdgpu : move management of user fence from libdrm to UMDKen Wang3-12/+17
2015-08-05amdgpu: fix bs buffer size for vce testChristian König1-1/+1
2015-08-05tests/amdgpu: remove the duplicate IB allocation for VCE testJammy Zhou1-8/+0
2015-08-05amdgpu: use common fence structure for dependencies as well.Christian König3-7/+7
2015-08-05amdgpu: improve the amdgpu_cs_query_fence_status interfaceJammy Zhou3-12/+18
2015-08-05amdgpu: remove bo_handle from amdgpu_cs_ib_info, IBs should be in buffer listMarek Olšák4-14/+63
2015-08-05amdgpu: remove amdgpu_ib helpersMarek Olšák4-56/+102
2015-08-05amdgpu: remove amdgpu_ibMarek Olšák3-10/+10
2015-08-05tests/amdgpu: manage IB in client sideJammy Zhou2-7/+15
2015-08-05tests/amdgpu: implement VCE unit testsLeo Liu6-1/+2749
2015-08-05tests/amdgpu: add shared IB submission test v2Jammy Zhou1-1/+65
2015-08-05amdgpu: reuse the kernel IB flags v2Jammy Zhou1-1/+1
2015-08-05amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UCJammy Zhou1-11/+8
2015-08-05amdgpu: add public bo list interface v3Christian König2-4/+16
2015-08-05amdgpu: cleanup public interface v2Christian König2-25/+22
2015-08-05drm: add tests/amdgpu (v3)Alex Deucher9-0/+2324
2015-08-05drm: consolidate common list implementations (v2)Alex Deucher3-139/+1
2015-07-20Build vbltest irrespective of the presence of libudev.Joonyoung Shim1-5/+1
2015-07-16Consistently check the fd valueEmil Velikov1-1/+1
2015-06-29tests/exynos: handle G2D_IMGBUF_COLOR in switch statementsTobias Jakobi1-6/+13
2015-06-29tests/exynos: remove connector_find_planeTobias Jakobi1-31/+0
2015-06-29tests/exynos: simplify drm_set_crtcTobias Jakobi1-6/+1
2015-06-29tests/exynos: remove struct fimg2d_test_caseTobias Jakobi1-37/+5
2015-06-29tests/exynos: remove unused defineTobias Jakobi1-1/+0
2015-06-29tests/exynos: clean struct connectorTobias Jakobi1-10/+0
2015-06-29tests/exynos: replace return by breakTobias Jakobi1-1/+1
2015-05-28tests/kmstest: support atmel-hlcdcBoris BREZILLON1-0/+1
2015-05-28modetest: add atmel-hlcdc driver supportBoris BREZILLON1-1/+1
2015-05-28modetest: only select plane with matching formatTobias Jakobi1-1/+13
2015-05-28modetest: make middle SMPTE colors transparentTobias Jakobi1-14/+14
2015-05-28modetest: replace malloc + memset with callocEmil Velikov2-19/+10
2015-05-28modetest: explicitly zero the newly allocated memoryEmil Velikov1-3/+3
2015-05-05modetest: fix allocation for yuv420/yvu420Rob Clark1-0/+2
2015-04-29modetest: fix the arguments of the MAKE_RGB_INFO defineJoonyoung Shim1-2/+2
2015-04-28modetest: destroy the cursor boJoonyoung Shim1-0/+6
2015-04-28modetest: clear buffer and framebuffer for planesJoonyoung Shim1-0/+20
2015-04-28modetest: fix the error path handlingJoonyoung Shim1-5/+8
2015-04-28modetest: make use of drmModeRmFBJoonyoung Shim1-0/+4
2015-04-28modetest: fix Segmentation faultJoonyoung Shim1-1/+8
2015-04-28modetest: initialize handles/pitches in set_plane()Tobias Jakobi1-4/+4
2015-04-28Add missing <strings.h> includesGreg Hackmann1-0/+1
2015-04-28drm: use c99 __func__ over __FUNCTION__Emil Velikov1-6/+1
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov1-1/+1
2015-04-15modeprint: add missing encoder/connector type namesRob Clark1-0/+5
2015-04-14mode: Retrieve only the current information for a ConnectorChris Wilson1-2/+16