Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_crtc.cpp314 string max_blendstages = "max_blendstages="; in ParseCapabilities() local
360 if (line.find(max_blendstages) != string::npos) { in ParseCapabilities()
361 crtc_info_.max_blend_stages = std::stoi(string(line, max_blendstages.length())); in ParseCapabilities()