Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c2554 double Tex_trips; in dcn5_calculate_extra_latency() local
2572 Tex_trips = (display_cfg->hostvm_enable && hostvm_mode == 1) ? (2.0 * Ttrip) : 0.0; in dcn5_calculate_extra_latency()
2590 *ExtraLatency = *ExtraLatency + Tex_trips; in dcn5_calculate_extra_latency()
2597 DML_LOG_VERBOSE("DML::%s: Tex_trips=%f\n", __func__, Tex_trips); in dcn5_calculate_extra_latency()