summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/uc: remove accidental static from a local variableJani Nikula2022-06-131-1/+1
* drm/i915/gt: Fix memory leaks in per-gt sysfsAshutosh Dixit2022-06-134-22/+17
* Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-2682-1631/+6586
|\
| * drm/i915/uc: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-05-194-4/+4
| * drm/i915/gt: Fix use of static in macro mismatchAndi Shyti2022-05-191-10/+11
| * drm/i915/gt: Fix build error without CONFIG_PMYueHaibing2022-05-191-1/+1
| * drm/i915: remove superfluous string helper includeJani Nikula2022-05-031-2/+0
| * drm/i915/gt: Document the eviction of the Flat-CCS objectsRamalingam C2022-05-031-9/+14
| * drm/i915/gt: optimize the ccs_sz calculation per chunkRamalingam C2022-05-031-23/+13
| * drm/i915/gt: Clear SET_PREDICATE_RESULT prior to executing the ringChris Wilson2022-05-028-24/+137
| * drm/i915/selftests: Skip poisoning SET_PREDICATE_RESULT on dg2Chris Wilson2022-05-022-1/+17
| * drm/i915/xehpsdv/dg1/tgl: Fix issue with LRI relative addressingAkeem G Abodunrin2022-05-021-1/+35
| * drm/i915/xehp: Add compute engine ABIMatt Roper2022-04-291-1/+1
| * drm/i915/xehp: Add register for compute engine's MMIO-based TLB invalidationMatt Roper2022-04-292-0/+2
| * drm/i915/pmu: Use existing uncore helper to read gpm_timestampUmesh Nerlige Ramappa2022-04-281-15/+2
| * drm/i915/dg2: Define GuC firmware version for DG2John Harrison2022-04-281-0/+1
| * drm/i915/dg2: add gsc with special gsc bar offsetsTomas Winkler2022-04-211-1/+21
| * drm/i915/gsc: add gsc as a mei auxiliary deviceTomas Winkler2022-04-217-0/+265
| * Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi2022-04-2124-76/+121
| |\
| | * Merge drm/drm-next into drm-intel-nextJani Nikula2022-04-1133-439/+1079
| | |\
| | * | drm/i915/pmu: Drop redundant IS_VALLEYVIEW check in __get_rc6()Ashutosh Dixit2022-04-062-2/+1
| | * | drm/i915: Move intel_vtd_active and run_as_guest to i915_utilsTvrtko Ursulin2022-03-303-2/+17
| | * | drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula2022-03-042-0/+3
| | * | drm/i915: Use str_on_off()Lucas De Marchi2022-03-021-2/+3
| | * | drm/i915: Use str_enabled_disabled()Lucas De Marchi2022-03-026-7/+8
| | * | drm/i915: Use str_enable_disable()Lucas De Marchi2022-03-022-2/+5
| | * | drm/i915: Use str_yes_no()Lucas De Marchi2022-03-0213-61/+84
| * | | drm/i915/dg2: Add workaround 18019627453José Roberto de Souza2022-04-201-0/+4
| * | | drm/i915/dg2: Enable Wa_22012727170/Wa_22012727685John Harrison2022-04-192-0/+9
| * | | drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exitMatthew Brost2022-04-196-0/+65
| * | | drm/i915/guc: Apply Wa_16011777198Vinay Belgaumkar2022-04-192-0/+6
| * | | drm/i915/guc: Enable GuC based workarounds for DG2John Harrison2022-04-192-0/+16
| * | | drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa2022-04-196-8/+116
| * | | drm/i915: Add Wa_22011802037 force cs haltTilak Tangudu2022-04-192-0/+10
| * | | drm/i915/hwconfig: Add DG2 supportRodrigo Vivi2022-04-161-0/+2
| * | | drm/i915/guc/slpc: Use i915_probe_error instead of drm_errVinay Belgaumkar2022-04-151-21/+21
| * | | drm/i915/guc: Update to GuC version 70.1.1John Harrison2022-04-156-203/+293
| * | | drm/i915/migrate: Evict and restore the flatccs capable lmem objRamalingam C2022-04-141-4/+160
| * | | drm/i915/selftest_migrate: Check CCS meta data clearRamalingam C2022-04-141-28/+222
| * | | drm/i915/selftest_migrate: Consider the possible roundup of sizeRamalingam C2022-04-141-0/+3
| * | | drm/i915/gt: Clear compress metadata for Flat-ccs objectsRamalingam C2022-04-142-1/+152
| * | | drm/i915/gt: Pass the -EINVAL when emit_pte doesn't update any PTERamalingam C2022-04-141-1/+5
| * | | drm/i915/gt: Optimize the migration and clear loopRamalingam C2022-04-141-17/+17
| * | | drm/i915/gt: Use XY_FAST_COLOR_BLT to clear obj on graphics ver 12+Ramalingam C2022-04-142-5/+43
| * | | drm/i915/gt: use engine instance directly for offsetRamalingam C2022-04-141-7/+4
| * | | Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2022-04-121-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | drm/i915/rps: Centralize computation of freq capsAshutosh Dixit2022-04-075-72/+91
| * | | drm/i915/selftests: handle more roundingMatthew Auld2022-04-071-2/+4
| * | | drm/i915/gt: Split intel-gtt functions by archCasey Bowman2022-04-066-651/+734
| * | | drm/i915: Count engine instances per uabi classTvrtko Ursulin2022-04-051-5/+6