Searched refs:vtotal_min (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | dcn30_fpu.c | 185 double vtotal_min, vtotal_max; in optc3_fpu_set_vrr_m_const() local 196 vtotal_min = dcn_bw_floor(vtotal_avg); in optc3_fpu_set_vrr_m_const() 205 ASSERT(vtotal_min >= vblank_start + 1); in optc3_fpu_set_vrr_m_const() 210 if (vtotal_min == vtotal_max) { in optc3_fpu_set_vrr_m_const() 211 REG_SET(OTG_V_TOTAL, 0, OTG_V_TOTAL, (uint32_t)vtotal_min); in optc3_fpu_set_vrr_m_const() 233 (uint32_t)vtotal_max : (uint32_t)vtotal_min); in optc3_fpu_set_vrr_m_const() 251 REG_SET(OTG_V_TOTAL, 0, OTG_V_TOTAL, (uint32_t)vtotal_min); in optc3_fpu_set_vrr_m_const() 252 optc->funcs->set_vtotal_min_max(optc, vtotal_min, vtotal_max); in optc3_fpu_set_vrr_m_const()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/ |
D | dc_dmub_srv.h | 75 void dc_dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal_min, uint32_t vtot…
|
D | dc_dmub_srv.c | 257 void dc_dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal_min, uint32_t vtot… in dc_dmub_srv_drr_update_cmd() argument 264 cmd.drr_update.dmub_optc_state_req.v_total_min = vtotal_min; in dc_dmub_srv_drr_update_cmd()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_optc.c | 285 void optc3_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max) in optc3_set_vtotal_min_max() argument 287 optc1_set_vtotal_min_max(optc, vtotal_min, vtotal_max); in optc3_set_vtotal_min_max()
|
D | dcn30_optc.h | 353 void optc3_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | timing_generator.h | 238 void (*set_vtotal_min_max)(struct timing_generator *optc, int vtotal_min, int vtotal_max);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_lib.c | 245 dml_print("DML PARAMS: vtotal_min = %d\n", pipe_dest->vtotal_min); in dml_log_pipe_params()
|
D | display_mode_structs.h | 531 unsigned int vtotal_min; member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_optc.c | 945 void optc1_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max) in optc1_set_vtotal_min_max() argument 953 OTG_V_TOTAL_MIN, vtotal_min); in optc1_set_vtotal_min_max()
|
D | dcn10_optc.h | 679 void optc1_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max);
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | dcn20_fpu.c | 1257 pipes[pipe_cnt].pipe.dest.vtotal_min = res_ctx->pipe_ctx[i].stream->adjust.v_total_min; in dcn20_populate_dml_pipes_from_context() 1419 pipes[pipe_cnt].pipe.dest.vtotal_min = v_total; in dcn20_populate_dml_pipes_from_context()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_rq_dlg_calc_314.c | 1083 blank_lines = (dst->vblank_end + dst->vtotal_min - dst->vblank_start - dst->vstartup_start - 1); in dml_rq_dlg_get_dlg_params()
|