[PATCH 1/4] drm/xe: Fix missing conversion to xe_display_pm_runtime_resume
Govindapillai, Vinod
vinod.govindapillai at intel.com
Fri Sep 6 05:18:19 UTC 2024
On Thu, 2024-09-05 at 17:00 +0200, Maarten Lankhorst wrote:
> This error path was missed when converting away from
> xe_display_pm_resume with second argument.
>
> Fixes: 66a0f6b9f5fc ("drm/xe/display: handle HPD polling in display runtime suspend/resume")
> Cc: Arun R Murthy <arun.r.murthy at intel.com>
> Cc: Vinod Govindapillai <vinod.govindapillai at intel.com>
> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> ---
> drivers/gpu/drm/xe/xe_pm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for the fix.
Reviewed-by: Vinod Govindapillai <vinod.govindapillai at intel.com>
>
> diff --git a/drivers/gpu/drm/xe/xe_pm.c b/drivers/gpu/drm/xe/xe_pm.c
> index e518557e0eec6..9b1204db12c3d 100644
> --- a/drivers/gpu/drm/xe/xe_pm.c
> +++ b/drivers/gpu/drm/xe/xe_pm.c
> @@ -416,7 +416,7 @@ int xe_pm_runtime_suspend(struct xe_device *xe)
> xe_display_pm_suspend_late(xe);
> out:
> if (err)
> - xe_display_pm_resume(xe, true);
> + xe_display_pm_runtime_resume(xe);
> xe_rpm_lockmap_release(xe);
> xe_pm_write_callback_task(xe, NULL);
> return err;
More information about the Intel-xe
mailing list