summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-08igt: Add a helper function for mapping VC4 BOs.Eric Anholt
2016-02-08igt: Add a helper function for getting a VC4 BO that's been drawn to.Eric Anholt
2016-02-08igt/vc4_wait_bo: Add a test for VC4's wait-for-BO ioctl.Eric Anholt
2016-02-08igt/vc4_wait_seqno: Add a test for VC4's wait-for-seqno ioctl.Eric Anholt
2016-02-08igt: Add support for DRIVER_VC4 flags on tests.Eric Anholt
2016-02-08configure.ac: Test for libdrm_vc4 and build vc4 tests based on it.Eric Anholt
2016-02-08list-workarounds: Fix python 2 print statementDamien Lespiau
2016-02-05list-workarounds: Extend the script to MesaKibey, Sameer
2016-02-05igt/gem_workarounds: Convert to real GPU hang injectionChris Wilson
2016-02-05igt/gem_exec_alignment: Fix off-by-one in buffer objectsChris Wilson
2016-02-05igt/gem_exec_alignment: Mark batch buffer as also requiring 48BChris Wilson
2016-02-05lib: Silence a common debug message when creating a contextChris Wilson
2016-02-05igt/gem_ctx_thrash: Rewrite to avoid extraneous allocationsChris Wilson
2016-02-04igt/gem_userptr_blits: Limit amount of mlocked surfacesChris Wilson
2016-02-04igt/gem_reset_stats: Convert from stop-rings to real hang injectionChris Wilson
2016-02-04igt/gem_ctx_exec: Convert from stop-rings to a real GPU hang/resetChris Wilson
2016-02-04tests/drv_hangman: Convert to using central list of enginesChris Wilson
2016-02-04igt/drv_hangman: Make the batchbuffer check more robustChris Wilson
2016-02-04igt/drv_hangman: Inject a true hangChris Wilson
2016-02-04igt/gem_ringfill: Add exercising the default-ring to basic testingChris Wilson
2016-02-04igt/gem_streaming_writes: Set bb start alignment to 64b for IronlakeChris Wilson
2016-02-04igt/gem_busy: Refactor to use gem_require_ring()Chris Wilson
2016-01-29tools/intel_residency: use setitimer instead of {,u}alarmPaulo Zanoni
2016-01-29tests/pm_rpm: find an appropriate CRTC instead of hardcoding CRTC 0Paulo Zanoni
2016-01-29tests/pm_rpm: remove POWER_DIR definitionPaulo Zanoni
2016-01-29tests/igt_fb: rename igt_get_all_formats to igt_get_all_cairo_formatsPaulo Zanoni
2016-01-29lib/igt_fb: fix igt_get_all_formats documentationPaulo Zanoni
2016-01-29lib/igt_draw: use igt_drm_format_to_bpp()Paulo Zanoni
2016-01-29kms_frontbuffer_tracking: standardize the used FB sizesPaulo Zanoni
2016-01-29kms_frontbuffer_tracking: use igt_drm_format_to_bpp()Paulo Zanoni
2016-01-29lib/igt_fb: make the automatic buffer sizes/strides smallerPaulo Zanoni
2016-01-28igt/gem_cs_tlb: Increase BB start alignment to 64bytesChris Wilson
2016-01-28igt: More MI_STORE_DWORD fixes for gen5Chris Wilson
2016-01-28igt/gem_ringfill: Set MI_MEM_VIRTUAL flag for gen<6Chris Wilson
2016-01-28lib: Hide BSD1/BSD2 rings on hardware without BSD2Chris Wilson
2016-01-28tests: Add gem_exec_relocChris Wilson
2016-01-27igt/gem_reset_stats: Convert residual calllers of gem_exec() to gem_execbuf()Chris Wilson
2016-01-27igt/gem_concurrent_blit: Disable libdrm buffer cache for child inheritanceChris Wilson
2016-01-27igt/gem_concurrent_all: Pass buffer data downChris Wilson
2016-01-27igt/gem_cs_prefetch: Check each ringChris Wilson
2016-01-27Add I915_EXEC_DEFAULT to list of known enginesChris Wilson
2016-01-27igt/gem_sync: Use common array of ringsChris Wilson
2016-01-27igt/gem_ringfill: Use common array of ringsChris Wilson
2016-01-27igt/gem_cs_tlb: Use common array of ringsChris Wilson
2016-01-27igt/gem_exec_nop: Use common array of ringsChris Wilson
2016-01-27igt/gem_storedw_loop: Use common array of ringsChris Wilson
2016-01-27igt: Add gem_exec_basicChris Wilson
2016-01-27Extract array of execution enginesChris Wilson
2016-01-27lib: Query the kernel for support of a particular exec idChris Wilson
2016-01-27lib: Share common __gem_execbuf()Chris Wilson