From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 469E43783D4; Tue, 21 Jul 2026 19:00:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784660405; cv=none; b=NVcyreHBnng7+vhMohJkAgC2fNpoF+NDM5rKsrz1l93vWjBcAuXh0mIaDi8uwI2Tkk8rY+oP1GqAXBaOHHgmeHnX7DZzYeazd8004TJ/H39kUKPHoP/1m4WkY189p25ovi+wpGGy3ifYmOMfIVbN069XazkjeRs2rVfLjGu+GFk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784660405; c=relaxed/simple; bh=O8wqkwjOhn+aekRbfM0dchFDULl+Oe7U0nVmj8DRfKI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=oOLh4WxxQDNCT6kjWBUfBxWbDFmXAyuPZtKyfQK5SRD+qWsjEunwJJJ9ZWhiumaBK9jRVugFa8b6qu+vi9sPJvxg0avA8qokCdAChsBix7ouS/cQcsiCFrnqEZC9ApvPYrgf211QaQ08BDX1ieSEIhguExtI4Scl7YAY/v44cYU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=nRdCek9N; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="nRdCek9N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B19BC1F000E9; Tue, 21 Jul 2026 19:00:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784660404; bh=5/iYkM2TbaqWe8f1jtg7eiQCPQRDHJ2gZyl5oodshqc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nRdCek9N38Xfauxi9VAawmbfGfM7KBmN/ZuNj7hglNVQoubKIx8qcc5Yt+dGJ3/1r dZd4j4UHBQ/f3re48smYYWhFfzM5U3gddhCljbwKtehVh4P5c2j4oyk5IUKZN0+GOA ss5bOULkjZ3yrQ4qRV3f681lFHNOwodAtKXpY2JA= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Roman Li , Alex Hung , Tom Chung , Aurabindo Pillai , Wayne Lin , Nicholas Kazlauskas , Bhawanpreet Lakha , Srinivasan Shanmugam , Alex Deucher , Sasha Levin Subject: [PATCH 7.1 0923/2077] drm/amd/display: Add missing kdoc for ALLM parameters Date: Tue, 21 Jul 2026 17:09:56 +0200 Message-ID: <20260721152614.583632164@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152552.646164743@linuxfoundation.org> References: <20260721152552.646164743@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 7.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Srinivasan Shanmugam [ Upstream commit d4c6ec729fb7a8bf8a27b19bd70a1b945ad93dac ] Add descriptions for the missing parameters for ALLMEnabled and ALLMValue to keep the function documentation synchronized with the function prototype mod_build_hf_vsif_infopacket(). Fixes the below with gcc W=1: ../display/modules/info_packet/info_packet.c:507 function parameter 'ALLMEnabled' not described in 'mod_build_hf_vsif_infopacket' ../display/modules/info_packet/info_packet.c:507 function parameter 'ALLMValue' not described in 'mod_build_hf_vsif_infopacket' Fixes: 3c2381b92cba ("drm/amd/display: add support for VSIP info packet") Cc: Roman Li Cc: Alex Hung Cc: Tom Chung Cc: Aurabindo Pillai Cc: Wayne Lin Cc: Nicholas Kazlauskas Cc: Bhawanpreet Lakha Signed-off-by: Srinivasan Shanmugam Reviewed-by: Alex Hung Signed-off-by: Alex Deucher Signed-off-by: Sasha Levin --- drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c b/drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c index 00473c6284d5cc..614db22d62f38b 100644 --- a/drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c +++ b/drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c @@ -502,6 +502,8 @@ void mod_build_vsc_infopacket(const struct dc_stream_state *stream, * * @stream: contains data we may need to construct VSIF (i.e. timing_3d_format, etc.) * @info_packet: output structure where to store VSIF + * @ALLMEnabled: indicates whether ALLM HF-VSIF should be generated + * @ALLMValue: ALLM bit value to advertise in HF-VSIF */ void mod_build_hf_vsif_infopacket(const struct dc_stream_state *stream, struct dc_info_packet *info_packet) -- 2.53.0