Searched defs:resource_context (Results 1 – 1 of 1) sorted by relevance
460 struct resource_context { struct461 struct pipe_ctx pipe_ctx[MAX_PIPES];462 bool is_stream_enc_acquired[MAX_PIPES * 2];463 bool is_audio_acquired[MAX_PIPES];464 uint8_t clock_source_ref_count[MAX_CLOCK_SOURCES];465 uint8_t dp_clock_source_ref_count;466 bool is_dsc_acquired[MAX_PIPES];467 struct link_enc_cfg_context link_enc_cfg_ctx;468 bool is_hpo_dp_stream_enc_acquired[MAX_HPO_DP2_ENCODERS];469 unsigned int hpo_dp_link_enc_to_link_idx[MAX_HPO_DP2_LINK_ENCODERS];[all …]