Home
last modified time | relevance | path

Searched refs:update_force_pstate (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c156 .update_force_pstate = dcn32_update_force_pstate,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h157 void (*update_force_pstate)(struct dc *dc, struct dc_state *context); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2028 if (hwseq && hwseq->funcs.update_force_pstate) in dcn20_post_unlock_program_front_end()
2029 dc->hwseq->funcs.update_force_pstate(dc, context); in dcn20_post_unlock_program_front_end()