diff options
author | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2024-09-30 11:34:26 +0200 |
---|---|---|
committer | Thomas Hellström <thomas.hellstrom@linux.intel.com> | 2024-09-30 11:34:26 +0200 |
commit | e89f0339f83755504407992a8388c9ce3323f750 (patch) | |
tree | f5d6617139c0a8fdd232e845ecf5fa2ee4958d6a | |
parent | 420a08332189127a0ca0b49bb78ec6ef05aa7dca (diff) |
2024y-09m-30d-09h-33m-15s UTC: drm-tip rerere cache update
git version 2.46.0
-rw-r--r-- | fixups/drm-xe-next.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fixups/drm-xe-next.patch b/fixups/drm-xe-next.patch index 061c37eda7b0..9a6cd4cf28f9 100644 --- a/fixups/drm-xe-next.patch +++ b/fixups/drm-xe-next.patch @@ -11,3 +11,19 @@ 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) { |