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 B109020C037 for ; Tue, 8 Apr 2025 06:46:46 +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=1744094806; cv=none; b=pryOYPMLDXqO5zXz2rsS3hWee7iJevM+sbpMPU7kl2j0kBD0ma+ZoJG1Y4yEU/79z5eZK2YrjR1OYjbwB4iMrnkVSZ22nRXyRhi6CzhBDYxwD4tuKDGpJM9L2SNdbqRZLc1ot37giO1CsJx5IDoHj9MrWYFDp47MlfyQJFu7/Bg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744094806; c=relaxed/simple; bh=bf6YN/jksN8XTp2JCFKGODv+ldkFm4kJvDgT40OR6sE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NhAltJc2u+vq1loknDZnUnyklOS5sYDPizGfFYLIEY6TDVuFTMHwXA935tyIkeSfuFAuehJW3etnxGJsU2Q7VNkk+23Pf6ZSDXCpkAxCI2KUGhME4E1CHs8nlR/iSswTP6QU09ezg1K0vGDunWI6kZ8s8oq+9x4iRygCCEIxHlQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KNIFfw2T; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KNIFfw2T" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B90FFC4CEE5; Tue, 8 Apr 2025 06:46:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744094806; bh=bf6YN/jksN8XTp2JCFKGODv+ldkFm4kJvDgT40OR6sE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KNIFfw2TGNhd40uAyae7m9oRHimM9IHEvTTedjBzukbomxZzPg3ZC4QAygwppXsXC DoiQ7FDSkZYQRltZhC96hZMTr5hmfNwXJAMW7xIfBKrrgHgpkqp/4HmPD7fLiwgqeF NTmo0lP81WgdbqvvOtITHmkwaQqkiAG4KGBD4dUc= Date: Tue, 8 Apr 2025 08:45:13 +0200 From: Greg KH To: Alex Deucher Cc: stable@vger.kernel.org, sashal@kernel.org, Aurabindo Pillai , Sun peng Li , Zaeem Mohamed , Daniel Wheeler Subject: Re: [PATCH] drm/amd/display: Temporarily disable hostvm on DCN31 Message-ID: <2025040802-seltzer-pedigree-d053@gregkh> References: <20250407234329.2347358-1-alexander.deucher@amd.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250407234329.2347358-1-alexander.deucher@amd.com> On Mon, Apr 07, 2025 at 07:43:29PM -0400, Alex Deucher wrote: > From: Aurabindo Pillai > > With HostVM enabled, DCN31 fails to pass validation for 3x4k60. Some Linux > userspace does not downgrade one of the monitors to 4k30, and the result > is that the monitor does not light up. Disable it until the bandwidth > calculation failure is resolved. > > Reviewed-by: Sun peng Li > Signed-off-by: Aurabindo Pillai > Signed-off-by: Zaeem Mohamed > Tested-by: Daniel Wheeler > Signed-off-by: Alex Deucher > (cherry picked from commit ba93dddfc92084a1e28ea447ec4f8315f3d8d3fd) > Cc: stable@vger.kernel.org > --- > drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) What tree(s) is this for?