Lines Matching refs:drmReq
356 ExynosDisplayDrmInterface::DrmModeAtomicReq __unused &drmReq) { in setDisplayColorSetting() argument
360 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq, in setPlaneColorSetting() argument
382 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq) { in setDisplayHistogramSetting() argument
387 int32_t setHistogramChannelConfigBlob(ExynosDisplayDrmInterface::DrmModeAtomicReq& drmReq,
389 int32_t clearHistogramChannelConfigBlob(ExynosDisplayDrmInterface::DrmModeAtomicReq& drmReq,
473 DrmModeAtomicReq &drmReq) { in setMode()
481 drmReq.addOldBlob(old_blob_id); in setMode()
489 void apply(ModeState &toModeState, DrmModeAtomicReq &drmReq) { in apply()
490 toModeState.setMode(mode, blob_id, drmReq); in apply()
491 drmReq.addOldBlob(old_blob_id); in apply()
508 int32_t setDisplayMode(DrmModeAtomicReq& drmReq, const uint32_t& modeBlob,
510 int32_t clearDisplayMode(DrmModeAtomicReq &drmReq);
511 int32_t clearDisplayPlanes(DrmModeAtomicReq &drmReq);
518 int32_t setupCommitFromDisplayConfig(DrmModeAtomicReq &drmReq,
524 int32_t setupPartialRegion(DrmModeAtomicReq &drmReq);
534 int32_t setupWritebackCommit(DrmModeAtomicReq &drmReq);
535 int32_t clearWritebackCommit(DrmModeAtomicReq &drmReq);
538 int32_t updateColorSettings(DrmModeAtomicReq &drmReq, uint64_t dqeEnabled);