diff options
author | Radhakrishna Sripada <[email protected]> | 2023-10-08 18:48:24 +0200 |
---|---|---|
committer | Andi Shyti <[email protected]> | 2023-10-18 06:23:41 +0200 |
commit | 213c43676beb5f5a63cb27a0c8e8e71035b08445 (patch) | |
tree | 6fe9a23daeacdd06e594af1dc6976ef1345ea286 | |
parent | 28ec6c558e9f758ec93e8e964b6daeaf642c64c1 (diff) |
drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake
Meteor Lake has demonstrated consistent stability for some time.
All user-space API modifications tide to its core platform
functions are operational.
The necessary firmware components are set up and comprehensive
testing has been condused over a period.
Given the recent faborable CI results, as well, we believe it's
time to eliminate the 'force_probe' prerequisite and activate the
platform by default.
Signed-off-by: Aditya Chauhan <[email protected]>
Signed-off-by: Andrzej Hajda <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Signed-off-by: Janusz Krzysztofik <[email protected]>
Signed-off-by: Jonathan Cavitt <[email protected]>
Signed-off-by: Nirmoy Das <[email protected]>
Signed-off-by: Radhakrishna Sripada <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Acked-by: Lee Shawn C <[email protected]>
Tested-by: Lee Shawn C <[email protected]>
Tested-by: Karthik B S <[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 454467cfa52b..bb577345bc0e 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -836,7 +836,6 @@ static const struct intel_device_info mtl_info = { .has_pxp = 1, .memory_regions = REGION_SMEM | REGION_STOLEN_LMEM, .platform_engine_mask = BIT(RCS0) | BIT(BCS0) | BIT(CCS0), - .require_force_probe = 1, MTL_CACHELEVEL, }; |