Skip to content

Commit 1326c19

Browse files
committed
fix(deck): Use 3d fullscreen gpu profile on deck builds
1 parent 93456eb commit 1326c19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)