From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8D4B8242907; Tue, 20 May 2025 14:07:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747750067; cv=none; b=W8OySsTHkB+vreWixAHZkko0ZhqHAby1CdLs63hrSW+CyaftliwmUNhI1qAwovAPTSfsh3M98TWDaThHKX4A8brVeyMNKzzCj1QAI9S6DOci3YZOUbXW5Dqovb8MU8P8AYQ2kVKMdpxGDlRb7+nAoyRtIjums2L4ay/y9CmzvPM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747750067; c=relaxed/simple; bh=LSCg1WtZiijRBQPQNeV6HQ3meIGHPHi5xW3N/tJxwKY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Jfrv2iau0lDUu8vtxJQszOR++05fnvPjC9KqzLAnP56xvp2C+geJQ02BEVYW3OyJrZFyZVeT12vHnQyXxsXGcivLDUhKDV2XQoOLfBVDHr0+Ay34SnTgIloykLtA3QUzO5LANyN5JQ0dZQf+QhGU0oOFH27islrWaJkObQ2YYdM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FhPfhdPm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FhPfhdPm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9B65C4CEE9; Tue, 20 May 2025 14:07:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747750067; bh=LSCg1WtZiijRBQPQNeV6HQ3meIGHPHi5xW3N/tJxwKY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FhPfhdPmp2r2S7/maxTkCUhqOKs6wqRP2tJXDr41s4uQ30rwwCfFCHh14mB777rua 6me++dEJQX7EPUHHuF0JwWs2C0SF9MEMKaK2D4rM9MvCJozy4od20TpghXrlhnjS81 e+SJJ4myQfzFDM6VdI67ETDzz5f5+UeEGqOYtx3cSR/ypMwwQHpGxT5ns1OVHx6Gze TBNdCtksbBTjCKuPlS8n8viFJJNT0JpcG00EV4IcwvUSZvT2K559/FFZc9tJrAgkeD Fxkx1gV9RNVMnuiK0hxR4ifjyKCyFp3YQPirQ1RNPjrC4IQNymJSdp5j0AcAiKC4da PhDwwv6/Ads/g== Date: Tue, 20 May 2025 10:07:45 -0400 From: Sasha Levin To: Alex Deucher Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Alex Deucher , Harry Wentland , sunpeng.li@amd.com, christian.koenig@amd.com, airlied@gmail.com, simona@ffwll.ch, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH AUTOSEL 6.6 229/294] drm/amd/display/dc: enable oem i2c support for DCE 12.x Message-ID: References: <20250505225634.2688578-1-sashal@kernel.org> <20250505225634.2688578-229-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, May 06, 2025 at 11:02:34AM -0400, Alex Deucher wrote: >On Mon, May 5, 2025 at 7:04 PM Sasha Levin wrote: >> >> From: Alex Deucher >> >> [ Upstream commit 2ed83f2cc41e8f7ced1c0610ec2b0821c5522ed5 ] >> >> Use the value pulled from the vbios just like newer chips. >> >> Reviewed-by: Harry Wentland >> Signed-off-by: Alex Deucher >> Signed-off-by: Sasha Levin > >This is a new feature not a bug fix and this change only makes sense >with the other changes in kernel 6.15. I'll drop it, thanks! -- Thanks, Sasha