class Owner
Defined at line 45 of file ../../src/graphics/drivers/msd-arm-mali/src/msd_arm_connection.h
Public Methods
void NdtPostScheduleAtom (std::shared_ptr<MsdArmAtom> atom)
Method names should be Ndt (Not Device Thread) prefixed to indicate that these
are called from a connection thread and their implementation must be threadsafe.
void NdtPostCancelAtoms (std::shared_ptr<MsdArmConnection> connection)
AddressSpaceObserver * NdtGetAddressSpaceObserver ()
ArmMaliCacheCoherencyStatus NdtGetCacheCoherencyStatus ()
magma::PlatformBusMapper * NdtGetBusMapper ()
bool NdtIsProtectedModeSupported ()
void NdtDeregisterConnection ()
Called after the connection's destructor has been called, so the
refcount should be 0.
void NdtSetCurrentThreadToDefaultPriority ()
std::shared_ptr<DeviceRequest::Reply> NdtPostTask (FitCallbackTask task)
std::thread::id NdtGetDeviceThreadId ()
msd::MagmaMemoryPressureLevel NdtGetCurrentMemoryPressureLevel ()