drm/xe/xe2: Add one more bit to encode PAT to ppgtt entries
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 6 Oct 2023 18:23:23 +0000 (11:23 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:42:57 +0000 (11:42 -0500)
commit5803bdc8ad6f0320b3147de7e565c24b3afe31fb
tree2b6a58c9a066268433e456f1ff7a3794bd39d169
parent811aa4d2074a9e64baeaa4bbc2773ead6247f101
drm/xe/xe2: Add one more bit to encode PAT to ppgtt entries

Xe2 adds one more bit to cover all the possible 32 entries. Although
those entries are not used by internal kernel code paths, it's expected
that userspace will make use of it.

Bspec: 59510, 67095
Reviewed-by: Pallavi Mishra <pallavi.mishra@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://lore.kernel.org/r/20231006182325.3617685-2-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_bo.h
drivers/gpu/drm/xe/xe_vm.c