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