Skip to content

Commit b1aa049

Browse files
mlankhorstdanvet
authored andcommitted
drm/xe: Fix merge fails related to display runtime PM
The most recent merge commits introduced some fails to drm/drm-next, I've noticed these when looking at the xe patches. Solve it! Fixes: 8bdb468 ("Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next") Signed-off-by: Maarten Lankhorst <[email protected]> [sima: add fixes line, and drop 3rd hunk because that's just a bugfix, not mismerge, which should go in seperately with proper fixes line and review/testing.] Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 6d0ebb3 commit b1aa049

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

drivers/gpu/drm/xe/display/xe_display.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ void xe_display_pm_suspend(struct xe_device *xe, bool runtime)
341341

342342
xe_display_flush_cleanup_work(xe);
343343

344-
xe_display_flush_cleanup_work(xe);
345-
346344
intel_dp_mst_suspend(xe);
347345

348346
intel_hpd_cancel_work(xe);

drivers/gpu/drm/xe/xe_pm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,6 @@ int xe_pm_runtime_suspend(struct xe_device *xe)
392392
xe_display_pm_runtime_suspend(xe);
393393

394394
if (xe->d3cold.allowed) {
395-
xe_display_pm_suspend(xe, true);
396-
397395
err = xe_bo_evict_all(xe);
398396
if (err)
399397
goto out;

0 commit comments

Comments
 (0)