From: Matthew Auld Date: Tue, 29 Aug 2023 16:28:43 +0000 (+0100) Subject: drm/xe: fix has_llc on rkl X-Git-Tag: Ubuntu-6.8.0-17.17~1697^2~7^2~405 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9a4566d5e0ae9dd38ef20fab00990e6958c421b4;p=mirror_ubuntu-kernels.git drm/xe: fix has_llc on rkl Matches i915. Assumption going forward is that non-llc + igpu is only a thing on MTL+ which should have explicit coherency pat_index settings for COH_NONE, 1WAY and 2WAY. Signed-off-by: Matthew Auld Cc: Pallavi Mishra Cc: Lucas De Marchi Cc: Matt Roper Reviewed-by: Matt Roper Reviewed-by: Pallavi Mishra Signed-off-by: Rodrigo Vivi --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 6c2c6723b1b2..08c1edc74d96 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -232,6 +232,7 @@ static const struct xe_device_desc rkl_desc = { .graphics = &graphics_xelp, .media = &media_xem, PLATFORM(XE_ROCKETLAKE), + .has_llc = true, .require_force_probe = true, };