From patchwork Tue Jun 4 07:56:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AceLan Kao X-Patchwork-Id: 1943209 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VtjbZ41drz20Wv for ; Tue, 4 Jun 2024 17:56:42 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1sEP22-0007U7-7m; Tue, 04 Jun 2024 07:56:34 +0000 Received: from mail-pj1-f45.google.com ([209.85.216.45]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1sEP20-0007Sd-Ix for kernel-team@lists.ubuntu.com; Tue, 04 Jun 2024 07:56:32 +0000 Received: by mail-pj1-f45.google.com with SMTP id 98e67ed59e1d1-2c1ef9b95acso2323634a91.0 for ; Tue, 04 Jun 2024 00:56:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717487790; x=1718092590; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:sender:x-gm-message-state:from:to :cc:subject:date:message-id:reply-to; bh=DTF/zu9UurJOOEJIGaLAkPlj59/wBH+sURM8F1jGTco=; b=g0b5KRG8fSptrx4k9VpTjx/vxR+iJ/GSeT6a7oXkY+aj3ti+L4u19VlGJT/uIQKN/S bV+1zxjTXUKxKsICmS0W249U0MPfHHHZnAVuXAGvfFgEfnt0NILZRux3pPhLGuMR8CtV ESPTSHFDNXBwi2auDWcffkdKPfvnKPjECViPiaTsj+B8mH+My848jQFo1Q8fLQalT8ok a7/kJwaZ1G4y5W6Na7aE4eTWmQlSrh2ebC03ahKxHwQr+0GnbrmvgXcMETT6b/a7VhG5 4UZE6DC6nhGoVBiuotAXA8AzApzolW5geuPi3gzcH3qLpvHBJxbYkhl4Depqc02Lhb3Z i1wg== X-Gm-Message-State: AOJu0YxQS930xQq3aUoGiychDG5Ixad0ePkfGxYnA6+bQV+3du4l/uxx MZxLIIQawjMqdcXEM0LT5UMwSdY6MYoMUtyCU9LRBvmAzKt2GxmGqqWhIA== X-Google-Smtp-Source: AGHT+IEcpIey/zRVjuI3CBd733C4QcEda2UTA+GR7gfUH+tDX1GleitycxpQOAkkwWNaj/0c2EqaUA== X-Received: by 2002:a17:90b:1181:b0:2c2:264a:a021 with SMTP id 98e67ed59e1d1-2c253058465mr2929337a91.10.1717487790307; Tue, 04 Jun 2024 00:56:30 -0700 (PDT) Received: from localhost (220-135-95-34.hinet-ip.hinet.net. [220.135.95.34]) by smtp.gmail.com with ESMTPSA id 41be03b00d2f7-6d31987e4acsm680638a12.83.2024.06.04.00.56.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jun 2024 00:56:30 -0700 (PDT) From: AceLan Kao To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/1][SRU][M] drm/i915/mtl: Remove the 'force_probe' requirement for Meteor Lake Date: Tue, 4 Jun 2024 15:56:26 +0800 Message-Id: <20240604075626.719974-2-acelan.kao@canonical.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240604075626.719974-1-acelan.kao@canonical.com> References: <20240604075626.719974-1-acelan.kao@canonical.com> MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.216.45; envelope-from=acelan@gmail.com; helo=mail-pj1-f45.google.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Radhakrishna Sripada BugLink: https://bugs.launchpad.net/bugs/2067883 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 Signed-off-by: Andrzej Hajda Signed-off-by: Chris Wilson Signed-off-by: Janusz Krzysztofik Signed-off-by: Jonathan Cavitt Signed-off-by: Nirmoy Das Signed-off-by: Radhakrishna Sripada Signed-off-by: Andi Shyti Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Cc: Tvrtko Ursulin Acked-by: Lee Shawn C Tested-by: Lee Shawn C Tested-by: Karthik B S Link: https://patchwork.freedesktop.org/patch/msgid/20231008164824.919262-1-andi.shyti@linux.intel.com (cherry picked from commit 213c43676beb5f5a63cb27a0c8e8e71035b08445) Signed-off-by: Chia-Lin Kao (AceLan) --- 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 928975d5fe2f..d6e5b6ddf11a 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -837,7 +837,6 @@ static const struct intel_device_info mtl_info = { .has_pxp = 1, .__runtime.memory_regions = REGION_SMEM | REGION_STOLEN_LMEM, .__runtime.platform_engine_mask = BIT(RCS0) | BIT(BCS0) | BIT(CCS0), - .require_force_probe = 1, MTL_CACHELEVEL, };