<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [bisected] Steam crashes when newest Iris built with LTO"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111376#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [bisected] Steam crashes when newest Iris built with LTO"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111376">bug 111376</a>
from <span class="vcard"><a class="email" href="mailto:mike@fireburn.co.uk" title="Mike Lothian <mike@fireburn.co.uk>"> <span class="fn">Mike Lothian</span></a>
</span></b>
<pre>Thanks, I'm currently working around it with:
diff --git a/src/gallium/drivers/iris/iris_screen.c
b/src/gallium/drivers/iris/iris_screen.c
index e92685d4ae6..97eaeb15d4d 100644
--- a/src/gallium/drivers/iris/iris_screen.c
+++ b/src/gallium/drivers/iris/iris_screen.c
@@ -684,8 +684,6 @@ iris_screen_create(int fd, const struct pipe_screen_config
*config)
pscreen->flush_frontbuffer = iris_flush_frontbuffer;
pscreen->get_timestamp = iris_get_timestamp;
pscreen->query_memory_info = iris_query_memory_info;
- pscreen->get_driver_query_group_info = iris_get_monitor_group_info;
- pscreen->get_driver_query_info = iris_get_monitor_info;
return pscreen;
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>