Searched refs:possible_crtc_indices (Results 1 – 3 of 3) sorted by relevance
248 std::set<uint32_t> possible_crtc_indices; in RegisterDisplay() local249 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() local291 ret = encoder_mgr_->GetPossibleCrtcIndices(token->encoder_id, &possible_crtc_indices); in RegisterDisplay()300 ret = crtc_mgr_->Reserve(possible_crtc_indices, token); in RegisterDisplay()
61 int GetPossibleCrtcIndices(std::set<uint32_t> *possible_crtc_indices);91 int GetPossibleCrtcIndices(uint32_t encoder_id, std::set<uint32_t> *possible_crtc_indices);
103 int Reserve(const std::set<uint32_t> &possible_crtc_indices, DRMDisplayToken *token);