Searched refs:update_odm (Results 1 – 2 of 2) sorted by relevance
317 void (*update_odm)(struct dc *dc, struct dc_state *context, struct pipe_ctx *pipe_ctx); member
1052 if (dc->hwss.update_odm) in dcn20_program_all_pipe_in_tree()1053 dc->hwss.update_odm(dc, context, pipe_ctx); in dcn20_program_all_pipe_in_tree()2107 dc->hwss.update_odm = dcn20_update_odm; in dcn20_hw_sequencer_construct()