summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Test creation of partial VMAChris Wilson2017-02-131-0/+192
* drm/i915: Verify page layout for rotated VMAChris Wilson2017-02-131-0/+179
* drm/i915: Exercise i915_vma_pin/i915_vma_insertChris Wilson2017-02-133-4/+155
* drm/i915: Test creation of VMAChris Wilson2017-02-133-0/+228
* drm/i915: Use fault-injection to force the shrinker to run in live GTT testsChris Wilson2017-02-135-0/+109
* drm/i915: Live testing of lowlevel GTT operationsChris Wilson2017-02-131-0/+98
* drm/i915: Exercise filling and removing random ranges from the live GTTChris Wilson2017-02-131-0/+113
* drm/i915: Fill different pages of the GTTChris Wilson2017-02-131-0/+93
* drm/i915: Exercise filling the top/bottom portions of the global GTTChris Wilson2017-02-131-1/+60
* drm/i915: Exercise filling the top/bottom portions of the ppgttChris Wilson2017-02-132-0/+365
* drm/i915: Add initial selftests for i915_gem_gttChris Wilson2017-02-133-0/+101
* drm/i915: Add a live dmabuf selftestChris Wilson2017-02-132-0/+10
* drm/i915: Add some mock tests for dmabuf interopChris Wilson2017-02-135-0/+517
* drm/i915: Sanity check all registers for matching fw domainsChris Wilson2017-02-131-0/+59
* drm/i915: Test all fw tables during mock selftestsChris Wilson2017-02-132-13/+37
* drm/i915: Move uncore selfchecks to live selftest infrastructureChris Wilson2017-02-133-48/+105
* drm/i915: Test coherency of and barriers between cache domainsChris Wilson2017-02-134-0/+388
* drm/i915: Test exhaustion of the mmap spaceChris Wilson2017-02-131-0/+138
* drm/i915: Test partial mappingsChris Wilson2017-02-131-0/+293
* drm/i915: Add a live seftest for GEM objectsChris Wilson2017-02-132-0/+50
* drm/i915: Add selftests for object allocation, physChris Wilson2017-02-133-0/+122
* drm/i915: Live testing of empty requestsChris Wilson2017-02-131-0/+155
* drm/i915: Test request ordering between enginesChris Wilson2017-02-131-0/+132
* drm/i915: Test simultaneously submitting requests to all enginesChris Wilson2017-02-131-0/+184
* drm/i915: Simple selftest to exercise live requestsChris Wilson2017-02-132-0/+148
* drm/i915: Add a simple fence selftest to i915_gem_requestChris Wilson2017-02-131-0/+61
* drm/i915: Add a simple request selftest for waitingChris Wilson2017-02-131-0/+71
* drm/i915: Add selftests for i915_gem_requestChris Wilson2017-02-133-0/+74
* drm/i915: Create a fake object for testing huge allocationsChris Wilson2017-02-134-8/+193
* drm/i915: Mock infrastructure for request emissionChris Wilson2017-02-1310-18/+483
* drm/i915: Mock a GGTT for self-testingChris Wilson2017-02-134-0/+208
* drm/i915: Mock the GEM device for self-testingChris Wilson2017-02-137-0/+210
* drm/i915: Add unit tests for the breadcrumb rbtree, wakeupsChris Wilson2017-02-131-0/+201
* drm/i915: Add unit tests for the breadcrumb rbtree, completionChris Wilson2017-02-132-0/+113
* drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson2017-02-137-0/+287
* drm/i915: Add some selftests for sg_table manipulationChris Wilson2017-02-133-3/+364
* drm/i915: Provide a hook for selftestsChris Wilson2017-02-139-7/+530
* drm/i915: Clear the last_retired_context following a hang/resetChris Wilson2017-02-131-1/+7
* drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson2017-02-132-1/+18
* drm/i915: Kill the tasklet then disableChris Wilson2017-02-131-1/+1
* drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()Chris Wilson2017-02-131-1/+1
* drm/i915: Assert that the active request hasn't been signaledChris Wilson2017-02-131-0/+2
* drm/i915: Rename conditional GEM execution macrosChris Wilson2017-02-104-14/+14
* drm/i915: Move the irq_barrier for reset earlier into reset_prepareChris Wilson2017-02-101-3/+3
* drm/i915: Flush the freed object queue on device releaseChris Wilson2017-02-101-0/+2
* drm/i915: Unbind any residual objects/vma from the Global GTT on shutdownChris Wilson2017-02-101-0/+9
* drm/i915: Split device release from unloadChris Wilson2017-02-101-5/+15
* drm/i915/debugfs: Add i915_hpd_storm_ctlLyude2017-02-105-6/+94
* drm/i915: Simplify platform checks in intel_fb_pitch_limit()Ville Syrjälä2017-02-101-2/+1Star
* drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä2017-02-101-3/+3