Searched refs:drmReq (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.h | 290 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq) in setDisplayColorSetting() argument 293 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq, in setPlaneColorSetting() argument 314 DrmModeAtomicReq &drmReq) { in setMode() 315 drmReq.addOldBlob(old_blob_id); in setMode() 323 void apply(ModeState &toModeState, DrmModeAtomicReq &drmReq) { in apply() 324 toModeState.setMode(mode, blob_id, drmReq); in apply() 325 drmReq.addOldBlob(old_blob_id); in apply() 330 int32_t setDisplayMode(DrmModeAtomicReq &drmReq, const uint32_t modeBlob); 331 int32_t clearDisplayMode(DrmModeAtomicReq &drmReq); 340 int32_t setupCommitFromDisplayConfig(DrmModeAtomicReq &drmReq, [all …]
|
/hardware/google/graphics/gs101/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterfaceModule.cpp | 412 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq) in setDisplayColorBlob() argument 459 if ((ret = drmReq.atomicAddProperty(mDrmCrtc->id(), prop, blobId)) < 0) { in setDisplayColorBlob() 474 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq) in setDisplayColorSetting() argument 490 dqe.Cgc(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting() 496 dqe.DegammaLut(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting() 502 dqe.RegammaLut(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting() 508 dqe.GammaMatrix(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting() 514 dqe.LinearMatrix(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting() 520 dqe.DqeControl(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting() 526 dqe.DqeControl(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting() [all …]
|
D | ExynosDisplayDrmInterfaceModule.h | 35 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq); 37 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq, 122 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq); 131 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq,
|