Home
last modified time | relevance | path

Searched refs:min_row_time (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1573 double min_row_time; member
H A Ddml2_core_dcn4_calcs.c6568 …l->min_row_time = math_min2(l->min_row_height * LineTime / VRatio, l->min_row_height_chroma * Line… in CalculateFlipSchedule()
6577 l->min_row_time = l->min_row_height * LineTime / VRatio; in CalculateFlipSchedule()
6580 DML_LOG_VERBOSE("DML::%s: min_row_time = %f\n", __func__, l->min_row_time); in CalculateFlipSchedule()
6582 DML_ASSERT(l->min_row_time > 0); in CalculateFlipSchedule()
6586 …l->max_flip_time = math_min2(math_min2(l->min_row_time, (double)max_flip_time_lines * LineTime / V… in CalculateFlipSchedule()
6633 …*ImmediateFlipSupportedForPipe = l->min_row_time >= (Tvm_trips_flip_rounded + 2 * Tr0_trips_flip_r… in CalculateFlipSchedule()
6669 …er_vm_flip >= 32 || *dst_y_per_row_flip >= 16 || l->Tvm_flip + 2 * l->Tr0_flip > l->min_row_time) { in CalculateFlipSchedule()
6698 … = %f (should be <= min_row_time=%f)\n", __func__, l->Tvm_flip + 2 * l->Tr0_flip, l->min_row_time); in CalculateFlipSchedule()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1985 dml_float_t min_row_time = 0.0; in CalculateFlipSchedule() local
2044min_row_time = dml_min(dpte_row_height * LineTime / VRatio, dpte_row_height_chroma * LineTime / VR… in CalculateFlipSchedule()
2046min_row_time = dml_min(meta_row_height * LineTime / VRatio, meta_row_height_chroma * LineTime / VR… in CalculateFlipSchedule()
2048min_row_time = dml_min4(dpte_row_height * LineTime / VRatio, meta_row_height * LineTime / VRatio, … in CalculateFlipSchedule()
2052 min_row_time = dpte_row_height * LineTime / VRatio; in CalculateFlipSchedule()
2054 min_row_time = meta_row_height * LineTime / VRatio; in CalculateFlipSchedule()
2056 min_row_time = dml_min(dpte_row_height * LineTime / VRatio, meta_row_height * LineTime / VRatio); in CalculateFlipSchedule()
2060 …TimeForFetchingMetaPTEImmediateFlip + 2 * TimeForFetchingRowInVBlankImmediateFlip > min_row_time) { in CalculateFlipSchedule()
2084 dml_print("DML::%s: min_row_time = %f\n", __func__, min_row_time); in CalculateFlipSchedule()