From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 26924C28B2F for ; Mon, 17 Mar 2025 02:16:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2DE7A10E296; Mon, 17 Mar 2025 02:16:20 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="bpIFRBEw"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8227310E296 for ; Mon, 17 Mar 2025 02:16:11 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 4E69FA48CD5 for ; Mon, 17 Mar 2025 02:10:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9F17FC4CEEE for ; Mon, 17 Mar 2025 02:16:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1742177765; bh=CAwI6vCtXruff3qjcDseQVJno3Jcs50Mvf5DruhnOi8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bpIFRBEw6O7oBC0CPfSq8y84xxbyDPZYRCeQIHeN2slMQFzggpCLnVCTW1jE4WkC1 ZqcSZmpBSNbGFjRU4615T7DKlyWgi5vdB4jz3QdEGlrhqDha+AV4Js1uBiGJNpMu87 K5LJ69gjL9wexvhxB31rd5ct7muwZQRtI2uKfzI9OFfaRSIv9W75lwj69ja8bhgk0+ /HNMfv8KckBzEHEyONVUgPtHZoA7kLS7zOuCvjNBgP78kuiw7/cXY4pn710zYMDJ69 42kI7owAs2hjjxcsVymAQNpjeK3FQ19JK6PJDiGk5wF+Ebku63QkzXfc1NG6TMtKYT BKlozUD3OTlJg== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 96D10C53BC5; Mon, 17 Mar 2025 02:16:05 +0000 (UTC) From: bugzilla-daemon@kernel.org To: dri-devel@lists.freedesktop.org Subject: [Bug 219888] amdgpu: Oops connecting HDMI/DVI/DP on HD 7850 (Pitcairn) Date: Mon, 17 Mar 2025 02:16:05 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo drivers_video-dri@kernel-bugs.osdl.org X-Bugzilla-Product: Drivers X-Bugzilla-Component: Video(DRI - non Intel) X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: high X-Bugzilla-Who: alexandre.f.demers@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: drivers_video-dri@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" https://bugzilla.kernel.org/show_bug.cgi?id=3D219888 --- Comment #5 from Alexandre Demers (alexandre.f.demers@gmail.com) --- bisecting found out the following culprit: e6a901a00822659181c93c86d8bbc2a17779fddc is the first bad commit commit e6a901a00822659181c93c86d8bbc2a17779fddc (HEAD) Author: Wenjing Liu Date: Wed Apr 17 15:23:08 2024 -0400 drm/amd/display: use even ODM slice width for two pixels per container [why] When optc uses two pixel per container, each ODM slice width must be an even number. [how] If ODM slice width is odd number increase it by 1. Reviewed-by: Dillon Varone Acked-by: Wayne Lin Signed-off-by: Wenjing Liu Tested-by: Daniel Wheeler Signed-off-by: Alex Deucher --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=