<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - lspci blocks forever with a GP107M"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101665#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - lspci blocks forever with a GP107M"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101665">bug 101665</a>
from <span class="vcard"><a class="email" href="mailto:karolherbst@gmail.com" title="Karol Herbst <karolherbst@gmail.com>"> <span class="fn">Karol Herbst</span></a>
</span></b>
<pre>this is because lspci reads the config file, which then triggers a full GPU
wake up, which is a silly thing to do in the first place.
What we need is something like this in the kernel:
<a href="https://github.com/karolherbst/linux/commit/cb918e4c926990dfcfce92e1ecd905e0896de605">https://github.com/karolherbst/linux/commit/cb918e4c926990dfcfce92e1ecd905e0896de605</a>
and then make use of those in userspace, so that we don't need to read config
every time anymore.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>