Bug 209015
Summary: | Clocks are no longer reported for R9 390 GPU | ||
---|---|---|---|
Product: | Drivers | Reporter: | HenryJiM (henryjm11106) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alexdeucher |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.8 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
full dmesg for 5.8
Xorg log for 5.8 |
Description
HenryJiM
2020-08-23 20:45:33 UTC
Please attach your dmesg output and Xorg log (if using X). Created attachment 292149 [details]
full dmesg for 5.8
Comparing with the 5.4 output, one difference I noticed is "[ 3.795074] amdgpu 0000:29:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported"
Created attachment 292151 [details]
Xorg log for 5.8
I just retested, clocks actually are reported correctly with the Radeon driver. this issue is specific to the AMDGPU driver AMDGPU was loading regardless of kernel cmdline before: "radeon 0000:29:00.0: CIK support disabled by module param" Fixed with this patch: https://cgit.freedesktop.org/~agd5f/linux/commit/?h=drm-next&id=177e38a48168f9e70faaec34df053d2f8134ede6 Awesome, confirmed fixed with kernel 5.8.8 |