summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_migrate.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/migrate: fix corner case in CCS aux copyingMatthew Auld2022-12-141-8/+29
* drm/i915/migrate: Account for the reserved_spaceChris Wilson2022-12-131-4/+12
* drm/i915: move i915_coherent_map_type() to i915_gem_pages.c and un-inlineJani Nikula2022-09-261-0/+1
* drm/i915/ttm: fix CCS handlingMatthew Auld2022-08-091-23/+21
* drm/i915/ttm: remove calc_ctrl_surf_instr_sizeMatthew Auld2022-08-091-32/+3
* drm/i915/ttm: don't leak the ccs stateMatthew Auld2022-07-281-1/+22
* drm/i915/gt: Remove unneeded semicolonJason Wang2022-07-211-1/+1
* 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/migrate: Evict and restore the flatccs capable lmem objRamalingam C2022-04-141-4/+160
* drm/i915/gt: Clear compress metadata for Flat-ccs objectsRamalingam C2022-04-141-1/+136
* 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-141-5/+38
* drm/i915/gt: use engine instance directly for offsetRamalingam C2022-04-141-7/+4
* drm/i915/migrate: move the sanity checkMatthew Auld2022-03-291-2/+1
* drm/i915/migrate: add acceleration support for DG2Matthew Auld2022-02-191-32/+164
* drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström2021-12-221-12/+12
* drm/i915/migrate: fix length calculationMatthew Auld2021-12-081-1/+1
* drm/i915/migrate: fix offset calculationMatthew Auld2021-12-081-1/+1
* drm/i915/migrate: don't check the scratch pageMatthew Auld2021-12-081-3/+1
* drm/i915: Reduce the number of objects subject to memcpy recoverThomas Hellström2021-09-241-1/+1
* drm/i915/gt: Potential error pointer dereference in pinned_context()Dan Carpenter2021-08-201-1/+1
* drm/i915: Stop storing the ring size in the ring pointer (v3)Jason Ekstrand2021-07-081-1/+2
* drm/i915/gt: finish INTEL_GEN and friends conversionLucas De Marchi2021-07-071-10/+10
* drm/i915/gt: Setup a default migration context on the GTChris Wilson2021-06-171-0/+2
* drm/i915/gt: Pipelined clearChris Wilson2021-06-171-0/+143
* drm/i915/gt: Pipelined page migrationChris Wilson2021-06-171-0/+542