Lines Matching refs:drmReq
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,
346 int32_t setupPartialRegion(DrmModeAtomicReq &drmReq);
356 int32_t setupWritebackCommit(DrmModeAtomicReq &drmReq);
357 int32_t clearWritebackCommit(DrmModeAtomicReq &drmReq);
360 int32_t updateColorSettings(DrmModeAtomicReq &drmReq, uint64_t dqeEnabled);