diff options
| author | Max Spector <mspector@google.com> | 2021-08-18 08:25:36 -0700 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2021-08-19 15:56:50 +0200 |
| commit | e2da378b5ceacf2ee1e23913bb1bc4de502f364a (patch) | |
| tree | b8d62b6616c94190e405d9336dd83cd980dd5e39 /sys | |
| parent | a2fe1cb58994e43fb14f141ecd6e6dcce9bb697a (diff) | |
sys/linux: add /dev/mali0 to dev_bitfrost.txt
Mali GPU is at /dev/mali0 on Android.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/linux/dev_bifrost.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_bifrost.txt b/sys/linux/dev_bifrost.txt index 6bb9dc9ff..c5e3a68c2 100644 --- a/sys/linux/dev_bifrost.txt +++ b/sys/linux/dev_bifrost.txt @@ -18,6 +18,8 @@ resource fd_fence[fd] resource fd_hwcnt[fd] openat$bifrost(fd const[AT_FDCWD], file ptr[in, string["/dev/bifrost"]], flags flags[open_flags], mode const[0]) fd_bifrost +# Device name on Android +openat$mali(fd const[AT_FDCWD], file ptr[in, string["/dev/mali0"]], flags flags[open_flags], mode const[0]) fd_bifrost mmap$bifrost(addr const[0], len len[addr], prot flags[mmap_prot], flags flags[mmap_flags], fd fd_bifrost, offset fileoff) user_addr _ = __NR_mmap2 |
