drm/xe/bo: further limit where CCS pages are needed
authorMatthew Auld <matthew.auld@intel.com>
Thu, 25 May 2023 11:45:42 +0000 (12:45 +0100)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:34:04 +0000 (18:34 -0500)
commit38453f826db89045d505c2122fd8e25cd6099007
treeae102c4e87d8f05520b07aa05a063939a62b4f43
parent3690a01ba926e3f1314d805d1af500fcf3edef7e
drm/xe/bo: further limit where CCS pages are needed

No need to allocate extra pages for this if we know flat-ccs AUX state
is not even possible, like for normal system memory objects.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_bo.c