Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp324 uint32_t requested_crtc = 0; in UnsetUnusedResources() local
326 plane.second->GetRequestedCrtc(&requested_crtc); in UnsetUnusedResources()
327 if (assigned_crtc == crtc_id && requested_crtc == 0) { in UnsetUnusedResources()
329 } else if (requested_crtc == crtc_id) { in UnsetUnusedResources()
731 uint32_t requested_crtc = 0; in PostCommit() local
735 GetRequestedCrtc(&requested_crtc); in PostCommit()
740 if (requested_crtc == crtc_id && !is_lut_configured_) { in PostCommit()
744 if (requested_crtc && assigned_crtc && requested_crtc != assigned_crtc) { in PostCommit()
747 assigned_crtc, requested_crtc); in PostCommit()
751 if (requested_crtc == crtc_id || assigned_crtc == crtc_id) { in PostCommit()
[all …]