Home
last modified time | relevance | path

Searched refs:max_vtotal (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c1023 if (stream_fams2_meta->method_drr.stretched_vtotal > stream_fams2_meta->max_vtotal) { in all_timings_support_drr()
1589 …stream_fams2_meta->max_vtotal = (unsigned int)math_floor((double)stream_descriptor->timing.pixel_c… in build_fams2_meta_per_stream()
1593 …stream_fams2_meta->max_vtotal = (unsigned int)math_floor((double)stream_descriptor->timing.pixel_c… in build_fams2_meta_per_stream()
1597 stream_fams2_meta->max_vtotal = stream_fams2_meta->nom_vtotal; in build_fams2_meta_per_stream()
1600 (stream_fams2_meta->max_vtotal * timing->h_total); in build_fams2_meta_per_stream()
1602 (double)stream_fams2_meta->max_vtotal * stream_fams2_meta->otg_vline_time_us; in build_fams2_meta_per_stream()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h277 unsigned int max_vtotal; member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1789 uint16_t max_vtotal; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12350 fams2_programming->max_vtotal = (uint16_t)stream_fams2_meta->max_vtotal; in dml2_core_calcs_get_stream_fams2_programming()