Skip to content

Commit

Permalink
drm/xe: Fix merge fails related to display runtime PM
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
mlankhorst authored and danvet committed Sep 2, 2024
1 parent 6d0ebb3 commit b1aa049
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/xe/display/xe_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ void xe_display_pm_suspend(struct xe_device *xe, bool runtime)

xe_display_flush_cleanup_work(xe);

xe_display_flush_cleanup_work(xe);

intel_dp_mst_suspend(xe);

intel_hpd_cancel_work(xe);
Expand Down
2 changes: 0 additions & 2 deletions drivers/gpu/drm/xe/xe_pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ int xe_pm_runtime_suspend(struct xe_device *xe)
xe_display_pm_runtime_suspend(xe);

if (xe->d3cold.allowed) {
xe_display_pm_suspend(xe, true);

err = xe_bo_evict_all(xe);
if (err)
goto out;
Expand Down

0 comments on commit b1aa049

Please sign in to comment.