Searched refs:enable_phantom_streams (Results 1 – 3 of 3) sorted by relevance
111 .enable_phantom_streams = dcn32_enable_phantom_streams,
409 void (*enable_phantom_streams)(struct dc *dc, struct dc_state *context); member
3833 if (dc->hwss.enable_phantom_streams) in commit_planes_for_stream()3834 dc->hwss.enable_phantom_streams(dc, context); in commit_planes_for_stream()