Searched refs:program_front_end_for_ctx (Results 1 – 3 of 3) sorted by relevance
44 .program_front_end_for_ctx = dcn20_program_front_end_for_ctx,
228 void (*program_front_end_for_ctx)(struct dc *dc, member
1389 if (dc->hwss.program_front_end_for_ctx) { in disable_dangling_plane()1391 dc->hwss.program_front_end_for_ctx(dc, dangling_context); in disable_dangling_plane()2205 if (dc->hwss.program_front_end_for_ctx) { in dc_commit_state_no_check()2207 dc->hwss.program_front_end_for_ctx(dc, context); in dc_commit_state_no_check()4189 if (dc->hwss.program_front_end_for_ctx) in commit_planes_for_stream()4190 dc->hwss.program_front_end_for_ctx(dc, context); in commit_planes_for_stream()4301 if (dc->hwss.program_front_end_for_ctx && update_type != UPDATE_TYPE_FAST) { in commit_planes_for_stream()4302 dc->hwss.program_front_end_for_ctx(dc, context); in commit_planes_for_stream()