aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-23drm/i915/guc: clear stalled request after a resetDaniele Ceraolo Spurio1-0/+7
2022-08-23drm/i915/ttm: fix CCS handlingMatthew Auld1-23/+21
2022-08-18Merge tag 'drm-intel-next-fixes-2022-08-11' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie7-22/+123
2022-08-08drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb()Mauro Carvalho Chehab1-1/+1
2022-08-08drm/i915/gt: Batch TLB invalidationsChris Wilson4-17/+74
2022-08-08drm/i915/gt: Skip TLB invalidations once wedgedChris Wilson1-0/+3
2022-08-08drm/i915/gt: Invalidate TLB of the OA unit at TLB invalidationsChris Wilson1-0/+10
2022-08-08drm/i915/gt: Ignore TLB invalidations on idle enginesChris Wilson2-7/+13
2022-08-08drm/i915/ttm: don't leak the ccs stateMatthew Auld1-1/+22
2022-08-08drm/i915: disable pci resize on 32-bit machineNirmoy Das1-0/+4
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds62-1763/+3026
2022-07-25drm/i915/reset: Add additional steps for Wa_22011802037 for execlist backendUmesh Nerlige Ramappa5-79/+103
2022-07-22Merge tag 'drm-intel-gt-next-2022-07-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie15-244/+396
2022-07-19drm/i915/guc: support v69 in parallel to v70Daniele Ceraolo Spurio7-62/+417
2022-07-19drm/i915/guc: Support programming the EU priority in the GuC descriptorMatthew Brost3-11/+33
2022-07-13drm/i915: Add lmem_bar_size modparamPriyanka Dandamudi1-5/+29
2022-07-13drm/i915: Add support for LMEM PCIe resizable barAkeem G Abodunrin1-0/+75
2022-07-13drm/i915: Correct ss -> steering calculation for pre-Xe_HP platformsMatt Roper1-1/+1
2022-07-12drm/i915/gt: Serialize TLB invalidates with GT resetsChris Wilson1-1/+14
2022-07-12drm/i915/gt: Serialize GRDOM access between multiple engine resetsChris Wilson1-9/+28
2022-07-12drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter1-4/+4
2022-07-12drm/i915/guc: ADL-N should use the same GuC FW as ADL-SDaniele Ceraolo Spurio1-0/+9
2022-07-12drm/i915/gt: Only kick the signal worker if there's been an updateChris Wilson1-1/+2
2022-07-12drm/i915/gt: Serialize TLB invalidates with GT resetsChris Wilson1-1/+14
2022-07-12drm/i915/gt: Serialize GRDOM access between multiple engine resetsChris Wilson1-9/+28
2022-07-12drm/i915/dg2: Add Wa_15010599737Matt Roper2-0/+6
2022-07-11drm/i915/selftests: fix a couple IS_ERR() vs NULL testsDan Carpenter1-4/+4
2022-07-08drm/i915/gt: Add general DSS steering iterator to intel_gt_mcrMatt Roper5-53/+65
2022-07-06drm/i915/guc: Asynchronous flush of GuC log regionsAlan Previn2-2/+3
2022-07-01drm/i915/pvc: Implement w/a 16016694945Gustavo Sousa2-0/+7
2022-07-01drm/i915: turn on small BAR supportMatthew Auld1-6/+4
2022-07-01Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie58-1631/+2823
2022-06-30drm/i915/guc: ADL-N should use the same GuC FW as ADL-SDaniele Ceraolo Spurio1-0/+9
2022-06-29drm/i915/guc/slpc: Add a new SLPC selftestVinay Belgaumkar1-168/+155
2022-06-29drm/i915: Fix a lockdep warning at error captureNirmoy Das3-1/+23
2022-06-27drm/i915/guc/slpc: Use non-blocking H2G for waitboostVinay Belgaumkar1-7/+35
2022-06-27drm/i915/reset: Add additional steps for Wa_22011802037 for execlist backendUmesh Nerlige Ramappa5-79/+103
2022-06-27drm/i915/guc: Don't update engine busyness stats too frequentlyAlan Previn2-0/+21
2022-06-27drm/i915: Prefer "XEHP_" prefix for registersMatt Roper3-10/+10
2022-06-27drm/i915: Correct duplicated/misplaced GT register definitionsMatt Roper1-0/+3
2022-06-24Merge tag 'drm-intel-next-2022-06-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie9-13/+14
2022-06-22drm/i915/gt: Re-do the intel-gtt splitLucas De Marchi8-733/+713
2022-06-22agp/intel: Rename intel-gtt symbolsLucas De Marchi1-8/+8
2022-06-21drm/i915: Add global forcewake request to drpcVinay Belgaumkar1-2/+6
2022-06-20drm/i915: Improve on suspend / resume time with VT-d enabledThomas Hellström2-6/+74
2022-06-17drm/i915/gt: Cleanup interface for MCR operationsMatt Roper7-144/+187
2022-06-17drm/i915/gt: Move multicast register handling to a dedicated fileMatt Roper9-311/+493
2022-06-17drm/i915: Improve user experience and driver robustness under SIGINT or similarTvrtko Ursulin6-20/+61
2022-06-15drm/i915/pvc: Add recommended MMIO settingMatt Roper2-0/+14
2022-06-14drm/i915/pvc: Adjust EU per SS according to HAS_ONE_EU_PER_FUSE_BIT()Matt Roper1-1/+1