diff options
author | Clint Taylor <[email protected]> | 2021-12-03 17:01:40 -0800 |
---|---|---|
committer | Lucas De Marchi <[email protected]> | 2021-12-03 17:26:27 -0800 |
commit | dfb924e33927ffa51e197acd58ad1c5edf1b5ff5 (patch) | |
tree | 8c0aba4ac4c419f8c15c9b591d8bc58cf29f0e61 | |
parent | af10ec31a81b2f8b9a3b2d1ef05f553cc9495701 (diff) |
drm/i915/adlp: Remove require_force_probe protection
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?
Cc: Rodrigo Vivi <[email protected]>
Acked-by: Jon Bloomfield <[email protected]>
Signed-off-by: Clint Taylor <[email protected]>
Signed-off-by: Lucas De Marchi <[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 52749b8f4f6b..658d8c006d91 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -977,7 +977,6 @@ static const struct intel_device_info adl_p_info = { GEN12_FEATURES, XE_LPD_FEATURES, PLATFORM(INTEL_ALDERLAKE_P), - .require_force_probe = 1, .cpu_transcoder_mask = BIT(TRANSCODER_A) | BIT(TRANSCODER_B) | BIT(TRANSCODER_C) | BIT(TRANSCODER_D) | BIT(TRANSCODER_DSI_0) | BIT(TRANSCODER_DSI_1), |