Browse Source

added cpu core parking/pinning settings to gamemode.ini

added some info about the new cpu core parking and pinning settings in gamemode.ini
Henrik Holst 1 year ago
parent
commit
c070604a22
1 changed files with 9 additions and 0 deletions
  1. 9 0
      example/gamemode.ini

+ 9 - 0
example/gamemode.ini

@@ -75,6 +75,15 @@ inhibit_screensaver=1
 ; This corresponds to power_dpm_force_performance_level, "manual" is not supported for now
 ;amd_performance_level=high
 
+[cpu]
+; Parking or Pinning can be enabled with either "yes", "true" or "1" and disabled with "no", "false" or "0".
+; Either can also be set to a specific list of cores to park or pin, comma separated list where "-" denotes
+; a range. E.g "park_cores=1,8-15" would park cores 1 and 8 to 15.
+; The default is uncommented is to disable parking but enable pinning. If either is enabled the code will
+; currently only properly autodetect Ryzen 7900x3d and 7950x3d
+;park_cores=no
+;pin_cores=yes
+
 [supervisor]
 ; This section controls the new gamemode functions gamemode_request_start_for and gamemode_request_end_for
 ; The whilelist and blacklist control which supervisor programs are allowed to make the above requests