Lines Matching refs:drmReq

83         ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq)  in setDisplayColorBlob()  argument
148 if ((ret = drmReq.atomicAddProperty(mDrmCrtc->id(), prop, blobId)) < 0) { in setDisplayColorBlob()
164 ExynosDisplayDrmInterface::DrmModeAtomicReq& drmReq) { in setDisplayColorSetting() argument
177 dqe.Cgc(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting()
183 dqe.DegammaLut(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting()
189 dqe.RegammaLut(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting()
195 dqe.GammaMatrix(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting()
201 dqe.LinearMatrix(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting()
207 dqe.DqeControl(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting()
213 dqe.DqeControl(), dqe, drmReq) != NO_ERROR)) { in setDisplayColorSetting()
229 if ((ret = drmReq.atomicAddProperty(mDrmCrtc->id(), prop_force_bpc, in setDisplayColorSetting()
249 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq, in setPlaneColorBlob() argument
298 if ((ret = drmReq.atomicAddProperty(plane->id(), prop, blobId)) < 0) { in setPlaneColorBlob()
311 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq, in setPlaneColorSetting() argument
379 dpp.EotfLut(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()
386 dpp.Gm(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()
393 dpp.Dtm(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()
400 dpp.OetfLut(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()
522 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq) { in setDisplayHistoBlob() argument
546 if ((ret = drmReq.atomicAddProperty(mDrmCrtc->id(), prop, blobId)) < 0) { in setDisplayHistoBlob()
556 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq) { in setDisplayHistogramSetting() argument
562 static_cast<uint32_t>(HistoBlobs::ROI), drmReq) != NO_ERROR)) { in setDisplayHistogramSetting()
568 drmReq) != NO_ERROR)) { in setDisplayHistogramSetting()
575 if ((ret = drmReq.atomicAddProperty(mDrmCrtc->id(), prop_histo_threshold, in setDisplayHistogramSetting()