[Bug 102553] Venus PRO R9 M265X amdgpu: Kernel OOPS si_dpm_set_power_state unable to handle kernel NULL pointer dereference

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 31 16:38:02 UTC 2018


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

--- Comment #15 from Stefano Cipriani <cip91sk at gmail.com> ---
So I had time to try said patch on amdgpu and I don't get any more errors.
However lspci always says:

LnkSta: Speed 8GT/s, Width x8

I think it's a limitation of my laptop, even if I have "Width x16" on "LnkCap".
However, forcing a lane width of 4 when it was set to 8, like so:

if (new_lane_width != current_lane_width) {
        if(new_lane_width == 8)
                new_lane_width = 4;

I could finally verify that the width was indeed changing (x8 on balanced, x4
on battery) and that the patch was working.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180331/1ea0ea2f/attachment.html>


More information about the dri-devel mailing list