Searched refs:vtotal_max (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_optc.c | 304 void optc3_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max) in optc3_set_vtotal_min_max() argument 309 dc_dmub_srv_drr_update_cmd(dc, optc->inst, vtotal_min, vtotal_max); in optc3_set_vtotal_min_max() 311 optc1_set_vtotal_min_max(optc, vtotal_min, vtotal_max); in optc3_set_vtotal_min_max()
|
H A D | dcn30_optc.h | 358 void optc3_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.h | 72 …dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal_min, uint32_t vtotal_max);
|
H A D | dc_dmub_srv.c | 256 …_dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal_min, uint32_t vtotal_max) in dc_dmub_srv_drr_update_cmd() argument 262 cmd.drr_update.dmub_optc_state_req.v_total_max = vtotal_max; in dc_dmub_srv_drr_update_cmd()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | dcn30_fpu.c | 185 double vtotal_min, vtotal_max; in optc3_fpu_set_vrr_m_const() local 197 vtotal_max = dcn_bw_ceil(vtotal_avg); in optc3_fpu_set_vrr_m_const() 210 if (vtotal_min == vtotal_max) { in optc3_fpu_set_vrr_m_const() 223 ratio = vtotal_max - vtotal_avg; in optc3_fpu_set_vrr_m_const() 233 (uint32_t)vtotal_max : (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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | timing_generator.h | 239 void (*set_vtotal_min_max)(struct timing_generator *optc, int vtotal_min, int vtotal_max);
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_lib.c | 243 dml_print("DML PARAMS: vtotal_max = %d\n", pipe_dest->vtotal_max); in dml_log_pipe_params()
|
H A D | display_mode_structs.h | 532 unsigned int vtotal_max; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_optc.c | 954 void optc1_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max) in optc1_set_vtotal_min_max() argument 959 OTG_V_TOTAL_MAX, vtotal_max); in optc1_set_vtotal_min_max()
|
H A D | dcn10_optc.h | 709 void optc1_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max);
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 7633 int vdisplay_max, vtotal_max; in intel_mode_valid() local 7676 vtotal_max = 8192; in intel_mode_valid() 7682 vtotal_max = 8192; in intel_mode_valid() 7687 vtotal_max = 8192; in intel_mode_valid() 7692 vtotal_max = 4096; in intel_mode_valid() 7702 mode->vsync_start > vtotal_max || in intel_mode_valid() 7703 mode->vsync_end > vtotal_max || in intel_mode_valid() 7704 mode->vtotal > vtotal_max) in intel_mode_valid()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | dcn20_fpu.c | 1407 pipes[pipe_cnt].pipe.dest.vtotal_max = res_ctx->pipe_ctx[i].stream->adjust.v_total_max; in dcn20_populate_dml_pipes_from_context() 1570 pipes[pipe_cnt].pipe.dest.vtotal_max = v_total; in dcn20_populate_dml_pipes_from_context()
|