aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gt/intel_migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-09drm/i915/ttm: fix CCS handlingMatthew Auld1-23/+21
2022-08-09drm/i915/ttm: remove calc_ctrl_surf_instr_sizeMatthew Auld1-32/+3
2022-07-28drm/i915/ttm: don't leak the ccs stateMatthew Auld1-1/+22
2022-07-21drm/i915/gt: Remove unneeded semicolonJason Wang1-1/+1
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-04-14drm/i915/migrate: Evict and restore the flatccs capable lmem objRamalingam C1-4/+160
2022-04-14drm/i915/gt: Clear compress metadata for Flat-ccs objectsRamalingam C1-1/+136
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 C1-5/+38
2022-04-14drm/i915/gt: use engine instance directly for offsetRamalingam C1-7/+4
2022-03-29drm/i915/migrate: move the sanity checkMatthew Auld1-2/+1
2022-02-19drm/i915/migrate: add acceleration support for DG2Matthew Auld1-32/+164
2021-12-22drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström1-12/+12
2021-12-08drm/i915/migrate: fix length calculationMatthew Auld1-1/+1
2021-12-08drm/i915/migrate: fix offset calculationMatthew Auld1-1/+1
2021-12-08drm/i915/migrate: don't check the scratch pageMatthew Auld1-3/+1
2021-09-24drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström1-1/+1
2021-08-20drm/i915/gt: Potential error pointer dereference in pinned_context()Dan Carpenter1-1/+1
2021-07-08drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand1-1/+2
2021-07-07drm/i915/gt: finish INTEL_GEN and friends conversionLucas De Marchi1-10/+10
2021-06-17drm/i915/gt: Setup a default migration context on the GTChris Wilson1-0/+2
2021-06-17drm/i915/gt: Pipelined clearChris Wilson1-0/+143
2021-06-17drm/i915/gt: Pipelined page migrationChris Wilson1-0/+542