Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_manager.cpp248 std::set<uint32_t> possible_crtc_indices; in RegisterDisplay() local
249 ret = encoder_mgr_->GetPossibleCrtcIndices(token->encoder_id, &possible_crtc_indices); in RegisterDisplay()
256 ret = crtc_mgr_->Reserve(possible_crtc_indices, token); in RegisterDisplay()
290 std::set<uint32_t> possible_crtc_indices; in RegisterDisplay() local
291 ret = encoder_mgr_->GetPossibleCrtcIndices(token->encoder_id, &possible_crtc_indices); in RegisterDisplay()
300 ret = crtc_mgr_->Reserve(possible_crtc_indices, token); in RegisterDisplay()
Ddrm_encoder.h61 int GetPossibleCrtcIndices(std::set<uint32_t> *possible_crtc_indices);
91 int GetPossibleCrtcIndices(uint32_t encoder_id, std::set<uint32_t> *possible_crtc_indices);
Ddrm_crtc.h103 int Reserve(const std::set<uint32_t> &possible_crtc_indices, DRMDisplayToken *token);