rtkit: Extend IOVA to 36-bit

Required for DCP on M2.

Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
Janne Grunau 2023-01-25 21:50:52 +01:00 committed by Hector Martin
parent f68a842ab7
commit 7e33a578d8

View file

@ -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,