Home
last modified time | relevance | path

Searched refs:GetBlockId (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
Dhdi_drm_composition.cpp96 if ((modeBlock != nullptr) && (modeBlock->GetBlockId() != DRM_INVALID_ID)) { in UpdateMode()
105 …= drmModeAtomicAddProperty(&pset, mCrtc->GetId(), mCrtc->GetModePropId(), modeBlock->GetBlockId()); in UpdateMode()
107 mCrtc->GetModePropId(), modeBlock->GetBlockId()); in UpdateMode()
Ddrm_connector.h58 uint32_t GetBlockId() const in GetBlockId() function