Re: WHL-ipc-i7 gpu display problem


Zou, Terry
 

Hi Jianjie, Yes for v2.5 release, the default config is gvt-d. If you really want to try gvt-g, switch back to v2.0 release branch please.

Remember switch GSG document to v:2.0 also, there are setting guide for gvt-g, especially kernel command line below:

 

SOS:  https://projectacrn.github.io/2.0/tutorials/using_ubuntu_as_sos.html

i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x01010F i915.domain_plane_owners=0x011111110000 i915.enable_gvt=1 i915.enable_guc=0

 

Ubuntu as a Guest:  https://projectacrn.github.io/1.6/tutorials/running_ubun_as_user_vm.html

i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x010101 i915.domain_plane_owners=0x011100001111 i915.enable_gvt=1 i915.enable_conformance_check=0 i915.enable_guc=0

$sudo mount /dev/sda1 /mnt
$ sudo sed -i "s/0x01010F/0x010101/" /mnt/loader/entries/acrn.conf
$ sudo sed -i "s/0x011111110000/0x011100001111/" /mnt/loader/entries/acrn.conf
$ sed -i 3"s/$/ i915.enable_conformance_check=0/" /mnt/loader/entries/acrn.conf
$ sudo sync && sudo umount /mnt && reboot

 

WaaG image creation: https://projectacrn.github.io/1.6/tutorials/using_windows_as_uos.html?highlight=gvt

i915.nuclear_pageflip=1 i915.avail_planes_per_pipe=0x010101 i915.domain_plane_owners=0x011100001111 i915.enable_gvt=1 i915.enable_conformance_check=0 i915.enable_guc=0

 

Best & Regards

Terry

 

From: acrn-users@... <acrn-users@...> On Behalf Of Jianjie Lin
Sent: Monday, August 23, 2021 10:58 PM
To: acrn-users@...
Subject: [acrn-users] WHL-ipc-i7 gpu display problem

 

Hi ACRN-community,

 

Our team faces the problem of the GPU-d/g for a long time. We try all the possibilities according to the resource from the tutorial or GitHub; however, the issue remains.

According to the tutorial, we use a whiskey lake i7 board for the gpu sharing or pass-through, which is fully supported by the acrn hypervisor.

 

We have tried release v2.5 as the starting point. We can successfully launch the uos in the console version, but the GPU version is either automatically rebooted or stuck for an hour without further action.

Then we return back the v2.0 since, based on the issue report, the gvt-g is a known issue since the v2.1.

However, it still does not help after we install the release version 2.0.

 

I attach three files for your diagnose

  1. the board information
  2. launch gpu file
  3. the log information.

Thank you very much for your support. Looking forward for your reply.

 

 

Mit freundlichen Grüßen / Kind regards
--------------------------------------------------------

Jianjie Lin

 

Join acrn-users@lists.projectacrn.org to automatically receive all group messages.