[Intel-xe] [PATCH 3/4] fixup! drm/xe: Introduce a new DRM driver for Intel GPUs

Govindapillai, Vinod vinod.govindapillai at intel.com
Mon Sep 18 21:22:29 UTC 2023


On Mon, 2023-09-18 at 10:00 +0300, Jouni Högander wrote:
> intel_runtime_pm is ok for Xe driver as well. Especially as this
> whole struct is here just to kill some build problems.
> 
> Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
> ---
>  drivers/gpu/drm/xe/xe_device_types.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Vinod Govindapillai <vinod.govindapillai at intel.com>

> 
> diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
> index a82f28c6a3a0..ae18097cf8ea 100644
> --- a/drivers/gpu/drm/xe/xe_device_types.h
> +++ b/drivers/gpu/drm/xe/xe_device_types.h
> @@ -402,7 +402,7 @@ struct xe_device {
>         u32 edram_size_mb;
>  
>         /* To shut up runtime pm macros.. */
> -       struct xe_runtime_pm {} runtime_pm;
> +       struct intel_runtime_pm {} runtime_pm;
>  
>         /* For pcode */
>         struct mutex sb_lock;



More information about the Intel-xe mailing list