summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-03-08benchmarks/gem_latency: Replace igt_stats with igt_meanChris Wilson1-0/+27
2016-03-08lib: Magic for_each_engine() macro to iterate over available enginesChris Wilson1-0/+9
2016-03-08igt/gem_exec_suspend: Do pre/post suspend double checksChris Wilson2-11/+12
2016-03-08lib: Skip execution in gem_has_ring()Chris Wilson1-10/+2
2016-03-08lib: Flush all possible ringsChris Wilson1-24/+13
2016-03-08lib: Flush BSD2 as well when availableChris Wilson1-0/+5
2016-03-03tests: fix CRTC assignment for a few testsPaulo Zanoni2-0/+35
2016-03-03lib/igt_kms: add kmstest_get_crtc_idxPaulo Zanoni2-0/+19
2016-03-03lib/igt_fb: Fix gen2 and 915 Y tile sizesVille Syrjälä1-3/+8
2016-03-03lib/igt_kms: Fix igt_fb_set_size() debug messageVille Syrjälä1-1/+1
2016-03-03lib/igt_gt: Replace asm clflush/mfence with __builtin_ia32 variantsChris Wilson1-4/+9
2016-03-03lib: Tidy testing for rtcwakeChris Wilson1-6/+5
2016-03-02lib/igt_fb: Fix domain tracking for GTT cairo surfacesChris Wilson2-2/+4
2016-03-02lib: Show the command that fails when suspendingChris Wilson1-4/+1
2016-03-01lib: move i915_wedged_set to ig_gt.cDaniele Ceraolo Spurio2-0/+25
2016-03-01lib: Add read/write direction support for dmabuf synchronisationChris Wilson2-6/+12
2016-02-29lib: Check required number of surfaces against VFS file limitsChris Wilson1-2/+21
2016-02-26igt/gem_sync: Enforce a timeout of 20sChris Wilson2-0/+18
2016-02-23lib: Move gem_wait() to ioctl-wrappersChris Wilson2-10/+35
2016-02-19lib/igt_pm: Lib for power managementDavid Weinehall5-13/+269
2016-02-18lib: Restore gem_available_aperture_size()Chris Wilson2-0/+20
2016-02-18igt: Report the global GTT sizeChris Wilson2-20/+20
2016-02-17lib/igt_core.c: Expand --run-subtest functionality.Derek Morton4-2/+516
2016-02-11lib: Add prime_sync_start and prime_sync_end helpersTiago Vignatti2-0/+43
2016-02-11prime_mmap: Add basic tests to write in a bo using CPUTiago Vignatti2-0/+29
2016-02-11lib: Add gem_userptr and __gem_userptr helpersTiago Vignatti2-0/+54
2016-02-09lib: Fix build when vc4 headers are presentTomeu Vizoso1-3/+3
2016-02-09lib: Only compile igt_vc4 is we have itDaniel Vetter2-2/+6
2016-02-08igt: Add a helper function for creating VC4 BOs.Eric Anholt2-6/+15
2016-02-08igt: Add a helper function for mapping VC4 BOs.Eric Anholt2-0/+19
2016-02-08igt: Add a helper function for getting a VC4 BO that's been drawn to.Eric Anholt3-0/+134
2016-02-08igt: Add support for DRIVER_VC4 flags on tests.Eric Anholt2-2/+15
2016-02-05lib: Silence a common debug message when creating a contextChris Wilson1-4/+6
2016-02-04igt/gem_reset_stats: Convert from stop-rings to real hang injectionChris Wilson1-0/+2
2016-02-04tests/drv_hangman: Convert to using central list of enginesChris Wilson2-7/+8
2016-01-29tests/igt_fb: rename igt_get_all_formats to igt_get_all_cairo_formatsPaulo Zanoni2-9/+15
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-29lib/igt_fb: make the automatic buffer sizes/strides smallerPaulo Zanoni2-17/+96
2016-01-28lib: Hide BSD1/BSD2 rings on hardware without BSD2Chris Wilson1-0/+6
2016-01-27Add I915_EXEC_DEFAULT to list of known enginesChris Wilson1-0/+1
2016-01-27Extract array of execution enginesChris Wilson2-0/+16
2016-01-27lib: Query the kernel for support of a particular exec idChris Wilson1-20/+22
2016-01-27lib: Share common __gem_execbuf()Chris Wilson2-4/+18
2016-01-26lib/igt_kms, tests/testdisplay: allow probing of new connector modesJesse Barnes2-5/+51
2016-01-25igt: Disable igt_clflush_range() implementation on ARM buildsEric Anholt1-0/+4
2016-01-25lib/ioctl_wrappers: Add gem_has_softpinMichał Winiarski2-0/+30
2016-01-25lib/ioctl_wrappers: Add gem_gtt_type exposing raw HAS_ALIASING_PPGTT paramMichał Winiarski2-9/+40
2016-01-22lib: Refactor common detection of missed interruptsChris Wilson2-0/+34
2016-01-22lib: Print memory requirements as MiBChris Wilson2-8/+9