diff options
-rw-r--r-- | docs/misc/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/index.md b/docs/misc/index.md index 32ca10bf..0f4d1368 100644 --- a/docs/misc/index.md +++ b/docs/misc/index.md @@ -124,7 +124,7 @@ on intel gpu's is included in intel-gpu-tools. Install intel-gpu-tools: **sudo apt-get install intel-gpu-tools** You can set values: **sudo intel\_reg write 0x00061254 -<your\_value>** +your_value_in_C_hex_format** The value set has the following structure: bits \[31:16\] is PWM divider. PWM / PWM\_divider = frequency bits \[15:0\] is the duty cycle |