Home
last modified time | relevance | path

Searched refs:dpte_row_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_dcn6_calcs_dchub.c548 l->dpte_row_bytes = DPTEBytesPerRow; in dcn6_calculate_flip_schedule()
563 DML_LOG_VERBOSE("DML::%s: dpte_row_bytes = %f\n", __func__, l->dpte_row_bytes); in dcn6_calculate_flip_schedule()
593 l->hvm_scaled_row_bytes = l->num_rows * l->dpte_row_bytes * HostVMInefficiencyFactor; in dcn6_calculate_flip_schedule()
616 l->dpte_row_bytes * HostVMInefficiencyFactor / (15 * LineTime)); in dcn6_calculate_flip_schedule()
634 l->dpte_row_bytes * HostVMInefficiencyFactor / *final_flip_bw, in dcn6_calculate_flip_schedule()
643 l->dpte_row_bytes * HostVMInefficiencyFactor / (*dst_y_per_row_flip * LineTime)); in dcn6_calculate_flip_schedule()
H A Ddml2_core_dcn5_calcs_dchub.c4021 l->dpte_row_bytes = DPTEBytesPerRow; in dcn5_calculate_flip_schedule()
4040 DML_LOG_VERBOSE("DML::%s: dpte_row_bytes = %f\n", __func__, l->dpte_row_bytes); in dcn5_calculate_flip_schedule()
4083 …l->hvm_scaled_row_bytes = (l->num_rows * l->dpte_row_bytes * HostVMInefficiencyFactor + l->num_row… in dcn5_calculate_flip_schedule()
4106 (l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / (15 * LineTime)); in dcn5_calculate_flip_schedule()
4109 …DML_LOG_VERBOSE("DML::%s: lb_flip_bw for row reg limit = %f\n", __func__, (l->dpte_row_bytes * Hos… in dcn5_calculate_flip_schedule()
4133 (l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / l->ImmediateFlipBW, in dcn5_calculate_flip_schedule()
4137 …: total row bytes (hvm ineff scaled, one row) = %f\n", __func__, (l->dpte_row_bytes * HostVMIneffi… in dcn5_calculate_flip_schedule()
4139 …%f (bw-based), Tr0_trips_flip = %f (latency-based)\n", __func__, (l->dpte_row_bytes * HostVMIneffi… in dcn5_calculate_flip_schedule()
4144 …(l->dpte_row_bytes * HostVMInefficiencyFactor + meta_row_bytes) / (*dst_y_per_row_flip * LineTime)… in dcn5_calculate_flip_schedule()
5271 unsigned int dpte_row_bytes, in dcn5_get_pipe_flip_bytes() argument
[all …]
H A Ddml2_core_shared_types.h1651 double dpte_row_bytes; member