Home
last modified time | relevance | path

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

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