drm/xe: Track whether platform has LLC
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 10 Apr 2023 18:39:09 +0000 (11:39 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:31:41 +0000 (18:31 -0500)
commitbf08dd47d1567cb922d60a669e5a8a0c40253840
tree8f9495df94caa9ee30032b34202fe6e544ad57b5
parent689f40f520b6434db29f7b3d7c64b3305b310992
drm/xe: Track whether platform has LLC

Some driver initialization is conditional on the presence of an LLC.
Add an extra feature flag to support this.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20230410183910.2696628-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_pci.c