Lines Matching refs:drmReq

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()
543 if ((ret = drmReq.atomicAddProperty(mDrmCrtc->id(), prop_force_bpc, in setDisplayColorSetting()
563 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq, in setPlaneColorBlob() argument
612 if ((ret = drmReq.atomicAddProperty(plane->id(), prop, blobId)) < 0) { in setPlaneColorBlob()
625 ExynosDisplayDrmInterface::DrmModeAtomicReq &drmReq, in setPlaneColorSetting() argument
686 dpp.EotfLut(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()
693 dpp.Gm(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()
700 dpp.Dtm(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()
707 dpp.OetfLut(), dpp, dppIndex, drmReq, planeChanged) != NO_ERROR)) { in setPlaneColorSetting()