AMD passthrough driver not work in appVM

I try GPU passthrough in qubes. I have laptop with 2 GPUs. I need use GPU passthrough for my rx550.
I use this: Contents/windows-gaming-hvm.md at master · Qubes-Community/Contents · GitHub Another 2. GPU passthrough post

I detached GPU from dom0 and send it to appVM, but driver not work. I has this in appVM:

$ lspci -nnk
00:08.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM] [1002:6987] (rev c0)
	Subsystem: Acer Incorporated [ALI] Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM] [1025:152b]
	Kernel modules: amdgpu

I haven’t kernel driver in use.

I send this devices to my appVM and I block their for dom0 in /etc/default/grub

...
01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM]  (rev c0)
...
05:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1637
...

I tried to use passthrough for different appVM(debian,ubuntu,fedora).

inxi -SMCGx Show this:

...
Graphics:
  Device-1: vendor: Red Hat driver: N/A bus-ID: 00:04.0
  Device-2: AMD Lexa [Radeon 540X/550X/630 / RX 640 E9171 MCM]
    vendor: Acer Incorporated ALI driver: N/A arch: GCN-4 bus-ID: 00:07.0
  Display: x11 server: X.Org v: 1.21.1.5 driver: N/A
    resolution: 1920x1080~46Hz
  API: OpenGL v: 4.5 Mesa 22.3.1 renderer: llvmpipe (LLVM 15.0.6 256 bits)
    direct render: Yes
...