[Intel-xe] [RFC 2/5] drm/xe: fix has_llc on rkl

Mishra, Pallavi pallavi.mishra at intel.com
Wed Aug 30 01:20:47 UTC 2023



> -----Original Message-----
> From: Auld, Matthew <matthew.auld at intel.com>
> Sent: Tuesday, August 29, 2023 9:29 AM
> To: intel-xe at lists.freedesktop.org
> Cc: Mishra, Pallavi <pallavi.mishra at intel.com>; De Marchi, Lucas
> <lucas.demarchi at intel.com>; Roper, Matthew D
> <matthew.d.roper at intel.com>
> Subject: [RFC 2/5] 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 <matthew.auld at intel.com>
> Cc: Pallavi Mishra <pallavi.mishra at intel.com>
> Cc: Lucas De Marchi <lucas.demarchi at intel.com>
> Cc: Matt Roper <matthew.d.roper at intel.com>
> ---
>  drivers/gpu/drm/xe/xe_pci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index
> 7fb00ea410a6..791107dec045 100644
> --- a/drivers/gpu/drm/xe/xe_pci.c
> +++ b/drivers/gpu/drm/xe/xe_pci.c
> @@ -240,6 +240,7 @@ static const struct xe_device_desc rkl_desc = {
>  	.media = &media_xem,
>  	PLATFORM(XE_ROCKETLAKE),
>  	.has_display = true,
> +	.has_llc = true,
>  	.require_force_probe = true,
>  };
> 

Reviewed-by: Pallavi Mishra <pallavi.mishra at intel.com>

> --
> 2.41.0



More information about the Intel-xe mailing list