Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.cpp1914 : mDrmDisplayInterface(displayInterface) in DrmModeAtomicReq()
1927 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "%s", result.string()); in ~DrmModeAtomicReq()
1934 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, "destroy blob error"); in ~DrmModeAtomicReq()
1976 if (mPset->items[i].object_id == mDrmDisplayInterface->mDrmCrtc->id()) { in dumpAtomicCommitInfo()
1985 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()
1998 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()
2004 for (auto &plane : mDrmDisplayInterface->mDrmDevice->planes()) { in dumpAtomicCommitInfo()
2014 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()
2023 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in dumpAtomicCommitInfo()
2049 int ret = drmModeAtomicCommit(mDrmDisplayInterface->mDrmDevice->fd(), in commit()
[all …]
H A DExynosDisplayDrmInterface.h204 int ret = mDrmDisplayInterface->mDrmDevice->DestroyPropertyBlob(blob); in destroyOldBlobs()
206 HWC_LOGE(mDrmDisplayInterface->mExynosDisplay, in destroyOldBlobs()
218 ExynosDisplayDrmInterface *mDrmDisplayInterface = NULL; variable
221 int drmFd() const { return mDrmDisplayInterface->mDrmDevice->fd(); } in drmFd()