Home
last modified time | relevance | path

Searched refs:update_odm (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h317 void (*update_odm)(struct dc *dc, struct dc_state *context, struct pipe_ctx *pipe_ctx); member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1052 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()