Home
last modified time | relevance | path

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 Ddml2_core_dcn5_calcs_dchub.c1098 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in dcn5_calculate_vm_and_row_bytes()
1106 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in dcn5_calculate_vm_and_row_bytes()
1114 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestWidth * p->BytePerPixel / … in dcn5_calculate_vm_and_row_bytes()
1140 *p->meta_row_bytes = 0; in dcn5_calculate_vm_and_row_bytes()
1380 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_c[k]; in dcn5_calculate_vm_row_and_swath()
1461 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_l[k]; in dcn5_calculate_vm_row_and_swath()
1497 p->meta_row_bytes[k] = s->meta_row_bytes_per_row_ub_l[k] + s->meta_row_bytes_per_row_ub_c[k]; in dcn5_calculate_vm_row_and_swath()
1501 DML_LOG_VERBOSE("DML::%s: k=%u, meta_row_bytes = %u\n", __func__, k, p->meta_row_bytes[k]); in dcn5_calculate_vm_row_and_swath()
1574 if (p->meta_row_bytes[k] <= p->DCCMetaBufferSizeBytes) { in dcn5_calculate_vm_row_and_swath()
1578 DML_LOG_VERBOSE("DML::%s: k=%d, meta_row_bytes = %d\n", __func__, k, p->meta_row_bytes[k]); in dcn5_calculate_vm_row_and_swath()
[all …]
H A Ddml2_core_shared_types.h581 unsigned int meta_row_bytes[DML2_MAX_PLANES]; member
809 unsigned int meta_row_bytes[DML2_MAX_PLANES]; member
1457 unsigned int *meta_row_bytes; member
1576 unsigned int *meta_row_bytes; member
2044 unsigned int meta_row_bytes; member
H A Ddml2_core_dcn5_funcs_mode_programming.c397 CalculateVMRowAndSwath_params->meta_row_bytes = mode_lib->mp.meta_row_bytes; in dcn5_mode_programming()
713 CalculatePrefetchSchedule_params->meta_row_bytes = mode_lib->mp.meta_row_bytes[k]; in dcn5_mode_programming()
909 mode_lib->mp.meta_row_bytes[k]); in dcn5_mode_programming()
918 DML_LOG_VERBOSE("DML::%s: meta_row_bytes = %u\n", __func__, mode_lib->mp.meta_row_bytes[k]); in dcn5_mode_programming()
947 mode_lib->mp.meta_row_bytes[k], in dcn5_mode_programming()