Home
last modified time | relevance | path

Searched refs:update_mall_sel (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_init.c136 .update_mall_sel = dcn32_update_mall_sel,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
Ddcn32_init.c160 .update_mall_sel = dcn32_update_mall_sel,
Ddcn32_hwseq.c724 if (hws && hws->funcs.update_mall_sel) in dcn32_program_mall_pipe_config()
725 hws->funcs.update_mall_sel(dc, context); in dcn32_program_mall_pipe_config()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/
Dhw_sequencer_private.h166 void (*update_mall_sel)(struct dc *dc, struct dc_state *context); member