We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93456eb commit 1326c19Copy full SHA for 1326c19
system_files/deck/shared/usr/lib/udev/rules.d/30-amdgpu-power-profile.rules
@@ -0,0 +1,3 @@
1
+# Set AMDGPU power profile to 3d_FULL_SCREEN. Seems to solve low performance issues with some 6000 series devices.
2
+# See https://wiki.archlinux.org/title/AMDGPU#Power_profiles and https://gitlab.freedesktop.org/drm/amd/-/issues/1500#note_1863440
3
+KERNEL=="card[0-9]", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="manual", ATTR{device/pp_power_profile_mode}="1"
0 commit comments