Home
last modified time | relevance | path

Searched refs:RemoveProperty (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_crtc.cpp806 RemoveProperty(DRMProperty::CORE_CLK); in ClearVotesCache()
807 RemoveProperty(DRMProperty::CORE_AB); in ClearVotesCache()
808 RemoveProperty(DRMProperty::CORE_IB); in ClearVotesCache()
809 RemoveProperty(DRMProperty::LLCC_AB); in ClearVotesCache()
810 RemoveProperty(DRMProperty::LLCC_IB); in ClearVotesCache()
811 RemoveProperty(DRMProperty::DRAM_AB); in ClearVotesCache()
812 RemoveProperty(DRMProperty::DRAM_IB); in ClearVotesCache()
Ddrm_property.h206 void RemoveProperty(DRMProperty prop);
Ddrm_property.cpp194 void DRMObject::RemoveProperty(DRMProperty prop) { in RemoveProperty() function in sde_drm::DRMObject