From: jsg Date: Tue, 13 Aug 2024 00:39:26 +0000 (+0000) Subject: drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=78f0b30ae916feab0bccbf80f707a824f025a786;p=openbsd drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake From Radhakrishna Sripada 213c43676beb5f5a63cb27a0c8e8e71035b08445 in mainline linux --- diff --git a/sys/dev/pci/drm/i915/i915_pci.c b/sys/dev/pci/drm/i915/i915_pci.c index 620eb82ebcf..99a37f01e12 100644 --- a/sys/dev/pci/drm/i915/i915_pci.c +++ b/sys/dev/pci/drm/i915/i915_pci.c @@ -838,7 +838,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, };