<div dir="ltr">Hello, my name is Storm Silva. I submitted an issue in the intel-gvt GitHub repo at <a href="https://github.com/intel/gvt-linux/issues/212">https://github.com/intel/gvt-linux/issues/212</a> and have also submitted a pull request which would fix issues #212 and #77 at <a href="https://github.com/intel/gvt-linux/pull/215">https://github.com/intel/gvt-linux/pull/215</a> but was told that requests should be sent to this email to get merged. Can someone please take a look at this? It is a simple one-line fix replacing <br><span style="color:rgb(31,35,40);font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px;background-color:rgba(175,184,193,0.2)">ret = request_firmware(&fw, path, gvt->gt->i915-><a href="http://drm.dev">drm.dev</a>);
</span>with<br><span style="color:rgb(31,35,40);font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px;background-color:rgba(175,184,193,0.2)">ret = firmware_request_nowarn(&fw, path, gvt->gt->i915-><a href="http://drm.dev">drm.dev</a>);
</span>Thank you!</div>