All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 103370] `vblank_mode=0 DRI_PRIME=1 glxgears` will introduce GPU lock up on Intel Graphics [8086:5917] + AMD Graphics [1002:6665] (rev c3)
Date: Thu, 15 Mar 2018 06:45:54 +0000	[thread overview]
Message-ID: <bug-103370-502-BdIG8XMtqm@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-103370-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 1952 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=103370

Shih-Yuan Lee <fourdollars@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #46 from Shih-Yuan Lee <fourdollars@gmail.com> ---
The Linux kernel of Comment 45 is 4.15.0-10.11 from Ubuntu 18.04.
When I tried a later version 4.15.0-12.13, I can not reduplicate this issue on
Ubuntu 18.04.
4.15.0-12.13 contains the following commit.

commit 239b5f64e12b1f09f506c164dff0374924782979
Author: Alex Deucher <alexander.deucher@amd.com>
Date:   Tue Nov 21 12:09:38 2017 -0500

    drm/radeon: Add dpm quirk for Jet PRO (v2)

    Fixes stability issues.

    v2: clamp sclk to 600 Mhz

    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103370
    Acked-by: Christian König <christian.koenig@amd.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Cc: stable@vger.kernel.org

diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c
index ee3e742..97a0a63 100644
--- a/drivers/gpu/drm/radeon/si_dpm.c
+++ b/drivers/gpu/drm/radeon/si_dpm.c
@@ -2984,6 +2984,11 @@ static void si_apply_state_adjust_rules(struct
radeon_device *rdev,
                    (rdev->pdev->device == 0x6667)) {
                        max_sclk = 75000;
                }
+               if ((rdev->pdev->revision == 0xC3) ||
+                   (rdev->pdev->device == 0x6665)) {
+                       max_sclk = 60000;
+                       max_mclk = 80000;
+               }
        } else if (rdev->family == CHIP_OLAND) {
                if ((rdev->pdev->revision == 0xC7) ||
                    (rdev->pdev->revision == 0x80) ||

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4285 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2018-03-15  6:45 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-20  9:16 [Bug 103370] `DRI_PRIME=1 glxgears -info` halts the system with Intel Graphics [8086:5917] + AMD Graphics [1002:6665] bugzilla-daemon
2017-10-20  9:19 ` bugzilla-daemon
2017-10-20  9:20 ` bugzilla-daemon
2017-10-20  9:26 ` bugzilla-daemon
2017-10-20  9:33 ` bugzilla-daemon
2017-10-20  9:55 ` bugzilla-daemon
2017-10-20 10:01 ` bugzilla-daemon
2017-10-20 11:04 ` bugzilla-daemon
2017-10-20 14:15 ` bugzilla-daemon
2017-10-20 15:54 ` bugzilla-daemon
2017-10-24 10:12 ` bugzilla-daemon
2017-10-24 10:21 ` bugzilla-daemon
2017-10-24 10:30 ` bugzilla-daemon
2017-10-24 10:32 ` bugzilla-daemon
2017-10-24 10:44 ` bugzilla-daemon
2017-10-24 11:03 ` bugzilla-daemon
2017-10-24 11:37 ` bugzilla-daemon
2017-10-24 11:38 ` bugzilla-daemon
2017-10-25  4:31 ` bugzilla-daemon
2017-10-25  4:54 ` bugzilla-daemon
2017-10-25 22:23 ` bugzilla-daemon
2017-10-26  4:14 ` bugzilla-daemon
2017-10-26  4:15 ` bugzilla-daemon
2017-10-26  4:17 ` bugzilla-daemon
2017-10-26  8:41 ` bugzilla-daemon
2017-11-15  4:43 ` bugzilla-daemon
2017-11-15  8:02 ` bugzilla-daemon
2017-11-17  9:56 ` bugzilla-daemon
2017-11-17 10:12 ` bugzilla-daemon
2017-11-17 11:11 ` bugzilla-daemon
2017-11-17 11:12 ` [Bug 103370] `DRI_PRIME=1 glxgears -info` halts the system with Intel Graphics [8086:5917] + AMD Graphics [1002:6665] (rev c3) bugzilla-daemon
2017-11-17 11:13 ` [Bug 103370] `vblank_mode=0 DRI_PRIME=1 glxgears` will introduce GPU lock up on " bugzilla-daemon
2017-11-17 11:14 ` bugzilla-daemon
2017-11-17 15:37 ` bugzilla-daemon
2017-11-17 15:39 ` bugzilla-daemon
2017-11-20  7:56 ` bugzilla-daemon
2017-11-20 15:41 ` bugzilla-daemon
2017-11-20 15:48 ` bugzilla-daemon
2017-11-20 15:52 ` bugzilla-daemon
2017-11-21  8:05 ` bugzilla-daemon
2017-11-21  9:21 ` bugzilla-daemon
2017-11-21 17:13 ` bugzilla-daemon
2017-11-21 17:13 ` bugzilla-daemon
2017-11-22  8:59 ` bugzilla-daemon
2017-11-24  7:02 ` bugzilla-daemon
2017-11-24  8:55 ` bugzilla-daemon
2018-01-19  8:59 ` bugzilla-daemon
2018-01-29  4:35 ` bugzilla-daemon
2018-03-15  4:18 ` bugzilla-daemon
2018-03-15  6:45 ` bugzilla-daemon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-103370-502-BdIG8XMtqm@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.