Searched refs:get_last_used_drr_vtotal (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_timing_generator.c | 212 .get_last_used_drr_vtotal = NULL,
|
/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_optc.c | 170 .get_last_used_drr_vtotal = NULL,
|
/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_optc.c | 229 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_optc.c | 267 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_optc.c | 293 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | timing_generator.h | 240 void (*get_last_used_drr_vtotal)(struct timing_generator *optc, uint32_t *refresh_rate); member
|
/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_optc.c | 340 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_optc.c | 531 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/drivers/gpu/drm/amd/display/dc/dce120/ |
D | dce120_timing_generator.c | 1193 .get_last_used_drr_vtotal = NULL,
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_optc.c | 1559 .get_last_used_drr_vtotal = NULL,
|
/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_timing_generator.c | 2234 .get_last_used_drr_vtotal = NULL,
|
/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 459 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()
|