aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-13drm/i915/uc: remove accidental static from a local variableJani Nikula1-1/+1
2022-06-13drm/i915/gt: Fix memory leaks in per-gt sysfsAshutosh Dixit4-22/+17
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds82-1631/+6586
2022-05-19drm/i915/uc: Fix undefined behavior due to shift overflowing the constantBorislav Petkov4-4/+4
2022-05-19drm/i915/gt: Fix use of static in macro mismatchAndi Shyti1-10/+11
2022-05-19drm/i915/gt: Fix build error without CONFIG_PMYueHaibing1-1/+1
2022-05-16i915/guc/reset: Make __guc_reset_context aware of guilty enginesUmesh Nerlige Ramappa5-12/+12
2022-05-03drm/i915: remove superfluous string helper includeJani Nikula1-2/+0
2022-05-03drm/i915/gt: Document the eviction of the Flat-CCS objectsRamalingam C1-9/+14
2022-05-03drm/i915/gt: optimize the ccs_sz calculation per chunkRamalingam C1-23/+13
2022-05-02drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ringChris Wilson8-24/+137
2022-05-02drm/i915/selftests: Skip poisoning SET_PREDICATE_RESULT on dg2Chris Wilson2-1/+17
2022-05-02drm/i915/xehpsdv/dg1/tgl: Fix issue with LRI relative addressingAkeem G Abodunrin1-1/+35
2022-04-29drm/i915/xehp: Add compute engine ABIMatt Roper1-1/+1
2022-04-29drm/i915/xehp: Add register for compute engine's MMIO-based TLB invalidationMatt Roper2-0/+2
2022-04-28drm/i915/pmu: Use existing uncore helper to read gpm_timestampUmesh Nerlige Ramappa1-15/+2
2022-04-27drm/i915/dg2: Define GuC firmware version for DG2John Harrison1-0/+1
2022-04-21drm/i915/dg2: add gsc with special gsc bar offsetsTomas Winkler1-1/+21
2022-04-21drm/i915/gsc: add gsc as a mei auxiliary deviceTomas Winkler7-0/+265
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi24-76/+121
2022-04-20drm/i915/dg2: Add workaround 18019627453José Roberto de Souza1-0/+4
2022-04-19drm/i915/dg2: Enable Wa_22012727170/Wa_22012727685John Harrison2-0/+9
2022-04-19drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exitMatthew Brost6-0/+65
2022-04-19drm/i915/guc: Apply Wa_16011777198Vinay Belgaumkar2-0/+6
2022-04-19drm/i915/guc: Enable GuC based workarounds for DG2John Harrison2-0/+16
2022-04-19drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa6-8/+116
2022-04-19drm/i915: Add Wa_22011802037 force cs haltTilak Tangudu2-0/+10
2022-04-15drm/i915/hwconfig: Add DG2 supportRodrigo Vivi1-0/+2
2022-04-15drm/i915/guc/slpc: Use i915_probe_error instead of drm_errVinay Belgaumkar1-21/+21
2022-04-14drm/i915/guc: Update to GuC version 70.1.1John Harrison6-203/+293
2022-04-14drm/i915/migrate: Evict and restore the flatccs capable lmem objRamalingam C1-4/+160
2022-04-14drm/i915/selftest_migrate: Check CCS meta data clearRamalingam C1-28/+222
2022-04-14drm/i915/selftest_migrate: Consider the possible roundup of sizeRamalingam C1-0/+3
2022-04-14drm/i915/gt: Clear compress metadata for Flat-ccs objectsRamalingam C2-1/+152
2022-04-14drm/i915/gt: Pass the -EINVAL when emit_pte doesn't update any PTERamalingam C1-1/+5
2022-04-14drm/i915/gt: Optimize the migration and clear loopRamalingam C1-17/+17
2022-04-14drm/i915/gt: Use XY_FAST_COLOR_BLT to clear obj on graphics ver 12+Ramalingam C2-5/+43
2022-04-14drm/i915/gt: use engine instance directly for offsetRamalingam C1-7/+4
2022-04-12Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-1/+1
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula33-439/+1079
2022-04-07drm/i915/rps: Centralize computation of freq capsAshutosh Dixit5-72/+91
2022-04-07drm/i915/selftests: handle more roundingMatthew Auld1-2/+4
2022-04-06drm/i915/gt: Split intel-gtt functions by archCasey Bowman6-651/+734
2022-04-06drm/i915/pmu: Drop redundant IS_VALLEYVIEW check in __get_rc6()Ashutosh Dixit2-2/+1
2022-04-05drm/i915: Count engine instances per uabi classTvrtko Ursulin1-5/+6
2022-04-05drm/i915: Track context current active timeTvrtko Ursulin8-43/+114
2022-03-30drm/i915/dg2: Add Wa_22014226127José Roberto de Souza2-0/+6
2022-03-30drm/i915: Move intel_vtd_active and run_as_guest to i915_utilsTvrtko Ursulin3-2/+17
2022-03-29drm/i915/migrate: move the sanity checkMatthew Auld1-2/+1
2022-03-29drm/i915: avoid concurrent writes to aux_invFei Yang4-40/+27