[Intel-xe] [PATCH v2 2/2] fixup! drm/xe/gsc: add gsc device support

Daniele Ceraolo Spurio daniele.ceraolospurio at intel.com
Tue Nov 7 21:26:53 UTC 2023



On 11/7/2023 3:55 AM, Alexander Usyskin wrote:
> Init HECI GSC only after GT enables interrupts.
>
> Signed-off-by: Alexander Usyskin <alexander.usyskin at intel.com>

Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>

Daniele

> ---
>   drivers/gpu/drm/xe/xe_device.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_device.c b/drivers/gpu/drm/xe/xe_device.c
> index 515cdf599fab..1202f8007f79 100644
> --- a/drivers/gpu/drm/xe/xe_device.c
> +++ b/drivers/gpu/drm/xe/xe_device.c
> @@ -392,8 +392,6 @@ int xe_device_probe(struct xe_device *xe)
>   			goto err_irq_shutdown;
>   	}
>   
> -	xe_heci_gsc_init(xe);
> -
>   	err = xe_mmio_probe_vram(xe);
>   	if (err)
>   		goto err_irq_shutdown;
> @@ -425,6 +423,8 @@ int xe_device_probe(struct xe_device *xe)
>   			goto err_irq_shutdown;
>   	}
>   
> +	xe_heci_gsc_init(xe);
> +
>   	err = xe_display_init(xe);
>   	if (err)
>   		goto err_irq_shutdown;



More information about the Intel-xe mailing list