Summary: | AMDGPU/Iceland Strange warnings on drm-next-4.9-wip | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Armin K <krejzi> | ||||||
Component: | DRM/AMDgpu | Assignee: | Default DRI bug account <dri-devel> | ||||||
Status: | RESOLVED MOVED | QA Contact: | |||||||
Severity: | normal | ||||||||
Priority: | medium | ||||||||
Version: | unspecified | ||||||||
Hardware: | x86-64 (AMD64) | ||||||||
OS: | Linux (All) | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Armin K
2016-08-18 22:10:44 UTC
Correction: DPM does seen to work, as indicated in performance increase in Talos Principle (17 FPS on 4.8 to 44 FPS on 4.9), but the rendering is broken. Still, message about VI performance levels is a bit confusing. I assume HP's atombios has different perf levels. It would be nice if that would be fixed. Created attachment 127964 [details]
tool
save the atombios by
atiflash -s 0 file.name
Hi Armin K, Can you help to attach hp's atombios? so i can test on my end. It says "Adapter not found." sorry, maybe the adaptor number is not 0 in your machine. can you just try the command: ./atiflash -ai on my end: the result is /home# ./atiflash -ai Adapter 0 (BN=01, DN=00, PCIID=69011002, SSID=01341002) Asic Family : Iceland if you can get the adapter number, then try to save the atom bios by ./atiflash -s number file.name Created attachment 127977 [details] [review] fix patch the attached patch is for the warning message. please help to verify. thanks. when run Talos Principle can you cat the pm info by command: cat /sys/kernel/debug/dri/64/amdgpu_pm_info (In reply to rezhu from comment #5) > sorry, maybe the adaptor number is not 0 in your machine. > can you just try the command: > ./atiflash -ai > > on my end: the result is > /home# ./atiflash -ai > Adapter 0 (BN=01, DN=00, PCIID=69011002, SSID=01341002) > Asic Family : Iceland > > if you can get the adapter number, > then try to save the atom bios by > ./atiflash -s number file.name Hm, I'm currently on 4.8.6, does that matter? 4.9 is unusable right now, see #98417 (In reply to rezhu from comment #5) > sorry, maybe the adaptor number is not 0 in your machine. > can you just try the command: > ./atiflash -ai > > on my end: the result is > /home# ./atiflash -ai > Adapter 0 (BN=01, DN=00, PCIID=69011002, SSID=01341002) > Asic Family : Iceland > > if you can get the adapter number, > then try to save the atom bios by > ./atiflash -s number file.name OK, now I feel stupid. Your command is ran as root, I wasn't doing that. However, there's another problem now: # ./atiflash -ai Adapter 0 (BN=01, DN=00, PCIID=69001002, SSID=811C103C) Asic Family : Iceland Flash Type : R600 SPI (64 KB) No VBIOS # ./atiflash -s 0 hpatombios.bin Failed to read ROM [ 139.811192] cant't get the mac of 5 [ 139.819526] [drm] ring test on 0 succeeded in 10 usecs [ 139.819729] [drm] ring test on 1 succeeded in 13 usecs [ 139.819749] [drm] ring test on 2 succeeded in 10 usecs [ 139.819757] [drm] ring test on 3 succeeded in 3 usecs [ 139.819760] [drm] ring test on 4 succeeded in 1 usecs [ 139.819765] [drm] ring test on 5 succeeded in 2 usecs [ 139.819769] [drm] ring test on 6 succeeded in 1 usecs [ 139.819774] [drm] ring test on 7 succeeded in 2 usecs [ 139.819779] [drm] ring test on 8 succeeded in 2 usecs [ 139.819812] [drm] ring test on 9 succeeded in 4 usecs [ 139.819816] [drm] ring test on 10 succeeded in 3 usecs [ 146.992737] VI should always have 2 performance levels [ 147.448605] amdgpu 0000:01:00.0: GPU pci config reset [ 151.265505] [drm] PCIE GART of 3931M enabled (table at 0x0000000000040000). In addition to original report, two more "strange" warnings now appear: [ 139.811192] cant't get the mac of 5 [ 147.448605] amdgpu 0000:01:00.0: GPU pci config reset Not sure if second one is a warning or just information (intended). I have gotten amdgpu to work on 4.9 by building it into kernel, along with all the firmware. atiflash still doesn't work. glxgears with vblank_mode=0 has broken rendering and hangs the system, requiring hard reboot. When synced to vblank, it doesn't hang anything. Forgot to add: Information from previous comment appears every time the GPU powers back up at runtime, as well as at boot before it powers down. -- 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/91. |
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.