aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-18drm/i915: Only show debug for state changes when banningChris Wilson1-5/+5
2018-06-18drm/i915: Fix fallout of fake reset along resumeChris Wilson1-9/+5
2018-06-15drm/i915: Be irqsafe inside resetChris Wilson1-2/+4
2018-06-15drm/i915: Fix context ban and hang accounting for clientMika Kuoppala1-17/+40
2018-06-14drm/i915: Make closing request flush mandatoryChris Wilson1-2/+2
2018-06-11drm/i915: Refactor unsettting obj->mm.pagesChris Wilson1-31/+37
2018-06-11drm/i915: Squash GEM load failure message (again)Chris Wilson1-3/+2
2018-06-08drm/i915: Mark the GPU as wedged without error on fault injectionChris Wilson1-0/+2
2018-06-07drm/i915: Change i915_gem_fault() to return vm_fault_tChris Wilson1-14/+7
2018-06-07drm/i915: Use GEM suspend when aborting initialisationChris Wilson1-2/+6
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson1-16/+14
2018-06-05drm/i915: Swap magics and use SZ_1MChris Wilson1-1/+1
2018-06-05drm/i915: Correctly handle error path in i915_gem_init_hwMichal Wajdeczko1-0/+6
2018-06-05drm/i915: Add new vGPU cap info bit VGT_CAPS_HUGE_GTTChangbin Du1-6/+2
2018-06-04drm/i915: Move i915_gem_fini to i915_gem.cMichal Wajdeczko1-0/+22
2018-06-01drm/i915: Apply the full CPU domain markup before freezingChris Wilson1-12/+13
2018-06-01drm/i915: Flush all writes before suspendChris Wilson1-0/+14
2018-06-01drm/i915: Assert we idle in the kernel contextChris Wilson1-13/+18
2018-05-31drm/i915: Only sanitize GEM from late suspendChris Wilson1-9/+13
2018-05-31drm/i915: After reset on sanitization, reset the engine backendsChris Wilson1-0/+24
2018-05-31drm/i915: "Race-to-idle" after switching to the kernel contextChris Wilson1-2/+25
2018-05-31drm/i915: Switch to kernel context before idling at runtimeChris Wilson1-5/+31
2018-05-30drm/i915: Remove stale asserts from i915_gem_find_active_request()Chris Wilson1-9/+8
2018-05-24drm/i915: Look for an active kernel context before switchingChris Wilson1-0/+7
2018-05-18drm/i915: Store a pointer to intel_context in i915_requestChris Wilson1-6/+6
2018-05-18drm/i915: Move request->ctx asideChris Wilson1-5/+5
2018-05-16drm/i915: Stop parking the signaler around resetChris Wilson1-14/+0
2018-05-16drm/i915: Move engine reset prepare/finish to backendsChris Wilson1-33/+5
2018-05-16drm/i915: Only sync tasklets once for recursive reset preparationChris Wilson1-1/+1
2018-05-16drm/i915: Remove tasklet flush before disableChris Wilson1-9/+0
2018-05-14drm/i915: Mark up nested spinlocksChris Wilson1-1/+1
2018-05-08drm/i915: Flush submission tasklet after bumping priorityChris Wilson1-1/+3
2018-05-04drm/i915: Lazily unbind vma on closeChris Wilson1-1/+3
2018-05-02drm/i915: Split i915_gem_timeline into individual timelinesChris Wilson1-73/+56
2018-05-02drm/i915: Move timeline from GTT to ringChris Wilson1-4/+5
2018-04-30drm/i915: Only track live rings for retiringChris Wilson1-2/+4
2018-04-30drm/i915: Retire requests along ringsChris Wilson1-0/+1
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson1-2/+2
2018-04-26drm/i915: Compile out engine debug for releaseChris Wilson1-1/+1
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-8/+10
2018-04-11drm/i915: Split out functions for different kinds of workaroundsOscar Mateo1-0/+3
2018-04-10drm/i915: Don't fiddle with rps/rc6 across GPU resetChris Wilson1-7/+0
2018-04-06drm/i915: Pass the set of guilty engines to i915_reset()Chris Wilson1-2/+3
2018-04-06drm/i915: Treat i915_reset_engine() as guilty until proven innocentChris Wilson1-19/+17
2018-04-06drm/i915: Split out parking from the idle worker for reuseChris Wilson1-28/+95
2018-03-23drm/i915: Reorder early initializationMichal Wajdeczko1-3/+2
2018-03-16drm/i915: Stop engines when declaring the machine wedgedChris Wilson1-0/+3
2018-03-16drm/i915: Trace GEM steps between submit and wedgingChris Wilson1-0/+14
2018-03-14drm/i915/guc: Check the locking status of GuC WOPCM registersJackie Li1-0/+6
2018-03-14drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li1-0/+4