[PATCH 4/4] drm/xe/xe2: Enable Indirect Ring State support for Xe2
Ghimiray, Himal Prasad
himal.prasad.ghimiray at intel.com
Mon May 6 05:06:31 UTC 2024
On 05-05-2024 05:05, Niranjana Vishwanathapura wrote:
> Indirect Ring State is the recommended mode for Xe2 platforms,
> enable it by default.
>
> Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura 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 5bf94abf84cc..9f66c41067d3 100644
> --- a/drivers/gpu/drm/xe/xe_pci.c
> +++ b/drivers/gpu/drm/xe/xe_pci.c
> @@ -164,6 +164,7 @@ static const struct xe_graphics_desc graphics_xelpg = {
> .dma_mask_size = 46, \
> .has_asid = 1, \
> .has_flat_ccs = 1, \
> + .has_indirect_ring_state = true, \
LGTM.
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
> .has_range_tlb_invalidation = 1, \
> .has_usm = 1, \
> .va_bits = 48, \
More information about the Intel-xe
mailing list