From 0cc030f02c8b72156b92ea3b483e34d3f92ee642 Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Mar 02 2022 08:27:22 +0000 Subject: Delete patches.suse/drm-i915-adlp-Remove-require_force_probe-protection.patch (bsc#1196589). We did not have enough time to stablize ADL-P graphics so restore the experimental flag. --- diff --git a/patches.suse/drm-i915-adlp-Remove-require_force_probe-protection.patch b/patches.suse/drm-i915-adlp-Remove-require_force_probe-protection.patch deleted file mode 100644 index 67c267a..0000000 --- a/patches.suse/drm-i915-adlp-Remove-require_force_probe-protection.patch +++ /dev/null @@ -1,43 +0,0 @@ -From dfb924e33927ffa51e197acd58ad1c5edf1b5ff5 Mon Sep 17 00:00:00 2001 -From: Clint Taylor -Date: Fri, 3 Dec 2021 17:01:40 -0800 -Subject: drm/i915/adlp: Remove require_force_probe protection -Git-commit: dfb924e33927ffa51e197acd58ad1c5edf1b5ff5 -Patch-mainline: v5.17-rc1 -References: jsc#SLE-22725 - -Remove force probe protection from ADL_P platform. Did not obsevre -warnings, errors, flickering or any visual defects while doing ordinary -tasks like browsing and editing documents in a two monitor setup. - -For more info drm-tip idle run results : -https://intel-gfx-ci.01.org/tree/drm-tip/drmtip.html? - -SUSE backport notes: -This patch removes the experimental flag for ADL-P even though the -pre-requisite patches are _not_ backported. The goal is to have usable -graphics for ADL-P systems out of the box. The full backport of requried -patches would have been too intrusive this late in the release cycle. If -ADL-P turns out to be too unstable we can revert this patch. See -jsc#SLE-22834 for the discussion. - -Cc: Rodrigo Vivi -Acked-by: Jon Bloomfield -Signed-off-by: Clint Taylor -Signed-off-by: Lucas De Marchi -Link: https://patchwork.freedesktop.org/patch/msgid/20211204010140.22839-1-clinton.a.taylor@intel.com -Signed-off-by: Patrik Jakobsson ---- - drivers/gpu/drm/i915/i915_pci.c | 1 - - 1 file changed, 1 deletion(-) - ---- a/drivers/gpu/drm/i915/i915_pci.c -+++ b/drivers/gpu/drm/i915/i915_pci.c -@@ -966,7 +966,6 @@ static const struct intel_device_info ad - GEN12_FEATURES, - XE_LPD_FEATURES, - PLATFORM(INTEL_ALDERLAKE_P), -- .require_force_probe = 1, - .display.has_cdclk_crawl = 1, - .display.has_modular_fia = 1, - .display.has_psr_hw_tracking = 0, diff --git a/series.conf b/series.conf index a15188d..518a782 100644 --- a/series.conf +++ b/series.conf @@ -7453,7 +7453,6 @@ patches.suse/drm-vmwgfx-Release-ttm-memory-if-probe-fails.patch patches.suse/drm-vmwgfx-Fail-to-initialize-on-broken-configs.patch patches.suse/dma_fence_array-Fix-PENDING_ERROR-leak-in-dma_fence_.patch - patches.suse/drm-i915-adlp-Remove-require_force_probe-protection.patch patches.suse/drm-bridge-ti-sn65dsi86-Set-max-register-for-regmap.patch patches.suse/drm-amdgpu-Fix-a-NULL-pointer-dereference-in-amdgpu_.patch patches.suse/drm-radeon-radeon_kms-Fix-a-NULL-pointer-dereference.patch