drm/xe/xe2: Use XE_CACHE_WB pat index
authorHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Fri, 19 Jan 2024 04:18:26 +0000 (09:48 +0530)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Mon, 22 Jan 2024 11:36:36 +0000 (12:36 +0100)
commit6a02867560f77328ae5637b70b06704b140aafa6
tree24463e694494460ca5796fe4ced1b3dc918db6f7
parent836e487149c27253aabf364a4978cfb8206bd14b
drm/xe/xe2: Use XE_CACHE_WB pat index

The pat table entry associated with XE_CACHE_WB is coherent whereas
XE_CACHE_NONE is non coherent. Migration expects the coherency
with cpu therefore use the coherent entry XE_CACHE_WB for
buffers not supporting compression. For read/write to flat ccs region
the issue is not related to coherency with cpu. The hardware expects
the pat index associated with GPUVA for indirect access to be
compression enabled hence use XE_CACHE_NONE_COMPRESSION.

v2
- Fix the argument to emit_pte, pass the bool directly. (Thomas)

v3
- Rebase
- Update commit message (Matt)

v4
- Add a Fixes: tag. (Thomas)

Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Fixes: 65ef8dbad1db ("drm/xe/xe2: Update emit_pte to use compression enabled PAT index")
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240119041826.1670496-1-himal.prasad.ghimiray@intel.com
drivers/gpu/drm/xe/xe_migrate.c