Searched refs:meta_row_bytes (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml1_display_rq_dlg_calc.c | 1076 unsigned int meta_row_bytes; in dml1_rq_dlg_get_dlg_params() local 1353 meta_row_bytes = 0; in dml1_rq_dlg_get_dlg_params() 1358 meta_row_bytes = meta_bytes_per_row_ub_l; in dml1_rq_dlg_get_dlg_params() 1402 DTRACE("DLG: %s: meta_row_bytes = %d", __func__, meta_row_bytes); in dml1_rq_dlg_get_dlg_params() 1405 prefetch_bw = (vm_bytes + 2 * dpte_row_bytes + 2 * meta_row_bytes + sw_bytes) / t_pre_us; in dml1_rq_dlg_get_dlg_params() 1406 flip_bw = ((vm_bytes + dpte_row_bytes + meta_row_bytes) * dlg_sys_param->total_flip_bw) in dml1_rq_dlg_get_dlg_params() 1425 (double) (dpte_row_bytes + meta_row_bytes) / prefetch_bw, in dml1_rq_dlg_get_dlg_params() 1433 (dpte_row_bytes + meta_row_bytes) / flip_bw, in dml1_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 492 unsigned int meta_row_bytes[DML2_MAX_PLANES]; member 631 unsigned int meta_row_bytes[DML2_MAX_PLANES]; member 1207 unsigned int *meta_row_bytes; member 1326 unsigned int *meta_row_bytes; member 1778 unsigned int meta_row_bytes; member
|
H A D | dml2_core_shared.c | 652 unsigned int meta_row_bytes, 673 unsigned int meta_row_bytes); 1744 CalculateVMRowAndSwath_params->meta_row_bytes = mode_lib->ms.meta_row_bytes; in dml2_core_shared_mode_support() 2369 CalculatePrefetchSchedule_params->meta_row_bytes = mode_lib->ms.meta_row_bytes[k]; in dml2_core_shared_mode_support() 2553 mode_lib->ms.meta_row_bytes[k]); in dml2_core_shared_mode_support() 2586 mode_lib->ms.meta_row_bytes[k], in dml2_core_shared_mode_support() 4302 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in CalculateVMAndRowBytes() 4310 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in CalculateVMAndRowBytes() 4318 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestWidth * p->BytePerPixel / … in CalculateVMAndRowBytes() 4346 *p->meta_row_bytes = 0; in CalculateVMAndRowBytes() [all …]
|
H A D | dml2_core_dcn4_calcs.c | 1641 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in CalculateVMAndRowBytes() 1649 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestHeight * p->BytePerPixel /… in CalculateVMAndRowBytes() 1657 …*p->meta_row_bytes = (unsigned int)(*p->meta_row_width * *p->MetaRequestWidth * p->BytePerPixel / … in CalculateVMAndRowBytes() 1685 *p->meta_row_bytes = 0; in CalculateVMAndRowBytes() 2964 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_c[k]; in CalculateVMRowAndSwath() 3042 scratch->calculate_vm_and_row_bytes_params.meta_row_bytes = &s->meta_row_bytes_per_row_ub_l[k]; in CalculateVMRowAndSwath() 3076 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() 3081 dml2_printf("DML::%s: k=%u, meta_row_bytes = %u\n", __func__, k, p->meta_row_bytes[k]); in CalculateVMRowAndSwath() 3154 if (p->meta_row_bytes[k] <= p->DCCMetaBufferSizeBytes) { in CalculateVMRowAndSwath() 3160 dml2_printf("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()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | dcn_calcs.h | 264 float meta_row_bytes[number_of_planes_minus_one + 1]; member
|