Home
last modified time | relevance | path

Searched refs:get_last_used_drr_vtotal (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_timing_generator.c212 .get_last_used_drr_vtotal = NULL,
/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_optc.c170 .get_last_used_drr_vtotal = NULL,
/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_optc.c229 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_optc.c267 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_optc.c293 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h240 void (*get_last_used_drr_vtotal)(struct timing_generator *optc, uint32_t *refresh_rate); member
/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_optc.c340 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c531 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c1193 .get_last_used_drr_vtotal = NULL,
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1559 .get_last_used_drr_vtotal = NULL,
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.c2234 .get_last_used_drr_vtotal = NULL,
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c459 if (pipe->stream_res.tg->funcs->get_last_used_drr_vtotal) { in dc_stream_get_last_used_drr_vtotal()
460 pipe->stream_res.tg->funcs->get_last_used_drr_vtotal(pipe->stream_res.tg, refresh_rate); in dc_stream_get_last_used_drr_vtotal()