summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)AuthorFilesLines
2020-03-11drm/i915/gt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-11/+11
2020-03-11drm/i915/execlists: Mark up data-races in virtual enginesChris Wilson1-5/+6
2020-03-11drm/i915: Mark up racy read of active rq->engineChris Wilson1-1/+1
2020-03-11drm/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-07drm/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-04drm/i915/tgl: Move and restrict Wa_1408615072José Roberto de Souza1-0/+4
2020-03-04drm/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
2020-03-03drm/i915/vgpu: improve vgpu abstractionsJani Nikula2-0/+2
2020-03-03drm/i915/huc: update TGL HuC to v7.0.12Daniele Ceraolo Spurio1-1/+1
2020-03-03drm/i915/execlists: Check the sentinel is alone in the ELSPChris Wilson1-0/+21
2020-03-02drm/i915/tgl: Add Wa number to WaAllowPMDepthAndInvocationCountAccessFromUMDJosé Roberto de Souza1-0/+1
2020-03-02drm/i915/tgl: Add note about Wa_1409142259José Roberto de Souza1-1/+9
2020-03-02drm/i915/tgl: Fix the Wa number of a fixJosé Roberto de Souza1-1/+1
2020-03-02drm/i915/tgl: Add note about Wa_1607063988José Roberto de Souza1-1/+4
2020-03-02drm/i915/tgl: Add note to Wa_1607297627José Roberto de Souza1-3/+7
2020-03-02drm/i915/tgl: Extend Wa_1606931601 for all steppingsAnusha Srivatsa1-5/+3
2020-03-02drm/i915/tgl: Add Wa_1409085225, Wa_14010229206Matt Atwood1-0/+6
2020-03-02drm/i915/tgl: Implement Wa_1806527549José Roberto de Souza1-0/+3
2020-03-02drm/i915/tgl: Implement Wa_1409804808José Roberto de Souza1-0/+6
2020-02-29drm/i915/gt: Expose heartbeat interval via sysfsChris Wilson1-0/+47
2020-02-29drm/i915/gt: Expose preempt reset timeout via sysfsChris Wilson1-0/+48
2020-02-29drm/i915/gt: Expose reset stop timeout via sysfsChris Wilson1-0/+40
2020-02-29drm/i915/gt: Expose busywait duration to sysfsChris Wilson3-0/+52
2020-02-29drm/i915/gt: Expose timeslice duration to sysfsChris Wilson1-0/+46
2020-02-29drm/i915/gt: Expose engine->mmio_base via sysfsChris Wilson1-0/+10
2020-02-29drm/i915/gt: Expose engine properties via sysfsChris Wilson2-0/+218
2020-02-28drm/i915/gt: Reset queue_priority_hint after wedgingChris Wilson1-0/+3