]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch
authorSasha Levin <sashal@kernel.org>
Mon, 4 Dec 2023 19:42:10 +0000 (14:42 -0500)
committerSasha Levin <sashal@kernel.org>
Mon, 4 Dec 2023 19:42:10 +0000 (14:42 -0500)
Signed-off-by: Sasha Levin <sashal@kernel.org>
queue-6.1/drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch [deleted file]
queue-6.1/series
queue-6.6/drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch [deleted file]
queue-6.6/series

diff --git a/queue-6.1/drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch b/queue-6.1/drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch
deleted file mode 100644 (file)
index d20fac3..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-From de261af876a201343f3a6185a57aeb5321ba79d0 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 21 Nov 2023 07:43:15 +0200
-Subject: drm/i915: Call intel_pre_plane_updates() also for pipes getting
- enabled
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Ville Syrjälä <ville.syrjala@linux.intel.com>
-
-[ Upstream commit d21a3962d3042e6f56ad324cf18bdd64a1e6ecfa ]
-
-We used to call intel_pre_plane_updates() for any pipe going through
-a modeset whether the pipe was previously enabled or not. This in
-fact needed to apply all the necessary clock gating workarounds/etc.
-Restore the correct behaviour.
-
-Fixes: 39919997322f ("drm/i915: Disable all planes before modesetting any pipes")
-Reviewed-by: Jani Nikula <jani.nikula@intel.com>
-Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
-Link: https://patchwork.freedesktop.org/patch/msgid/20231121054324.9988-3-ville.syrjala@linux.intel.com
-(cherry picked from commit e0d5ce11ed0a21bb2bf328ad82fd261783c7ad88)
-Signed-off-by: Jani Nikula <jani.nikula@intel.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/gpu/drm/i915/display/intel_display.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c
-index 96e679a176e94..1977f4c6fd889 100644
---- a/drivers/gpu/drm/i915/display/intel_display.c
-+++ b/drivers/gpu/drm/i915/display/intel_display.c
-@@ -7188,10 +7188,11 @@ static void intel_commit_modeset_disables(struct intel_atomic_state *state)
-               if (!intel_crtc_needs_modeset(new_crtc_state))
-                       continue;
-+              intel_pre_plane_update(state, crtc);
-+
-               if (!old_crtc_state->hw.active)
-                       continue;
--              intel_pre_plane_update(state, crtc);
-               intel_crtc_disable_planes(state, crtc);
-       }
--- 
-2.42.0
-
index cb033624bc7c157e428129afd12fea2977c8dedb..7aa741746aff97b3278b9736ffcc849c416e32ed 100644 (file)
@@ -91,7 +91,6 @@ iommu-vt-d-allocate-pasid-table-in-device-probe-path.patch
 iommu-vt-d-add-device_block_translation-helper.patch
 iommu-vt-d-disable-pci-ats-in-legacy-passthrough-mod.patch
 iommu-vt-d-make-context-clearing-consistent-with-con.patch
-drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch
 drm-amd-pm-fix-a-memleak-in-aldebaran_tables_init.patch
 pci-qcom-ep-add-dedicated-callback-for-writing-to-db.patch-19858
 fbdev-stifb-make-the-sti-next-font-pointer-a-32-bit-.patch-14283
@@ -105,7 +104,6 @@ iommu-vt-d-allocate-pasid-table-in-device-probe-path.patch-8635
 iommu-vt-d-add-device_block_translation-helper.patch-1231
 iommu-vt-d-disable-pci-ats-in-legacy-passthrough-mod.patch-15652
 iommu-vt-d-make-context-clearing-consistent-with-con.patch-12070
-drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch-32435
 drm-amd-pm-fix-a-memleak-in-aldebaran_tables_init.patch-16085
 mmc-core-add-helpers-mmc_regulator_enable-disable_vq.patch
 mmc-sdhci-sprd-fix-vqmmc-not-shutting-down-after-the.patch
diff --git a/queue-6.6/drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch b/queue-6.6/drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch
deleted file mode 100644 (file)
index f6e7d1d..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-From 96b8700b91f6931409b5979c15d478756f645152 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Tue, 21 Nov 2023 07:43:15 +0200
-Subject: drm/i915: Call intel_pre_plane_updates() also for pipes getting
- enabled
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-From: Ville Syrjälä <ville.syrjala@linux.intel.com>
-
-[ Upstream commit d21a3962d3042e6f56ad324cf18bdd64a1e6ecfa ]
-
-We used to call intel_pre_plane_updates() for any pipe going through
-a modeset whether the pipe was previously enabled or not. This in
-fact needed to apply all the necessary clock gating workarounds/etc.
-Restore the correct behaviour.
-
-Fixes: 39919997322f ("drm/i915: Disable all planes before modesetting any pipes")
-Reviewed-by: Jani Nikula <jani.nikula@intel.com>
-Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
-Link: https://patchwork.freedesktop.org/patch/msgid/20231121054324.9988-3-ville.syrjala@linux.intel.com
-(cherry picked from commit e0d5ce11ed0a21bb2bf328ad82fd261783c7ad88)
-Signed-off-by: Jani Nikula <jani.nikula@intel.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/gpu/drm/i915/display/intel_display.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c
-index 763ab569d8f32..8232887fdf948 100644
---- a/drivers/gpu/drm/i915/display/intel_display.c
-+++ b/drivers/gpu/drm/i915/display/intel_display.c
-@@ -6658,10 +6658,11 @@ static void intel_commit_modeset_disables(struct intel_atomic_state *state)
-               if (!intel_crtc_needs_modeset(new_crtc_state))
-                       continue;
-+              intel_pre_plane_update(state, crtc);
-+
-               if (!old_crtc_state->hw.active)
-                       continue;
--              intel_pre_plane_update(state, crtc);
-               intel_crtc_disable_planes(state, crtc);
-       }
--- 
-2.42.0
-
index 1c7e565ceabcc7b34c93ade8ae5e7b1264fe87d9..182c53b9c4a6380d927060178c200af84549a239 100644 (file)
@@ -117,7 +117,6 @@ iommu-vt-d-omit-devtlb-invalidation-requests-when-te.patch
 iommu-vt-d-disable-pci-ats-in-legacy-passthrough-mod.patch
 iommu-vt-d-make-context-clearing-consistent-with-con.patch
 drm-i915-gsc-mark-internal-gsc-engine-with-reserved-.patch
-drm-i915-call-intel_pre_plane_updates-also-for-pipes.patch
 drm-panel-starry-2081101qfh032011-53g-fine-tune-the-.patch
 drm-panel-nt36523-fix-return-value-check-in-nt36523_.patch
 cpufreq-amd-pstate-fix-scaling_min_freq-and-scaling_.patch