summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gt: Stage the transfer of the virtual breadcrumbChris Wilson2020-03-261-5/+15
* drm/i915/gt: Select the deepest available parking mode for rc6Chris Wilson2020-03-262-5/+28
* drm/i915/gt: Treat idling as a RPS downclock eventChris Wilson2020-03-261-0/+13
* drm/i915/gt: Cancel a hung context if already closedChris Wilson2020-03-261-0/+5
* drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson2020-03-263-4/+12
* drm/i915/gt: Restrict gen7 w/a batch to HaswellChris Wilson2020-03-201-1/+1
* drm/i915: Add Wa_1605460711 / Wa_1408767742 to ICL and EHLMatt Roper2020-03-131-0/+8
* drm/i915: Apply Wa_1406680159:icl,ehl as an engine workaroundMatt Roper2020-03-131-5/+5
* drm/i915: Add Wa_1406306137:icl,ehlMatt Roper2020-03-131-0/+3
* drm/i915: Add Wa_1604278689:icl,ehlMatt Roper2020-03-131-0/+6
* drm/i915: Handle all MCR rangesMatt Roper2020-03-131-3/+22
* drm/i915/selftest: Add more poison patternsChris Wilson2020-03-131-1/+6
* Revert "drm/i915/tgl: Add extra hdc flush workaround"Caz Yokoyama2020-03-121-20/+0
* drm/i915/gt: Wait for RCUs frees before asserting idle on unloadChris Wilson2020-03-121-0/+3
* drm/i915/gen12: Disable preemption timeoutTvrtko Ursulin2020-03-121-4/+9
* drm/i915/execlists: Track active elements during dequeueChris Wilson2020-03-111-20/+12
* drm/i915/gt: Pull checking rps->pm_events under the irq_lockChris Wilson2020-03-111-12/+17
* drm/i915/gt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-11/+11
* drm/i915/execlists: Mark up data-races in virtual enginesChris Wilson2020-03-101-5/+6
* drm/i915: Mark up racy read of active rq->engineChris Wilson2020-03-101-1/+1
* drm/i915/gt: Mark up racy reads for intel_context.inflightChris Wilson2020-03-101-2/+2
* drm/i915/gt: Defend against concurrent updates to execlists->activeChris Wilson2020-03-092-6/+22
* drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson2020-03-091-0/+1
* drm/i915/execlsts: Mark up racy inspection of current i915_request priorityChris Wilson2020-03-091-1/+1
* drm/i915/execlists: Mark up read of i915_request.fence.flagsChris Wilson2020-03-091-1/+6
* drm/i915/gt: Mark up racy check of last list elementChris Wilson2020-03-091-1/+1
* drm/i915/execlists: Mark up the racy access to switch_priority_hintChris Wilson2020-03-091-5/+9
* drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson2020-03-091-4/+7
* drm/i915/tgl: Don't treat unslice registers as maskedMatt Roper2020-03-091-6/+6
* drm/i915/gt: Wait for the wa batch to be pinnedChris Wilson2020-03-072-0/+10
* drm/i915/gt: Close race between cacheline_retire and freeChris Wilson2020-03-071-2/+6
* drm/i915/execlists: Enable timeslice on partial virtual engine dequeueChris Wilson2020-03-071-11/+18
* drm/i915/tgl: Make Wa_1606700617 permanentSwathi Dhanavanthri2020-03-061-5/+5
* drm/i915: properly sanity check batch_start_offsetMatthew Auld2020-03-061-4/+4
* drm/i915: Assert requests within a context are submitted in orderChris Wilson2020-03-061-0/+4
* drm/i915/gen7: Clear all EU/L3 residual contextsPrathap Kumar Valsan2020-03-066-4/+555
* drm/i915: Add mechanism to submit a context WA on ring submissionMika Kuoppala2020-03-062-4/+424
* drm/i915/execlists: Show the "switch priority hint" in dumpsChris Wilson2020-03-051-2/+6
* drm/i915/tgl: WaDisableGPGPUMidThreadPreemptionTvrtko Ursulin2020-03-051-2/+7
* drm/i915/gt: Cancel banned contexts after GT resetChris Wilson2020-03-041-7/+1
* drm/i915/gt: Propagate change in error status to children on unholdChris Wilson2020-03-041-0/+4
* drm/i915: Apply i915_request_skip() on submissionChris Wilson2020-03-046-17/+14
* drm/i915/tgl: Move and restrict Wa_1408615072José Roberto de Souza2020-03-031-0/+4
* drm/i915/gen11: Moving WAs to rcs_engine_wa_init()José Roberto de Souza2020-03-031-0/+15
* drm/i915/selftests: Fix uninitialized variableAditya Swarup2020-03-031-1/+1
* drm/i915/gt: Drop the timeline->mutex as we wait for retirementChris Wilson2020-03-031-3/+11
* drm/i915/gt: Prevent allocation on a banned contextChris Wilson2020-03-031-0/+5
* drm/i915/vgpu: improve vgpu abstractionsJani Nikula2020-03-032-0/+2
* drm/i915/huc: update TGL HuC to v7.0.12Daniele Ceraolo Spurio2020-03-021-1/+1
* drm/i915/execlists: Check the sentinel is alone in the ELSPChris Wilson2020-03-021-0/+21