Age | Commit message (Expand) | Author | Files | Lines |
2017-05-24 | drm/i915/selftests: Silence compiler warning in igt_ctx_exec | Chris Wilson | 1 | -3/+5 |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2017-04-28 | Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/... | Dave Airlie | 2 | -14/+33 |
2017-04-26 | drm/i915/selftests: Allocate inode/file dynamically | Chris Wilson | 1 | -13/+32 |
2017-04-26 | drm/i915: checking for NULL instead of IS_ERR() in mock selftests | Dan Carpenter | 1 | -1/+1 |
2017-04-21 | Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g... | Dave Airlie | 1 | -4/+4 |
2017-04-20 | dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro | Logan Gunthorpe | 1 | -4/+4 |
2017-03-31 | drm/i915: Clear gt.active_requests before checking idle status | Chris Wilson | 1 | -1/+3 |
2017-03-31 | drm/i915: Move retire-requests into i915_gem_wait_for_idle() | Chris Wilson | 2 | -3/+0 |
2017-03-21 | drm/i915: Remove intel_ring.last_retired_head | Chris Wilson | 1 | -1/+0 |
2017-03-21 | drm/i915: split out check for noncontiguous pfn range | Arnd Bergmann | 1 | -1/+10 |
2017-03-16 | drm/i915: Split I915_RESET_IN_PROGRESS into two flags | Chris Wilson | 1 | -6/+12 |
2017-03-13 | drm/i915/selftests: Catch error from mock_file() | Chris Wilson | 1 | -1/+5 |
2017-03-13 | drm/i915/selftests: Fix error path for ggtt walk_hole() | Chris Wilson | 1 | -6/+7 |
2017-03-10 | drivers/gpu/drm/i915/selftests/i915_selftest.c: fix build with gcc-4.4.4 | Andrew Morton | 1 | -2/+2 |
2017-03-09 | drm/i915/selftests: exercise cache domain eviction | Matthew Auld | 1 | -0/+90 |
2017-03-09 | drm/i915/selftests: don't leak the gem object | Matthew Auld | 1 | -2/+7 |
2017-03-03 | drm/i915: Split breadcrumbs spinlock into two | Chris Wilson | 1 | -2/+2 |
2017-03-03 | drm/i915: Generalise wait for execlists to be idle | Chris Wilson | 1 | -1/+1 |
2017-02-25 | drm/i915: Assert all sg are initialised in fake_dma_object for selftests | Chris Wilson | 1 | -0/+2 |
2017-02-24 | drm/i915: Timeout lowlevel_hole GTT selftest early | Chris Wilson | 1 | -6/+7 |
2017-02-23 | drm/i915: Exercise request cancellation using a mock selftest | Chris Wilson | 3 | -0/+85 |
2017-02-23 | drm/i915: Protect the request->global_seqno with the engine->timeline lock | Chris Wilson | 1 | -3/+3 |
2017-02-15 | drm/i915: Convert clflushed pagetables over to WC maps | Chris Wilson | 1 | -4/+4 |
2017-02-15 | drm/i915: Silence compiler warning for seltests/i915_gem_coherency | Chris Wilson | 1 | -1/+1 |
2017-02-15 | drm/i915: Silence compiler for GTT selftests | Chris Wilson | 1 | -1/+1 |
2017-02-15 | drm/i915: Avoid overflow in computing pot_hole loop termination | Chris Wilson | 1 | -1/+1 |
2017-02-14 | drm/i915: Emit to ringbuffer directly | Tvrtko Ursulin | 1 | -16/+17 |
2017-02-13 | drm/i915: Add initial selftests for hang detection and resets | Chris Wilson | 2 | -0/+538 |
2017-02-13 | drm/i915: Exercise crossing pot boundaries in the GTT | Chris Wilson | 1 | -0/+94 |
2017-02-13 | drm/i915: Exercise manipulate of single pages in the GGTT | Chris Wilson | 1 | -0/+91 |
2017-02-13 | drm/i915: Add mock tests for GTT/VMA handling | Chris Wilson | 1 | -0/+43 |
2017-02-13 | drm/i915: Add mock exercise for i915_gem_gtt_insert | Chris Wilson | 1 | -0/+208 |
2017-02-13 | drm/i915: Add mock exercise for i915_gem_gtt_reserve | Chris Wilson | 2 | -0/+196 |
2017-02-13 | drm/i915: Initial selftests for exercising eviction | Chris Wilson | 2 | -0/+261 |
2017-02-13 | drm/i915: Force an aliasing_ppgtt test for context execution | Chris Wilson | 1 | -3/+58 |
2017-02-13 | drm/i915: Live testing for context execution | Chris Wilson | 2 | -0/+405 |
2017-02-13 | drm/i915: Test creation of partial VMA | Chris Wilson | 1 | -0/+192 |
2017-02-13 | drm/i915: Verify page layout for rotated VMA | Chris Wilson | 1 | -0/+179 |
2017-02-13 | drm/i915: Exercise i915_vma_pin/i915_vma_insert | Chris Wilson | 1 | -0/+151 |
2017-02-13 | drm/i915: Test creation of VMA | Chris Wilson | 2 | -0/+225 |
2017-02-13 | drm/i915: Use fault-injection to force the shrinker to run in live GTT tests | Chris Wilson | 1 | -0/+98 |
2017-02-13 | drm/i915: Live testing of lowlevel GTT operations | Chris Wilson | 1 | -0/+98 |
2017-02-13 | drm/i915: Exercise filling and removing random ranges from the live GTT | Chris Wilson | 1 | -0/+113 |
2017-02-13 | drm/i915: Fill different pages of the GTT | Chris Wilson | 1 | -0/+93 |
2017-02-13 | drm/i915: Exercise filling the top/bottom portions of the global GTT | Chris Wilson | 1 | -1/+60 |
2017-02-13 | drm/i915: Exercise filling the top/bottom portions of the ppgtt | Chris Wilson | 1 | -0/+362 |
2017-02-13 | drm/i915: Add initial selftests for i915_gem_gtt | Chris Wilson | 2 | -0/+100 |
2017-02-13 | drm/i915: Add a live dmabuf selftest | Chris Wilson | 2 | -0/+10 |
2017-02-13 | drm/i915: Add some mock tests for dmabuf interop | Chris Wilson | 4 | -0/+512 |