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

Matt Roper matthew.d.roper at intel.com
Tue Aug 29 18:46:23 UTC 2023


On Tue, Aug 29, 2023 at 05:28:43PM +0100, Matthew Auld wrote:
> 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>

Reviewed-by: 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,
>  };
>  
> -- 
> 2.41.0
> 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation


More information about the Intel-xe mailing list