From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 82781] Option to disable mclk reclocking with AMD R9 280X (TAHITI) to avoid screen flickering on VGA/CRT Date: Tue, 19 Aug 2014 17:58:04 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by gabe.freedesktop.org (Postfix) with ESMTP id 570856E356 for ; Tue, 19 Aug 2014 10:58:08 -0700 (PDT) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7192420170 for ; Tue, 19 Aug 2014 17:58:07 +0000 (UTC) Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51]) by mail.kernel.org (Postfix) with ESMTP id D780920155 for ; Tue, 19 Aug 2014 17:58:04 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugzilla.kernel.org/show_bug.cgi?id=82781 --- Comment #10 from Christian Birchinger --- I don't know why but the only way i can stop it from chaning mclk is doing this: si_dpm.c /* if ((rdev->pm.dpm.new_active_crtc_count > 1) || ni_dpm_vblank_too_short(rdev)) */ disable_mclk_switching = true; I know ni_dpm_vblank_too_short must report true because "450 <= 450". I'm totaly clueless why only hardcoding "true" keeps mclk at max 160000 also any printk i add after this wont get printed out. -- You are receiving this mail because: You are watching the assignee of the bug.