]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Fix missing conversion to xe_display_pm_runtime_resume
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 5 Sep 2024 15:00:49 +0000 (17:00 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 11 Sep 2024 16:31:09 +0000 (18:31 +0200)
commit474f64cb988a410db8a0b779d6afdaa2a7fc5759
treeced3e8b77124b9fd21a1cf55472d5740d92c5c14
parent9db969b36b2fbca13ad4088aff725ebd5e8142f5
drm/xe: Fix missing conversion to xe_display_pm_runtime_resume

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@intel.com>
Cc: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240905150052.174895-2-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/xe/xe_pm.c