Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,4 +691,4 @@ Example output:

#### Panfrost notes

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just write this:

#### Panfrost and Panthor notes
- GPU usage requires `echo N | sudo tee /sys/class/drm/renderD*/device/profiling`
  - Where N is a number, 1 for panfrost and 3 for panthor.

- GPU usage requires `echo 1 | sudo tee /sys/class/drm/renderD*/device/profiling`
- If your linux kenel is newer than 6.10 and using "Panthor" drm driver,requires `echo 2 | sudo tee /sys/class/drm/renderD*/device/profiling`
- If your linux kenel is newer than 6.10 and using "Panthor" drm driver,requires `echo 3 | sudo tee /sys/class/drm/renderD*/device/profiling`