diff options
author | ravitejax <[email protected]> | 2021-09-03 23:50:34 +0530 |
---|---|---|
committer | Thomas Hellström <[email protected]> | 2021-09-07 10:52:12 +0200 |
commit | f5392e5f8ef300c5d8fb97fb441aad217e44f394 (patch) | |
tree | f3810f611a09877c74738bbdcf539f4910dc405c | |
parent | dcc5d82063d9055cecd09bec4d280c5ab62b9d8f (diff) |
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 <[email protected]>
Signed-off-by: ravitejax <[email protected]>
Reviewed-by: Ayaz A Siddiqui <[email protected]>
Signed-off-by: Thomas Hellström <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/i915_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index f0e2f5e67bda..4745f7aad848 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -926,7 +926,6 @@ static const struct intel_device_info adl_s_info = { GEN12_FEATURES, PLATFORM(INTEL_ALDERLAKE_S), .pipe_mask = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), - .require_force_probe = 1, .display.has_hti = 1, .display.has_psr_hw_tracking = 0, .platform_engine_mask = |