summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-08igt: Add support for DRIVER_VC4 flags on tests.Eric Anholt2-2/+15
2016-02-08configure.ac: Test for libdrm_vc4 and build vc4 tests based on it.Eric Anholt1-0/+12
2016-02-08list-workarounds: Fix python 2 print statementDamien Lespiau1-1/+1
2016-02-05list-workarounds: Extend the script to MesaKibey, Sameer1-21/+53
2016-02-05igt/gem_workarounds: Convert to real GPU hang injectionChris Wilson1-88/+31
2016-02-05igt/gem_exec_alignment: Fix off-by-one in buffer objectsChris Wilson1-3/+3
2016-02-05igt/gem_exec_alignment: Mark batch buffer as also requiring 48BChris Wilson1-0/+2
2016-02-05lib: Silence a common debug message when creating a contextChris Wilson1-4/+6
2016-02-05igt/gem_ctx_thrash: Rewrite to avoid extraneous allocationsChris Wilson1-190/+138
2016-02-04igt/gem_userptr_blits: Limit amount of mlocked surfacesChris Wilson2-28/+11
2016-02-04igt/gem_reset_stats: Convert from stop-rings to real hang injectionChris Wilson2-578/+299
2016-02-04igt/gem_ctx_exec: Convert from stop-rings to a real GPU hang/resetChris Wilson1-2/+2
2016-02-04tests/drv_hangman: Convert to using central list of enginesChris Wilson3-21/+17
2016-02-04igt/drv_hangman: Make the batchbuffer check more robustChris Wilson1-85/+24
2016-02-04igt/drv_hangman: Inject a true hangChris Wilson1-52/+14
2016-02-04igt/gem_ringfill: Add exercising the default-ring to basic testingChris Wilson1-12/+9
2016-02-04igt/gem_streaming_writes: Set bb start alignment to 64b for IronlakeChris Wilson1-1/+3
2016-02-04igt/gem_busy: Refactor to use gem_require_ring()Chris Wilson1-2/+4
2016-01-29tools/intel_residency: use setitimer instead of {,u}alarmPaulo Zanoni1-10/+15
2016-01-29tests/pm_rpm: find an appropriate CRTC instead of hardcoding CRTC 0Paulo Zanoni1-10/+42
2016-01-29tests/pm_rpm: remove POWER_DIR definitionPaulo Zanoni1-2/+0
2016-01-29tests/igt_fb: rename igt_get_all_formats to igt_get_all_cairo_formatsPaulo Zanoni4-11/+17
2016-01-29lib/igt_fb: fix igt_get_all_formats documentationPaulo Zanoni1-1/+1
2016-01-29lib/igt_draw: use igt_drm_format_to_bpp()Paulo Zanoni1-15/+1
2016-01-29kms_frontbuffer_tracking: standardize the used FB sizesPaulo Zanoni1-1/+18
2016-01-29kms_frontbuffer_tracking: use igt_drm_format_to_bpp()Paulo Zanoni1-16/+1
2016-01-29lib/igt_fb: make the automatic buffer sizes/strides smallerPaulo Zanoni2-17/+96
2016-01-28igt/gem_cs_tlb: Increase BB start alignment to 64bytesChris Wilson1-4/+4
2016-01-28igt: More MI_STORE_DWORD fixes for gen5Chris Wilson3-16/+14
2016-01-28igt/gem_ringfill: Set MI_MEM_VIRTUAL flag for gen<6Chris Wilson1-4/+3
2016-01-28lib: Hide BSD1/BSD2 rings on hardware without BSD2Chris Wilson1-0/+6
2016-01-28tests: Add gem_exec_relocChris Wilson2-0/+231
2016-01-27igt/gem_reset_stats: Convert residual calllers of gem_exec() to gem_execbuf()Chris Wilson1-4/+2
2016-01-27igt/gem_concurrent_blit: Disable libdrm buffer cache for child inheritanceChris Wilson1-13/+7
2016-01-27igt/gem_concurrent_all: Pass buffer data downChris Wilson1-159/+151
2016-01-27igt/gem_cs_prefetch: Check each ringChris Wilson1-63/+68
2016-01-27Add I915_EXEC_DEFAULT to list of known enginesChris Wilson3-2/+7
2016-01-27igt/gem_sync: Use common array of ringsChris Wilson1-16/+9
2016-01-27igt/gem_ringfill: Use common array of ringsChris Wilson1-17/+6
2016-01-27igt/gem_cs_tlb: Use common array of ringsChris Wilson1-11/+4
2016-01-27igt/gem_exec_nop: Use common array of ringsChris Wilson1-11/+4
2016-01-27igt/gem_storedw_loop: Use common array of ringsChris Wilson1-19/+10
2016-01-27igt: Add gem_exec_basicChris Wilson2-0/+64
2016-01-27Extract array of execution enginesChris Wilson3-12/+20
2016-01-27lib: Query the kernel for support of a particular exec idChris Wilson1-20/+22
2016-01-27lib: Share common __gem_execbuf()Chris Wilson17-133/+26
2016-01-27igt/gem_ringfill: Allow listing subtests in gem_ringfillGabriel Feceoru1-1/+2
2016-01-27gem_ringfill: fix typo in test nameMaarten Lankhorst1-1/+1
2016-01-27igt/gem_concurrent_blit: Tighter scoping of buffers variableChris Wilson1-5/+4
2016-01-27igt/gem_concurrent_blit: Close userptr handle after importing into bufmgrChris Wilson1-0/+1