summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt
AgeCommit message (Expand)Author
2021-11-19drm/i915: Create a full object for mock_ring, v2.Maarten Lankhorst
2021-11-19drm/i915: Create a dummy object for gen6 ppgttMaarten Lankhorst
2021-11-19drm/i915: move the pre_pin earlierMatthew Auld
2021-11-17drm/i915/guc: fix NULL vs IS_ERR() checkingDan Carpenter
2021-11-16drm/i915/guc: fix NULL vs IS_ERR() checkingDan Carpenter
2021-11-16drm/i915: Skip error capture when wedged on initTvrtko Ursulin
2021-11-15drm/i915: Don't read query SSEU for non-existent slice 0 on old platformsMatt Roper
2021-11-12drm/i915/guc/slpc: Check GuC status before freq boostVinay Belgaumkar
2021-11-11drm/i915/dg2: Program recommended HW settingsMatt Roper
2021-11-11drm/i915/dg2: Add initial gt/ctx/engine workaroundsMatt Roper
2021-11-11drm/i915/xehpsdv: Add initial workaroundsStuart Summers
2021-11-10drm/i915/selftests: Use clear_and_wake_up_bit() for the per-engine reset bitl...Thomas Hellström
2021-11-10Merge tag 'drm-intel-next-fixes-2021-11-09' of git://anongit.freedesktop.org/...Dave Airlie
2021-11-09drm/i915/guc: Refcount context during error captureJohn Harrison
2021-11-09drm/i915/resets: Don't set / test for per-engine reset bits with GuC submissionMatthew Brost
2021-11-09drm/i915/adlp/fb: Prevent the mapping of redundant trailing padding NULL pagesImre Deak
2021-11-05drm/i915: Remove gen6_ppgtt_unpin_allMaarten Lankhorst
2021-11-03drm/i915/guc/slpc: Update boost sysfs hooks for SLPCVinay Belgaumkar
2021-11-03drm/i915/guc/slpc: Add waitboost functionality for SLPCVinay Belgaumkar
2021-11-03drm/i915/guc/slpc: Define and initialize boost frequencyVinay Belgaumkar
2021-11-02drm/i915: Rename GT_STEP to GRAPHICS_STEPJosé Roberto de Souza
2021-11-01drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9Cooper Chiou
2021-10-29drm/i915/gtt: stop caching the scratch pageMatthew Auld
2021-10-29drm/i915/gtt: flush the scratch pageMatthew Auld
2021-10-28drm/i915/pmu: Connect engine busyness stats from GuC to pmuUmesh Nerlige Ramappa
2021-10-28drm/i915/pmu: Add a name to the execlists statsUmesh Nerlige Ramappa
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie
2021-10-27drm/i915/guc: Fix recursive lock in GuC submissionMatthew Brost
2021-10-22drm/i915/guc: Fix recursive lock in GuC submissionMatthew Brost
2021-10-22drm/i915/gtt: drop unneeded make_unshrinkableMatthew Auld
2021-10-22Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-10-18drm/i915: Catch yet another unconditioal clflushVille Syrjälä
2021-10-18drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä
2021-10-18drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Ville Syrjälä
2021-10-15drm/i915/guc: Handle errors in multi-lrc requestsMatthew Brost
2021-10-15drm/i915: Multi-BB execbufMatthew Brost
2021-10-15drm/i915/guc: Implement no mid batch preemption for multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Add basic GuC multi-lrc selftestMatthew Brost
2021-10-15drm/i915/guc: Connect UAPI to GuC multi-lrc interfaceMatthew Brost
2021-10-15drm/i915/guc: Update debugfs for GuC multi-lrcMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc resetMatthew Brost
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost
2021-10-15drm/i915/guc: Implement multi-lrc submissionMatthew Brost
2021-10-15drm/i915/guc: Implement parallel context pin / unpin functionsMatthew Brost
2021-10-15drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_idsMatthew Brost
2021-10-15drm/i915/guc: Ensure GuC schedule operations do not operate on child contextsMatthew Brost
2021-10-15drm/i915/guc: Add multi-lrc context registrationMatthew Brost
2021-10-15drm/i915/guc: Introduce context parent-child relationshipMatthew Brost
2021-10-15drm/i915: Add logical engine mappingMatthew Brost
2021-10-15drm/i915/guc: Don't call switch_to_kernel_context with GuC submissionMatthew Brost