gnif / vendor-reset

Linux kernel vendor specific hardware reset module for sequences that are too complex/complicated to land in pci_quirks.c
GNU General Public License v2.0
764 stars 65 forks source link

Is it possible to support iGPU like 5900HX? #59

Open Pandaaaa906 opened 2 years ago

WSt89 commented 1 year ago

I also need support for a Radeon RX Vega 8 iGPU (Ryzen 7 PRO 5850U with Radeon Graphics / Cezanne).

I tried to load vendor-reset module for my proxmox system but device reset does not work and it even makes the host machine to shut down after using GPU in guest VM.

DocMAX commented 1 year ago

Sadly not supported generation of CPU. And @gnif is not interested in fixing that. :-( So we have to wait for AMD to fix their bugs.

ghost commented 1 year ago

Sadly not supported generation of CPU. And @gnif is not interested in fixing that. :-( So we have to wait for AMD to fix their bugs.

Is there an open bug report? Where do we need to report that? amdgpu developing bug tracker [0]?

[0] https://gitlab.freedesktop.org/drm/amd/-/issues

WSt89 commented 1 year ago

I moved my GPU dependent services from VMs to LXC and I mounted the GPU from host system into the containers. It works without any issues and it even consumes less resources.

forthal commented 1 month ago

I moved my GPU dependent services from VMs to LXC and I mounted the GPU from host system into the containers. It works without any issues and it even consumes less resources.

I tried the same, but ended up with problem because I need Windows to launch Windows apps with GPU :(

DocMAX commented 1 month ago

I moved my GPU dependent services from VMs to LXC and I mounted the GPU from host system into the containers. It works without any issues and it even consumes less resources.

Same here and it works surprisingly well