From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 97980] [amdgpu] New kernel warning during shutdown
Date: Sun, 16 Oct 2016 14:04:17 +0000 [thread overview]
Message-ID: <bug-97980-502-VT4O7WTdAY@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-97980-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 891 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=97980
--- Comment #6 from Mike Lothian <mike@fireburn.co.uk> ---
I'm still seeing this issue on the 4.9-wip branch and that has this patch
included:
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -1708,11 +1708,11 @@ void amdgpu_device_fini(struct amdgpu_device *adev)
DRM_INFO("amdgpu: finishing device.\n");
adev->shutdown = true;
+ drm_crtc_force_disable_all(adev->ddev);
/* evict vram memory */
amdgpu_bo_evict_vram(adev);
amdgpu_ib_pool_fini(adev);
amdgpu_fence_driver_fini(adev);
- drm_crtc_force_disable_all(adev->ddev);
amdgpu_fbdev_fini(adev);
r = amdgpu_fini(adev);
kfree(adev->ip_block_status);
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1698 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
next prev parent reply other threads:[~2016-10-16 14:04 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-29 18:31 [Bug 97980] [amdgpu] New kernel warning during shutdown bugzilla-daemon
2016-09-29 18:41 ` bugzilla-daemon
2016-09-29 19:03 ` bugzilla-daemon
2016-09-29 19:17 ` bugzilla-daemon
2016-09-29 21:24 ` bugzilla-daemon
2016-09-30 15:24 ` bugzilla-daemon
2016-10-05 5:49 ` bugzilla-daemon
2016-10-16 14:04 ` bugzilla-daemon [this message]
2016-10-16 14:06 ` bugzilla-daemon
2016-10-17 1:16 ` bugzilla-daemon
2016-10-17 1:17 ` bugzilla-daemon
2016-10-17 1:18 ` bugzilla-daemon
2016-10-17 1:21 ` bugzilla-daemon
2016-10-27 18:35 ` bugzilla-daemon
2016-10-27 18:41 ` bugzilla-daemon
2016-11-15 13:21 ` bugzilla-daemon
2016-12-06 15:45 ` bugzilla-daemon
2016-12-06 15:47 ` bugzilla-daemon
2016-12-06 18:53 ` bugzilla-daemon
2016-12-06 18:57 ` bugzilla-daemon
2016-12-07 20:28 ` bugzilla-daemon
2016-12-07 20:28 ` bugzilla-daemon
2016-12-08 7:43 ` bugzilla-daemon
2016-12-20 3:14 ` bugzilla-daemon
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-97980-502-VT4O7WTdAY@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).