mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 22:53:04 +00:00
rtkit: Extend IOVA to 36-bit
Required for DCP on M2. Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
f68a842ab7
commit
7e33a578d8
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
#define RTKIT_MIN_VERSION 11
|
||||
#define RTKIT_MAX_VERSION 12
|
||||
|
||||
#define IOVA_MASK GENMASK(31, 0)
|
||||
#define IOVA_MASK GENMASK(35, 0)
|
||||
|
||||
enum rtkit_power_state {
|
||||
RTKIT_POWER_OFF = 0x00,
|
||||
|
|
Loading…
Reference in a new issue