How to SLOW DOWN gpu fan with blacklisted driver amdgpu? (GPU passtrough)

Hi!

Is it possible to slow down the gpu fan of my 2nd card from Radeon when it's driver blacklisted under
/etc/modprobe.d/...?

Because when the "amdgpu kernel module" is blacklisted, the gpu fan of the Radeon card is very loud.

I need blacklisted "amdgpu" for GPU passtrough with VFIO.

With enabled 'amdgpu' kernel module, the gpu fan of the Radeon card is quiet.

Is there a tool/workaround for slow down the gpu fan of the 2nd Radeon card without
enabled driver (amdgpu kernel module?

Card-name: ASRock Incorporation Vega 10 XL/XT [Radeon RX Vega 56/64]

Path:
/sys/class/drm/card1/device/

Files:
power_dpm_force_performance_level = Auto
power_dpm_state = Auto
pp_cur_state = 1
pp_force_state =
pp_mclk_od = 0

pp_num_states =
states: 2
0 boot
1 performance

pp_power_profile_mode =
NUM MODE_NAME BUSY_SET_POINT FPS USE_RLC_BUSY MIN_ACTIVE_LEVEL
0 BOOTUP_DEFAULT*: 70 60 0 0
1 3D_FULL_SCREEN : 70 60 1 3
2 POWER_SAVING : 90 60 0 0
3 VIDEO : 70 60 0 0
4 VR : 70 90 0 0
5 COMPUTE : 30 60 0 6
6 CUSTOM : 0 0 0 0

pp_sclk_od = 0

Path:
/sys/bus/pci/devices/0000:04:00.0/

Files:
power_dpm_force_performance_level = Auto
power_dpm_state = Auto
pp_cur_state = 1
pp_force_state =
pp_mclk_od = 0

pp_num_states =
states: 2
0 boot
1 performance

pp_power_profile_mode =
NUM MODE_NAME BUSY_SET_POINT FPS USE_RLC_BUSY MIN_ACTIVE_LEVEL
0 BOOTUP_DEFAULT*: 70 60 0 0
1 3D_FULL_SCREEN : 70 60 1 3
2 POWER_SAVING : 90 60 0 0
3 VIDEO : 70 60 0 0
4 VR : 70 90 0 0
5 COMPUTE : 30 60 0 6
6 CUSTOM : 0 0 0 0

pp_sclk_od = 0

I want set "pp_power_profile_mode" to '5' - COMPUTE

How can I change the profile mode to COMPUTE?

Added to my rc.local in /etc/

#!/bin/sh

/bin/echo 1 > sys/class/drm/card0/device/driver/0000:04:00.0/hwmon/hwmon0/pwm1_enable
/bin/sleep 1

/bin/echo 45 > /sys/class/drm/card0/device/driver/0000:04:00.0/hwmon/hwmon0/pwm1
/bin/sleep 1

exit 0

"SOLVED"