[Bug 104854] smu7_populate_single_firmware_entry fails to load powerplay firmware.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 9 07:36:21 UTC 2018


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

José Pekkarinen <koalinux at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #137911|0                           |1
        is obsolete|                            |

--- Comment #4 from José Pekkarinen <koalinux at gmail.com> ---
Created attachment 137923
  --> https://bugs.freedesktop.org/attachment.cgi?id=137923&action=edit
Right boot initialization

Unfortunately it seems to have been once that it booted properly, today it
doesn't boot well anymore. Here is what I could recover from that one. The plus
of the kernel is for the following irrelevant patch that hogs my boot in a
different way:

diff --git a/block/blk-core.c b/block/blk-core.c
index 82b92adf3477..f05714bea9ad 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -3650,10 +3650,6 @@ EXPORT_SYMBOL(blk_finish_plug);
  */
 void blk_pm_runtime_init(struct request_queue *q, struct device *dev)
 {
-       /* not support for RQF_PM and ->rpm_status in blk-mq yet */
-       if (q->mq_ops)
-               return;
-
        q->dev = dev;
        q->rpm_status = RPM_ACTIVE;
        pm_runtime_set_autosuspend_delay(q->dev, -1);

Please don't hesitate to ask for any other output you may need.

Thanks!

-- 
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/20180309/04531ce3/attachment.html>


More information about the dri-devel mailing list