Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_timing_generator.c212 .get_last_used_drr_vtotal = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h228 void (*get_last_used_drr_vtotal)(struct timing_generator *optc, uint32_t *refresh_rate); member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_optc.c316 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c564 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c1193 .get_last_used_drr_vtotal = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c1563 .get_last_used_drr_vtotal = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.c2234 .get_last_used_drr_vtotal = NULL,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc.c357 if (pipe->stream_res.tg->funcs->get_last_used_drr_vtotal) { in dc_stream_get_last_used_drr_vtotal()
358 pipe->stream_res.tg->funcs->get_last_used_drr_vtotal(pipe->stream_res.tg, refresh_rate); in dc_stream_get_last_used_drr_vtotal()