Home
last modified time | relevance | path

Searched refs:per_pipe_flip_bytes (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.h1192 unsigned int per_pipe_flip_bytes[DML2_MAX_PLANES]; member
1306 unsigned int per_pipe_flip_bytes[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn5_funcs_mode_programming.c906 s->per_pipe_flip_bytes[k] = dcn5_get_pipe_flip_bytes(s->HostVMInefficiencyFactor, in dcn5_mode_programming()
911 s->per_pipe_flip_bytes[k] = 0; in dcn5_mode_programming()
913 mode_lib->mp.TotImmediateFlipBytes += s->per_pipe_flip_bytes[k] * mode_lib->mp.NoOfDPP[k]; in dcn5_mode_programming()
946 s->per_pipe_flip_bytes[k], in dcn5_mode_programming()
H A Ddml2_core_dcn5_calcs_dchub.c4005 unsigned int per_pipe_flip_bytes, in dcn5_calculate_flip_schedule()
4119 …l->ImmediateFlipBW = (double)per_pipe_flip_bytes * BandwidthAvailableForImmediateFlip / (double)To… in dcn5_calculate_flip_schedule()
4120 DML_LOG_VERBOSE("DML::%s: per_pipe_flip_bytes = %d\n", __func__, per_pipe_flip_bytes); in dcn5_calculate_flip_schedule()
4123 …DML_LOG_VERBOSE("DML::%s: portion of flip bw = %f\n", __func__, (double)per_pipe_flip_bytes / (dou… in dcn5_calculate_flip_schedule()