Searched refs:program_front_end_for_ctx (Results 1 – 2 of 2) sorted by relevance
1411 if (dc->hwss.program_front_end_for_ctx) { in disable_dangling_plane()1413 dc->hwss.program_front_end_for_ctx(dc, dangling_context); in disable_dangling_plane()2241 if (dc->hwss.program_front_end_for_ctx) { in dc_commit_state_no_check()2243 dc->hwss.program_front_end_for_ctx(dc, context); in dc_commit_state_no_check()4322 if (dc->hwss.program_front_end_for_ctx) in commit_planes_for_stream()4323 dc->hwss.program_front_end_for_ctx(dc, context); in commit_planes_for_stream()4433 if (dc->hwss.program_front_end_for_ctx && update_type != UPDATE_TYPE_FAST) { in commit_planes_for_stream()4434 dc->hwss.program_front_end_for_ctx(dc, context); in commit_planes_for_stream()
1014 void (*program_front_end_for_ctx)(struct dc *dc, member