Summary: | [drm:r600] UVD not responding OR failed testing IB on GFX ring | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Timothée Ravier <tim> | ||||||||||
Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> | ||||||||||
Status: | RESOLVED MOVED | QA Contact: | |||||||||||
Severity: | normal | ||||||||||||
Priority: | medium | ||||||||||||
Version: | XOrg git | ||||||||||||
Hardware: | x86-64 (AMD64) | ||||||||||||
OS: | Linux (All) | ||||||||||||
Whiteboard: | |||||||||||||
i915 platform: | i915 features: | ||||||||||||
Attachments: |
|
Description
Timothée Ravier
2013-10-30 22:54:13 UTC
Created attachment 88381 [details]
dmesg log
Created attachment 88382 [details]
dmesg log freeze-cursor
Created attachment 88383 [details]
dmesg log freeze-boot-then-yellow
Did you also update mesa? Yes, I have mesa updated to 9.2.2. When I reported the previous bug I was using a custom kernel and testing packages provided by Arch Linux. But now I'm using only official and updated Arch Linux packages. My laptop is four years old, so I'll try to run GPU-demanding applications on Windows to make sure it's not a hardware problem. Created attachment 88581 [details]
dmesg log - boot then freeze at random
I managed to boot another time with modesetting enabled, but it quickly froze.
So far, every single new attempts to boot in Windows 7 have failed with a BSOD .
What's your take on this? Could it be hardware failure?
(In reply to comment #6) > Created attachment 88581 [details] > dmesg log - boot then freeze at random > > I managed to boot another time with modesetting enabled, but it quickly > froze. > > So far, every single new attempts to boot in Windows 7 have failed with a > BSOD . > > What's your take on this? Could it be hardware failure? Could be. Does powering down completely between booting different OSes help?
>nov. 02 09:16:44 leviathan kernel: Memory corruption detected in low memory
And directly after that the GPU gets into a reset loop. That indeed sounds like the system is somewhat broken.
Please also try 3.12, but I would rather advise to replace the hardware.
Completely powering down and removing the battery between boots does not help. I also tried 3.12 without success. What's bothering me is that booting and not using X works. Is there any way I could disable UVD support and just keep the nice KMS'ed VTs? (In reply to comment #9) > Completely powering down and removing the battery between boots does not > help. I also tried 3.12 without success. > > What's bothering me is that booting and not using X works. Is there any way > I could disable UVD support and just keep the nice KMS'ed VTs? Remove the UVD firmware from your system and initrd or patch the driver to not enable UVD: diff --git a/drivers/gpu/drm/radeon/radeon_uvd.c b/drivers/gpu/drm/radeon/radeon_uvd.c index 373d088..7177dbc 100644 --- a/drivers/gpu/drm/radeon/radeon_uvd.c +++ b/drivers/gpu/drm/radeon/radeon_uvd.c @@ -60,6 +60,8 @@ int radeon_uvd_init(struct radeon_device *rdev) const char *fw_name; int i, r; + return -EINVAL; + INIT_DELAYED_WORK(&rdev->uvd.idle_work, radeon_uvd_idle_work_handler); switch (rdev->family) { -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/400. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.