[Bug 108606] Raven Ridge: constant lockups since latest pull from Linus

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 1 16:53:01 UTC 2018


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

--- Comment #15 from Samantha McVey <samantham at posteo.net> ---
Alex,
The conditions in your patch never get triggered. I added some print statements
in there, and gfx_v9_0_init_rlc_ext_microcode(adev) runs, but
`adev->powerplay.pp_feature &= ~PP_GFXOFF_MASK` never runs, because my
rlc_firmware_version is 531 but rlc_feature_version is 1, so
`((adev->gfx.rlc_fw_version == 531) && (adev->gfx.rlc_feature_version < 1)) {`
is false.

-- 
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/20181101/6cbd2cb6/attachment.html>


More information about the dri-devel mailing list