Add MMIO_REMAP heap type

Add a MMIO_REMAP heap type and expose mmio virtual address
through HsaKmtGetNodeMemoryProperties



Change-Id: I1e585e6dfbec8fa7c85f1dda7b89b763a8e2c439
Signed-off-by: Oak Zeng <Oak.Zeng@amd.com>
This commit is contained in:
Oak Zeng
2019-04-26 17:42:16 -05:00
parent e4a6a01389
commit 804aa90a22
4 changed files with 30 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ typedef enum {
FMM_LDS,
FMM_SCRATCH,
FMM_SVM,
FMM_MMIO,
FMM_LAST_APERTURE_TYPE
} aperture_type_e;