Home
last modified time | relevance | path

Searched refs:dpte_row_width_ub_one_row_per_frame (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h467 unsigned int *dpte_row_width_ub_one_row_per_frame,
H A Ddisplay_mode_vba_util_32.c2295 unsigned int *dpte_row_width_ub_one_row_per_frame, in dml32_CalculateVMAndRowBytes()
2449 …*dpte_row_width_ub_one_row_per_frame = (dml_ceil(((double)Pitch * (double)*dpte_row_height_one_row… in dml32_CalculateVMAndRowBytes()
2452 *PixelPTEBytesPerRow_one_row_per_frame = *dpte_row_width_ub_one_row_per_frame / *PixelPTEReqWidth * in dml32_CalculateVMAndRowBytes()
2524 __func__, *dpte_row_width_ub_one_row_per_frame); in dml32_CalculateVMAndRowBytes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1323 unsigned int *dpte_row_width_ub_one_row_per_frame; member
H A Ddml2_core_dcn4_calcs.c1696 *p->dpte_row_width_ub_one_row_per_frame = 0; in CalculateVMAndRowBytes()
1799 …*p->dpte_row_width_ub_one_row_per_frame = (unsigned int)((math_ceil2(((double)p->Pitch * (double)*… in CalculateVMAndRowBytes()
1800 …BytesPerRow_one_row_per_frame = (unsigned int)((double)*p->dpte_row_width_ub_one_row_per_frame / (… in CalculateVMAndRowBytes()
1865 …s: dpte_row_width_ub_one_row_per_frame = %u\n", __func__, *p->dpte_row_width_ub_one_row_per_frame); in CalculateVMAndRowBytes()
2968 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in CalculateVMRowAndSwath()
3046 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in CalculateVMRowAndSwath()
12176 …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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c264 dml_uint_t *dpte_row_width_ub_one_row_per_frame,
2480 dml_uint_t *dpte_row_width_ub_one_row_per_frame, in CalculateVMAndRowBytes()
2614 …*dpte_row_width_ub_one_row_per_frame = (dml_uint_t)((dml_ceil(((dml_float_t)Pitch * (dml_float_t) … in CalculateVMAndRowBytes()
2615 …ytesPerRow_one_row_per_frame = (dml_uint_t)((dml_float_t) *dpte_row_width_ub_one_row_per_frame / (… in CalculateVMAndRowBytes()
2684 …::%s: dpte_row_width_ub_one_row_per_frame = %u\n", __func__, *dpte_row_width_ub_one_row_per_frame); in CalculateVMAndRowBytes()