Searched refs:meta_row_bytes_per_row_ub_l (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 876 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member 1016 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member 1099 unsigned int meta_row_bytes_per_row_ub_l[DML2_MAX_PLANES]; member 1176 unsigned int *meta_row_bytes_per_row_ub_l; member 1975 unsigned int *meta_row_bytes_per_row_ub_l; member
|
D | dml2_core_dcn4_calcs.c | 1945 unsigned int meta_row_bytes_per_row_ub_l, in CalculateRowBandwidth() argument 1957 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime) in CalculateRowBandwidth() 1960 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime); in CalculateRowBandwidth() 3029 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_l[k]; in CalculateVMRowAndSwath() 3059 …ML::%s: k=%u, meta_row_bytes_per_row_ub_l = %u\n", __func__, k, s->meta_row_bytes_per_row_ub_l[k]); in CalculateVMRowAndSwath() 3063 p->meta_row_bytes[k] = s->meta_row_bytes_per_row_ub_l[k] + s->meta_row_bytes_per_row_ub_c[k]; in CalculateVMRowAndSwath() 3064 p->meta_row_bytes_per_row_ub_l[k] = s->meta_row_bytes_per_row_ub_l[k]; in CalculateVMRowAndSwath() 3177 p->meta_row_bytes_per_row_ub_l[k], in CalculateVMRowAndSwath() 6707 …)src_lines_to_hide_l / p->meta_row_height_l[plane_index]) * p->meta_row_bytes_per_row_ub_l[plane_i… in calculate_bytes_to_fetch_required_to_hide_latency() 8080 CalculateVMRowAndSwath_params->meta_row_bytes_per_row_ub_l = s->meta_row_bytes_per_row_ub_l; in dml_core_mode_support() [all …]
|
D | dml2_core_shared.c | 176 unsigned int meta_row_bytes_per_row_ub_l, 4622 unsigned int meta_row_bytes_per_row_ub_l, in CalculateRowBandwidth() argument 4634 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime) in CalculateRowBandwidth() 4637 *meta_row_bw = VRatio * meta_row_bytes_per_row_ub_l / (meta_row_height_luma * LineTime); in CalculateRowBandwidth() 5699 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_l[k]; in CalculateVMRowAndSwath() 5729 …ML::%s: k=%u, meta_row_bytes_per_row_ub_l = %u\n", __func__, k, s->meta_row_bytes_per_row_ub_l[k]); in CalculateVMRowAndSwath() 5733 p->meta_row_bytes[k] = s->meta_row_bytes_per_row_ub_l[k] + s->meta_row_bytes_per_row_ub_c[k]; in CalculateVMRowAndSwath() 5843 s->meta_row_bytes_per_row_ub_l[k], in CalculateVMRowAndSwath()
|