Loading drivers/gpu/msm/kgsl_iommu.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ */ #define KGSL_IOMMU_GLOBAL_MEM_SIZE SZ_8M #define KGSL_IOMMU_GLOBAL_MEM_BASE32 0xf8000000 #define KGSL_IOMMU_GLOBAL_MEM_BASE64 0x100000000ULL #define KGSL_IOMMU_GLOBAL_MEM_BASE64 0xfc000000 #define KGSL_IOMMU_GLOBAL_MEM_BASE(__mmu) \ (MMU_FEATURE(__mmu, KGSL_MMU_64BIT) ? \ Loading Loading
drivers/gpu/msm/kgsl_iommu.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ */ #define KGSL_IOMMU_GLOBAL_MEM_SIZE SZ_8M #define KGSL_IOMMU_GLOBAL_MEM_BASE32 0xf8000000 #define KGSL_IOMMU_GLOBAL_MEM_BASE64 0x100000000ULL #define KGSL_IOMMU_GLOBAL_MEM_BASE64 0xfc000000 #define KGSL_IOMMU_GLOBAL_MEM_BASE(__mmu) \ (MMU_FEATURE(__mmu, KGSL_MMU_64BIT) ? \ Loading