summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2023-12-08' of git://anongit.freedesktop.org/drm...Dave Airlie2023-12-1376-634/+1230
|\
| * drm/i915/guc: Create the guc_to_i915() wrapperAndi Shyti2023-12-088-12/+17
| * drm/i915/selftests: wait for active idle event in i915_active_unlock_waitAndrzej Hajda2023-12-081-1/+1
| * drm/i915: Use internal class when counting engine resetsTvrtko Ursulin2023-12-073-5/+14
| * drm/i915/selftests: Fix engine reset count storage for multi-tileTvrtko Ursulin2023-12-072-5/+7
| * drm/i915/guc: Add a selftest for FAST_REQUEST errorsJohn Harrison2023-11-303-0/+128
| * drm/i915/guc: Fix for potential false positives in GuC hang selftestJohn Harrison2023-11-301-1/+1
| * drm/i915: Skip pxp init if gt is wedgedZhanjun Dong2023-11-292-1/+6
| * drm/i915/pxp: Add drm_dbgs for critical PXP events.Alan Previn2023-11-295-6/+23
| * drm/i915/dg2: Drop Wa_22014600077Matt Roper2023-11-281-8/+0
| * drm/i915: Track gt pm wakerefsAndrzej Hajda2023-11-2024-90/+197
| * drm/i915: Replace custom intel runtime_pm tracker with ref_tracker libraryAndrzej Hajda2023-11-207-217/+86
| * drm/i915/gsc: Mark internal GSC engine with reserved uabi classTvrtko Ursulin2023-11-201-17/+22
| * drm/i915: Add __rcu annotation to cursor when iterating client objectsTvrtko Ursulin2023-11-201-1/+1
| * drm/i915: Remove return type from i915_drm_client_remove_objectTvrtko Ursulin2023-11-202-6/+5
| * drm/i915/mtl: Update Wa_22018931422Radhakrishna Sripada2023-11-171-2/+1
| * drm/i915/dg2: Wa_18028616096 now applies to all DG2Matt Roper2023-11-171-5/+3
| * drm/i915/huc: Stop printing about unsupported HuC on MTLDaniele Ceraolo Spurio2023-11-161-5/+0
| * drm/i915: do not clean GT table on error pathAndrzej Hajda2023-11-162-14/+1
| * drm/i915/gt: add missing new-line to GT_TRACEAndrzej Hajda2023-11-161-1/+1
| * drm/i915: Read a shadowed mmio register for ggtt flushVinay Belgaumkar2023-11-151-1/+1
| * drm/i915: Implement fdinfo memory stats printingTvrtko Ursulin2023-11-101-0/+64
| * drm/i915: Add stable memory region namesTvrtko Ursulin2023-11-102-0/+20
| * drm/i915: Account ring buffer and context state storageTvrtko Ursulin2023-11-103-0/+33
| * drm/i915: Track page table backing store usageTvrtko Ursulin2023-11-101-0/+6
| * drm/i915: Record which client owns a VMTvrtko Ursulin2023-11-104-5/+14
| * drm/i915: Add ability for tracking buffer objects per clientTvrtko Ursulin2023-11-104-3/+90
| * drm: i915: Adapt to -Walloc-sizeSam James2023-11-091-1/+1
| * drm/i915/xelpmp: Add Wa_16021867713Gustavo Sousa2023-11-072-0/+16
| * drm/i915/gt: Temporarily disable CPU caching into DMA for MTLJonathan Cavitt2023-11-061-0/+20
| * drm/i915: Fix potential spectre vulnerabilityKunwu Chan2023-11-061-0/+1
| * drm/i915/gt: Remove prohibited space after opening parenthesisDorcas AnonoLitunya2023-11-031-1/+1
| * drm/i915: move gpu error sysfs to i915_gpu_error.cJani Nikula2023-11-023-85/+86
| * drm/i915: move gpu error debugfs to i915_gpu_error.cJani Nikula2023-11-023-108/+119
| * drm/i915: make some error capture functions staticJani Nikula2023-11-022-9/+4
| * drm/i915/mtl: Add Wa_14019821291Dnyaneshwar Bhadane2023-11-012-0/+24
| * drm/i915: Set copy engine arbitration for Wa_16018031267 / Wa_16018063123Jonathan Cavitt2023-10-312-0/+8
| * drm/i915/gt: add selftest to exercise WABBAndrzej Hajda2023-10-311-18/+47
| * drm/i915: Add WABB blit for Wa_16018031267 / Wa_16018063123Andrzej Hajda2023-10-314-4/+105
| * drm/i915: Reserve some kernel space per vmAndrzej Hajda2023-10-312-0/+47
| * drm/i915/mtl: Add Wa_22016670082Dnyaneshwar Bhadane2023-10-301-0/+3
| * drm/i915/pmu: rearrange hrtimer pointer chasingJani Nikula2023-10-301-3/+2
| * drm/i915/pmu: add event_to_pmu() helperJani Nikula2023-10-301-25/+20
| * drm/i915/pmu: add pmu_to_i915() helperJani Nikula2023-10-301-3/+8
| * i915/perf: Fix NULL deref bugs with drm_dbg() callsHarshit Mogalapalli2023-10-301-12/+3
| * drm/i915/gt: Remove unncessary {} from if-elseGilbert Adikankwu2023-10-291-4/+3
| * drm/i915: Flush WC GGTT only on required platformsNirmoy Das2023-10-271-11/+24
| * drm/i915/gt: Remove {} from if-elseSoumya Negi2023-10-271-4/+3
| * drm/i915/gt: Use proper priority enum instead of 0Nirmoy Das2023-10-261-1/+1
| * drm/i915/mtl: avoid stringop-overflow warningArnd Bergmann2023-10-261-6/+10