Searched defs:dc_stream_state (Results 1 – 2 of 2) sorted by relevance
48 struct dc_stream_state { struct49 struct dc_sink *sink;50 struct dc_crtc_timing timing;51 struct dc_crtc_timing_adjust timing_adjust;52 struct vrr_params vrr_params;54 struct rect src; /* composition area */55 struct rect dst; /* stream addressable area */57 struct audio_info audio_info;59 struct freesync_context freesync_ctx;61 struct dc_info_packet hdr_static_metadata;[all …]
134 struct dc_stream_state { struct137 struct dc_sink *sink;139 struct dc_link *link;140 struct dc_panel_patch sink_patches;141 union display_content_support content_support;142 struct dc_crtc_timing timing;143 struct dc_crtc_timing_adjust adjust;144 struct dc_info_packet vrr_infopacket;145 struct dc_info_packet vsc_infopacket;146 struct dc_info_packet vsp_infopacket;[all …]