Searched refs:vtotal_min (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dmub_srv.h72 void dc_dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal_min, uint32_t vtotal_max);
H A Ddc_dmub_srv.c256 void dc_dmub_srv_drr_update_cmd(struct dc *dc, uint32_t tg_inst, uint32_t vtotal_min, uint32_t vtotal_max) argument
263 cmd.drr_update.dmub_optc_state_req.v_total_min = vtotal_min;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c304 void optc3_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max) argument
309 dc_dmub_srv_drr_update_cmd(dc, optc->inst, vtotal_min, vtotal_max);
311 optc1_set_vtotal_min_max(optc, vtotal_min, vtotal_max);
H A Ddcn30_optc.h358 void optc3_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c185 double vtotal_min, vtotal_max; local
196 vtotal_min = dcn_bw_floor(vtotal_avg);
205 ASSERT(vtotal_min >= vblank_start + 1);
210 if (vtotal_min == vtotal_max) {
211 REG_SET(OTG_V_TOTAL, 0, OTG_V_TOTAL, (uint32_t)vtotal_min);
233 (uint32_t)vtotal_max : (uint32_t)vtotal_min);
251 REG_SET(OTG_V_TOTAL, 0, OTG_V_TOTAL, (uint32_t)vtotal_min);
252 optc->funcs->set_vtotal_min_max(optc, vtotal_min, vtotal_max);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h239 void (*set_vtotal_min_max)(struct timing_generator *optc, int vtotal_min, int vtotal_max);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h533 unsigned int vtotal_min; member in struct:_vcs_dpi_display_pipe_dest_params_st
H A Ddisplay_mode_lib.c244 dml_print("DML PARAMS: vtotal_min = %d\n", pipe_dest->vtotal_min);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c954 void optc1_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max) argument
962 OTG_V_TOTAL_MIN, vtotal_min);
H A Ddcn10_optc.h709 void optc1_set_vtotal_min_max(struct timing_generator *optc, int vtotal_min, int vtotal_max);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1406 pipes[pipe_cnt].pipe.dest.vtotal_min = res_ctx->pipe_ctx[i].stream->adjust.v_total_min;
1569 pipes[pipe_cnt].pipe.dest.vtotal_min = v_total;

Completed in 208 milliseconds