Home
last modified time | relevance | path

Searched refs:set_drr (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_timing_generator.c211 .set_drr = dce110_timing_generator_set_drr,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h211 void (*set_drr)(struct timing_generator *tg, const struct drr_params *params); member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h240 void (*set_drr)(struct pipe_ctx **pipe_ctx, int num_pipes, member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1374 if (pipe_ctx->stream_res.tg->funcs->set_drr) in apply_single_controller_ctx_to_hw()
1375 pipe_ctx->stream_res.tg->funcs->set_drr( in apply_single_controller_ctx_to_hw()
1721 static void set_drr(struct pipe_ctx **pipe_ctx, in set_drr() function
1738 pipe_ctx[i]->stream_res.tg->funcs->set_drr( in set_drr()
2759 .set_drr = set_drr,
Ddce110_timing_generator.c2233 .set_drr =
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c435 .set_drr = optc1_set_drr,
Ddcn20_hwseq.c602 if (pipe_ctx->stream_res.tg->funcs->set_drr) in dcn20_enable_stream_timing()
603 pipe_ctx->stream_res.tg->funcs->set_drr( in dcn20_enable_stream_timing()
1657 if (pipe_ctx->stream_res.tg->funcs->set_drr) in dcn20_reset_back_end_for_pipe()
1658 pipe_ctx->stream_res.tg->funcs->set_drr( in dcn20_reset_back_end_for_pipe()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c858 if (pipe_ctx->stream_res.tg->funcs->set_drr) in dcn10_reset_back_end_for_pipe()
859 pipe_ctx->stream_res.tg->funcs->set_drr( in dcn10_reset_back_end_for_pipe()
2768 pipe_ctx[i]->stream_res.tg->funcs->set_drr( in dcn10_set_drr()
3343 .set_drr = dcn10_set_drr,
Ddcn10_optc.c1503 .set_drr = optc1_set_drr,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c1230 .set_drr = dce120_timing_generator_set_drr,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c291 dc->hwss.set_drr(&pipe, in dc_stream_adjust_vmin_vmax()