Searched defs:resource_context (Results 1 – 1 of 1) sorted by relevance
444 struct resource_context { struct445 struct pipe_ctx pipe_ctx[MAX_PIPES];446 bool is_stream_enc_acquired[MAX_PIPES * 2];447 bool is_audio_acquired[MAX_PIPES];448 uint8_t clock_source_ref_count[MAX_CLOCK_SOURCES];449 uint8_t dp_clock_source_ref_count;450 bool is_dsc_acquired[MAX_PIPES];451 struct link_enc_cfg_context link_enc_cfg_ctx;452 bool is_hpo_dp_stream_enc_acquired[MAX_HPO_DP2_ENCODERS];454 int hpo_dp_link_enc_ref_cnts[MAX_HPO_DP2_LINK_ENCODERS];[all …]
Completed in 5 milliseconds