Searched refs:dpte_row_width_ub_one_row_per_frame (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.h | 467 unsigned int *dpte_row_width_ub_one_row_per_frame,
|
D | display_mode_vba_util_32.c | 2291 unsigned int *dpte_row_width_ub_one_row_per_frame, in dml32_CalculateVMAndRowBytes() 2445 …*dpte_row_width_ub_one_row_per_frame = (dml_ceil(((double)Pitch * (double)*dpte_row_height_one_row… in dml32_CalculateVMAndRowBytes() 2448 *PixelPTEBytesPerRow_one_row_per_frame = *dpte_row_width_ub_one_row_per_frame / *PixelPTEReqWidth * in dml32_CalculateVMAndRowBytes() 2520 __func__, *dpte_row_width_ub_one_row_per_frame); in dml32_CalculateVMAndRowBytes()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1290 unsigned int *dpte_row_width_ub_one_row_per_frame; member
|
D | dml2_core_dcn4_calcs.c | 1680 *p->dpte_row_width_ub_one_row_per_frame = 0; in CalculateVMAndRowBytes() 1783 …*p->dpte_row_width_ub_one_row_per_frame = (unsigned int)((math_ceil2(((double)p->Pitch * (double)*… in CalculateVMAndRowBytes() 1784 …BytesPerRow_one_row_per_frame = (unsigned int)((double)*p->dpte_row_width_ub_one_row_per_frame / (… in CalculateVMAndRowBytes() 1849 …s: dpte_row_width_ub_one_row_per_frame = %u\n", __func__, *p->dpte_row_width_ub_one_row_per_frame); in CalculateVMAndRowBytes() 2942 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in CalculateVMRowAndSwath() 3020 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in CalculateVMRowAndSwath() 11692 …mode_lib->scratch.calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &dummy_i… in dml2_core_calcs_get_dpte_row_height()
|
D | dml2_core_shared.c | 4356 *p->dpte_row_width_ub_one_row_per_frame = 0; in CalculateVMAndRowBytes() 4461 …*p->dpte_row_width_ub_one_row_per_frame = (unsigned int)((math_ceil2(((double)p->Pitch * (double)*… in CalculateVMAndRowBytes() 4462 …BytesPerRow_one_row_per_frame = (unsigned int)((double)*p->dpte_row_width_ub_one_row_per_frame / (… in CalculateVMAndRowBytes() 4526 …s: dpte_row_width_ub_one_row_per_frame = %u\n", __func__, *p->dpte_row_width_ub_one_row_per_frame); in CalculateVMAndRowBytes() 5612 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in CalculateVMRowAndSwath() 5690 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in CalculateVMRowAndSwath()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | display_mode_core.c | 263 dml_uint_t *dpte_row_width_ub_one_row_per_frame, 2478 dml_uint_t *dpte_row_width_ub_one_row_per_frame, in CalculateVMAndRowBytes() 2612 …*dpte_row_width_ub_one_row_per_frame = (dml_uint_t)((dml_ceil(((dml_float_t)Pitch * (dml_float_t) … in CalculateVMAndRowBytes() 2613 …ytesPerRow_one_row_per_frame = (dml_uint_t)((dml_float_t) *dpte_row_width_ub_one_row_per_frame / (… in CalculateVMAndRowBytes() 2682 …::%s: dpte_row_width_ub_one_row_per_frame = %u\n", __func__, *dpte_row_width_ub_one_row_per_frame); in CalculateVMAndRowBytes()
|