]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Remove runtime argument from display s/r functions
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 5 Sep 2024 15:00:50 +0000 (17:00 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 11 Sep 2024 16:31:13 +0000 (18:31 +0200)
commitf90491d4b64e302e940133103d3d9908e70e454f
tree7ef51124f97c9fa2c2b313544be6b2c30e9238a3
parent474f64cb988a410db8a0b779d6afdaa2a7fc5759
drm/xe: Remove runtime argument from display s/r functions

The previous change ensures that pm_suspend is only called when
suspending or resuming. This ensures no further bugs like those
in the previous commit.

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-3-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/xe/display/xe_display.c
drivers/gpu/drm/xe/display/xe_display.h
drivers/gpu/drm/xe/xe_pm.c