Searched refs:meta_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 D | dml2_core_shared_types.h | 568 unsigned int meta_row_bytes[DML2_MAX_PLANES]; member 759 unsigned int meta_row_bytes[DML2_MAX_PLANES]; member 1385 unsigned int *meta_row_bytes; member 1504 unsigned int *meta_row_bytes; member 1970 unsigned int meta_row_bytes; member
|
| H A D | dml2_core_dcn4_calcs.c | 1606 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in CalculateVMAndRowBytes() 1614 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in CalculateVMAndRowBytes() 1622 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestWidth * p->BytePerPixel / … in CalculateVMAndRowBytes() 1648 *p->meta_row_bytes = 0; in CalculateVMAndRowBytes() 2940 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_c[k]; in CalculateVMRowAndSwath() 3018 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_l[k]; in CalculateVMRowAndSwath() 3052 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() 3057 DML_LOG_VERBOSE("DML::%s: k=%u, meta_row_bytes = %u\n", __func__, k, p->meta_row_bytes[k]); in CalculateVMRowAndSwath() 3130 if (p->meta_row_bytes[k] <= p->DCCMetaBufferSizeBytes) { in CalculateVMRowAndSwath() 3136 DML_LOG_VERBOSE("DML::%s: k=%d, meta_row_bytes = %d\n", __func__, k, p->meta_row_bytes[k]); in CalculateVMRowAndSwath() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calc_auto.c | 746 v->meta_row_bytes[k] = v->meta_row_bytes_y + v->meta_row_bytes_c; in mode_support_and_system_configuration() 804 …v->prefetch_bw[k] = (v->meta_pte_bytes_per_frame[k] + 2.0 * v->meta_row_bytes[k] + 2.0 * v->dpte_b… in mode_support_and_system_configuration() 817 v->meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / v->prefetch_bw[k], in mode_support_and_system_configuration() 842 …>total_immediate_flip_bytes[k] + v->meta_pte_bytes_per_frame[k] + v->meta_row_bytes[k] + v->dpte_b… in mode_support_and_system_configuration() 847 …_available_for_immediate_flip * (v->meta_pte_bytes_per_frame[k] + v->meta_row_bytes[k] + v->dpte_b… in mode_support_and_system_configuration() 853 …meta_row_bytes[k] + v->dpte_bytes_per_row[k]) / v->prefetch_bw[k], (v->meta_row_bytes[k] + v->dpte… in mode_support_and_system_configuration() 918 …_pte_with_immediate_flip[k] * v->htotal[k] / v->pixel_clock[k]), (v->meta_row_bytes[k] + v->dpte_b… in mode_support_and_system_configuration()
|