I’m trying to see if its possible to passthrough the iGPU of the Ryzen 7 7840HS CPU to a VM on ESXi. I was hoping to use the GPU for various funtions.
I’m able to assign the PCI deivce to a VM successfully, but in the linux VM, the amdgpu driver never loads. and give a error below: (running 6.2 kernel on ubuntu 22.04)
[ 2.425810] amdgpu 0000:02:03.0: amdgpu: get invalid ip discovery binary signature from vram
[ 2.425812] amdgpu 0000:02:03.0: amdgpu: amdgpu_discovery is not set properly
[ 2.425812] amdgpu 0000:02:03.0: amdgpu: failed to read ip discovery binary from file
[ 2.425815] [drm:amdgpu_discovery_reg_base_init [amdgpu]] ERROR amdgpu_discovery_init failed
[ 2.425975] amdgpu 0000:02:03.0: amdgpu: Fatal error during GPU init
Anyone have any success with this yet, or any thoughts on settings to try?