]> git.hungrycats.org Git - linux/commit
drm/xe: Restore pci state upon resume
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 12 Sep 2024 21:45:07 +0000 (17:45 -0400)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 18 Sep 2024 14:01:58 +0000 (16:01 +0200)
commitec2d1539e159f53eae708e194c449cfefa004994
treeb73cf07f5da4537b09da73864abbb06464f87b0f
parent8a677d5b0a20ed4715cb4a8b0f8a08712ec0997c
drm/xe: Restore pci state upon resume

The pci state was saved, but not restored. Restore
right after the power state transition request like
every other driver.

v2: Use right fixes tag, since this was there initialy, but
    accidentally removed.

Fixes: f6761c68c0ac ("drm/xe/display: Improve s2idle handling.")
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240912214507.456897-1-rodrigo.vivi@intel.com
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/xe/xe_pci.c