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