Searched refs:get_last_used_drr_vtotal (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_optc.c | 143 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_optc.c | 169 .get_last_used_drr_vtotal = NULL,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/ |
H A D | dce80_timing_generator.c | 212 .get_last_used_drr_vtotal = NULL,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_optc.c | 229 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_optc.c | 267 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_optc.c | 303 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | timing_generator.h | 240 void (*get_last_used_drr_vtotal)(struct timing_generator *optc, uint32_t *refresh_rate); member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_optc.c | 351 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_optc.c | 547 .get_last_used_drr_vtotal = optc2_get_last_used_drr_vtotal,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_timing_generator.c | 1193 .get_last_used_drr_vtotal = NULL,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_optc.c | 1568 .get_last_used_drr_vtotal = NULL,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_timing_generator.c | 2234 .get_last_used_drr_vtotal = NULL,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 458 if (pipe->stream_res.tg->funcs->get_last_used_drr_vtotal) { in dc_stream_get_last_used_drr_vtotal() 459 pipe->stream_res.tg->funcs->get_last_used_drr_vtotal(pipe->stream_res.tg, refresh_rate); in dc_stream_get_last_used_drr_vtotal()
|