Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.cpp607 const string mdp_transfer_time_us = "mdp_transfer_time_us="; in ParseModeProperties() local
640 } else if (line.find(mdp_transfer_time_us) != string::npos) { in ParseModeProperties()
641 mode_item->transfer_time_us = std::stoi(string(line, mdp_transfer_time_us.length())); in ParseModeProperties()