From: Radhakrishna Sripada <[email protected]> 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]> --- Hello, This patch eliminates the 'force probe' for the MTL platforms. Over the recent weeks, MTL has demonstrated stability, consistently passing BAT tests with success rates ranging from 98% to 100%. There's a single issue hindering us from achieving a 100% BAT test coverage. Fortunately, we've identified the issue, and the proposed solution can be found here[*]. The CI results are encouraging. Once all reviews are addressed, we plan to submit this series with the "Fixes:" tag. Thank you and best regards, Andi and Radhakrishna [*] https://patchwork.freedesktop.org/series/124744/ drivers/gpu/drm/i915/i915_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index df7c261410f7..fe748906c06f 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, }; -- 2.40.1
