diff options
author | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2024-10-04 12:03:01 +0200 |
---|---|---|
committer | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2024-10-04 12:03:01 +0200 |
commit | 49de62b4140f1f3d771948aad25ea7459e4a07e6 (patch) | |
tree | 3e23177f677bbc460104c2b3c4aede424c0694a5 | |
parent | 277644ff4d6815b4f0b3537c6c4d9bcbe178b94f (diff) |
Revert "2024y-09m-30d-09h-33m-15s UTC: drm-tip rerere cache update"
This reverts commit e89f0339f83755504407992a8388c9ce3323f750.
The manual fixup is resolved using a backmerge.
-rw-r--r-- | fixups/drm-xe-next.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/fixups/drm-xe-next.patch b/fixups/drm-xe-next.patch index 9a6cd4cf28f9..061c37eda7b0 100644 --- a/fixups/drm-xe-next.patch +++ b/fixups/drm-xe-next.patch @@ -11,19 +11,3 @@ index 3551a9c8eb75..e65e7d70f989 100644 } void xe_display_pm_runtime_suspend(struct xe_device *xe) -diff --git a/drivers/gpu/drm/xe/xe_gt_idle.c b/drivers/gpu/drm/xe/xe_gt_idle.c -index 531924b6c0a1..746812aee8ff 100644 ---- a/drivers/gpu/drm/xe/xe_gt_idle.c -+++ b/drivers/gpu/drm/xe/xe_gt_idle.c -@@ -53,11 +53,6 @@ pc_to_xe(struct xe_guc_pc *pc) - return gt_to_xe(gt); - } - --static inline const char *str_up_down(bool v) --{ -- return v ? "up" : "down"; --} -- - static const char *gt_idle_state_to_string(enum xe_gt_idle_state state) - { - switch (state) { |