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 0719D15CAE for ; Tue, 8 Nov 2022 14:16:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8276FC433D6; Tue, 8 Nov 2022 14:16:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667916983; bh=MkF6y4LxICyGUfj+kHmanrTVupiF607lKL6F2qERphM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rEqW8xdYargutp58t2iTGw4NSLn5c5cEXv9Q/0xw7Z+ITCXA8Mb7r5tQxn4i0lE6P WV5D7HgaBeQj8Aina1xivp8r+3+zLQKLG3Pr1VZQqSrw+oQZtxuJ8JOKKTCc1hsaop n/k6FOjnrjR3+z7BIQ6Oa5ay8AIdaVjWz5u80pYI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Mark Broadworth , Charlene Liu , Rodrigo Siqueira , Leo Chen , Alex Deucher Subject: [PATCH 6.0 194/197] drm/amd/display: Update DSC capabilitie for DCN314 Date: Tue, 8 Nov 2022 14:40:32 +0100 Message-Id: <20221108133403.673536559@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221108133354.787209461@linuxfoundation.org> References: <20221108133354.787209461@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Leo Chen commit 341421084d705475817f7f0d68e130370d10b20d upstream. dcn314 has 4 DSC - conflicted hardware document updated and confirmed. Tested-by: Mark Broadworth Reviewed-by: Charlene Liu Acked-by: Rodrigo Siqueira Signed-off-by: Leo Chen Signed-off-by: Alex Deucher Cc: stable@vger.kernel.org # 6.0.x Signed-off-by: Greg Kroah-Hartman --- drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c @@ -847,7 +847,7 @@ static const struct resource_caps res_ca .num_ddc = 5, .num_vmid = 16, .num_mpc_3dlut = 2, - .num_dsc = 3, + .num_dsc = 4, }; static const struct dc_plane_cap plane_cap = {