Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
The huc doens't work on xe driver.
I tried to change "i915.enable_guc=2 to xe.enable_guc=2" in cmdline, but it doesn’t work.
Is the HUC loaded and enabled on XE? If not, please help to enable it.
Thanks.
(Lucas) Re-purposing this issue: it's now enabled on all platforms but DG2
Edited
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
There's no /lib/firmware/xe folder, I made a new one and copy the files from /lib/firmware/i915
It doesn't work. Are the firmwares for xe the same as for i915, if not, Where I can get the firmwares for xe?
Thanks.
Effie
I works on TGL, get the firmware modinfo as following:
root@DUT1305TGLU:/lib# modinfo firmaware modules/6.1.0-xe+/kernel/drivers/gpu/drm/xe/xe.ko | grep -i huc
modinfo: ERROR: Module firmaware not found.
firmware: xe/tgl_huc_7.9.3.bin
firmware: xe/dg1_huc_7.9.3.bin
@Effiey you have a typo. Also the modinfo command is to check the firmware blobs the driver expect on the filesystem. To check if huc is loading, load xe and check dmesg.
@demarchi Do you mean that I missed "-F"?
If so, I added it and there's no info displayed.
modinfo -F firmaware /lib/modules/6.1.0-xe+/kernel/drivers/gpu/drm/xe/xe.ko | grep -i huc
@kode54 / @Effiey see the output of the modinfo command above. Currently it's only implemented for TGL and DG1. DG2 needs a little bit more work due to the GuC deprivilege.
I think ADL-S/ADL-P/RKL may be easier to add. @anushas can you help with these?