Skip to content

Commit 55ede01

Browse files
ravitejaxdumbbell
authored andcommitted
drm/i915/adl_s: Remove require_force_probe protection
Removing force probe protection from ADLS platform. Did not observe 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/bat-all.html? Cc: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: ravitejax <ravitejax.goud.talla@intel.com> Reviewed-by: Ayaz A Siddiqui <ayaz.siddiqui@intel.com> Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210903182034.668467-1-ravitejax.gpud.talla@intel.com
1 parent d988f73 commit 55ede01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/i915/i915_pci.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,6 @@ static const struct intel_device_info adl_s_info = {
912912
GEN12_FEATURES,
913913
PLATFORM(INTEL_ALDERLAKE_S),
914914
.pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D),
915-
.require_force_probe = 1,
916915
.display.has_hti = 1,
917916
.display.has_psr_hw_tracking = 0,
918917
.platform_engine_mask =

0 commit comments

Comments
 (0)