aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-27drm/i915/gt: Check cacheline is valid before acquiringChris Wilson1-0/+2
2020-04-20drm/i915/gt: Update PMINTRMSK holding fwChris Wilson1-3/+6
2020-04-06drm/i915/gt: Fill all the unused space in the GGTTChris Wilson1-10/+27
2020-03-26drm/i915/gt: Stage the transfer of the virtual breadcrumbChris Wilson1-5/+15
2020-03-26drm/i915/gt: Select the deepest available parking mode for rc6Chris Wilson2-5/+28
2020-03-26drm/i915/gt: Treat idling as a RPS downclock eventChris Wilson1-0/+13
2020-03-26drm/i915/gt: Cancel a hung context if already closedChris Wilson1-0/+5
2020-03-26drm/i915: Use explicit flag to mark unreachable intel_contextChris Wilson3-4/+12
2020-03-20drm/i915/gt: Restrict gen7 w/a batch to HaswellChris Wilson1-1/+1
2020-03-13drm/i915: Add Wa_1605460711 / Wa_1408767742 to ICL and EHLMatt Roper1-0/+8
2020-03-13drm/i915: Apply Wa_1406680159:icl,ehl as an engine workaroundMatt Roper1-5/+5
2020-03-13drm/i915: Add Wa_1406306137:icl,ehlMatt Roper1-0/+3
2020-03-13drm/i915: Add Wa_1604278689:icl,ehlMatt Roper1-0/+6
2020-03-13drm/i915: Handle all MCR rangesMatt Roper1-3/+22
2020-03-13drm/i915/selftest: Add more poison patternsChris Wilson1-1/+6
2020-03-12Revert "drm/i915/tgl: Add extra hdc flush workaround"Caz Yokoyama1-20/+0
2020-03-12drm/i915/gt: Wait for RCUs frees before asserting idle on unloadChris Wilson1-0/+3
2020-03-12drm/i915/gen12: Disable preemption timeoutTvrtko Ursulin1-4/+9
2020-03-11drm/i915/execlists: Track active elements during dequeueChris Wilson1-20/+12
2020-03-11drm/i915/gt: Pull checking rps->pm_events under the irq_lockChris Wilson1-12/+17
2020-03-11drm/i915/gt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-11/+11
2020-03-10drm/i915/execlists: Mark up data-races in virtual enginesChris Wilson1-5/+6
2020-03-10drm/i915: Mark up racy read of active rq->engineChris Wilson1-1/+1
2020-03-10drm/i915/gt: Mark up racy reads for intel_context.inflightChris Wilson1-2/+2
2020-03-09drm/i915/gt: Defend against concurrent updates to execlists->activeChris Wilson2-6/+22
2020-03-09drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson1-0/+1
2020-03-09drm/i915/execlsts: Mark up racy inspection of current i915_request priorityChris Wilson1-1/+1
2020-03-09drm/i915/execlists: Mark up read of i915_request.fence.flagsChris Wilson1-1/+6
2020-03-09drm/i915/gt: Mark up racy check of last list elementChris Wilson1-1/+1
2020-03-09drm/i915/execlists: Mark up the racy access to switch_priority_hintChris Wilson1-5/+9
2020-03-09drm/i915/gt: Mark up intel_rps.active for racy readsChris Wilson1-4/+7
2020-03-09drm/i915/tgl: Don't treat unslice registers as maskedMatt Roper1-6/+6
2020-03-07drm/i915/gt: Wait for the wa batch to be pinnedChris Wilson2-0/+10
2020-03-07drm/i915/gt: Close race between cacheline_retire and freeChris Wilson1-2/+6
2020-03-07drm/i915/execlists: Enable timeslice on partial virtual engine dequeueChris Wilson1-11/+18
2020-03-06drm/i915/tgl: Make Wa_1606700617 permanentSwathi Dhanavanthri1-5/+5
2020-03-06drm/i915: properly sanity check batch_start_offsetMatthew Auld1-4/+4
2020-03-06drm/i915: Assert requests within a context are submitted in orderChris Wilson1-0/+4
2020-03-06drm/i915/gen7: Clear all EU/L3 residual contextsPrathap Kumar Valsan6-4/+555
2020-03-06drm/i915: Add mechanism to submit a context WA on ring submissionMika Kuoppala2-4/+424
2020-03-05drm/i915/execlists: Show the "switch priority hint" in dumpsChris Wilson1-2/+6
2020-03-05drm/i915/tgl: WaDisableGPGPUMidThreadPreemptionTvrtko Ursulin1-2/+7
2020-03-04drm/i915/gt: Cancel banned contexts after GT resetChris Wilson1-7/+1
2020-03-04drm/i915/gt: Propagate change in error status to children on unholdChris Wilson1-0/+4
2020-03-04drm/i915: Apply i915_request_skip() on submissionChris Wilson6-17/+14
2020-03-03drm/i915/tgl: Move and restrict Wa_1408615072José Roberto de Souza1-0/+4
2020-03-03drm/i915/gen11: Moving WAs to rcs_engine_wa_init()José Roberto de Souza1-0/+15
2020-03-03drm/i915/selftests: Fix uninitialized variableAditya Swarup1-1/+1
2020-03-03drm/i915/gt: Drop the timeline->mutex as we wait for retirementChris Wilson1-3/+11
2020-03-03drm/i915/gt: Prevent allocation on a banned contextChris Wilson1-0/+5