Home
last modified time | relevance | path

Searched refs:dpte_row_height_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.h468 unsigned int *dpte_row_height_one_row_per_frame,
H A Ddisplay_mode_vba_util_32.c2296 unsigned int *dpte_row_height_one_row_per_frame, in dml32_CalculateVMAndRowBytes()
2448 *dpte_row_height_one_row_per_frame = vp_height_dpte_ub; in dml32_CalculateVMAndRowBytes()
2449 …idth_ub_one_row_per_frame = (dml_ceil(((double)Pitch * (double)*dpte_row_height_one_row_per_frame / in dml32_CalculateVMAndRowBytes()
2522 …"DML::%s: dpte_row_height_one_row_per_frame = %d\n", __func__, *dpte_row_height_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.h1324 unsigned int *dpte_row_height_one_row_per_frame; member
H A Ddml2_core_dcn4_calcs.c1697 *p->dpte_row_height_one_row_per_frame = 0; in CalculateVMAndRowBytes()
1798 *p->dpte_row_height_one_row_per_frame = vp_height_dpte_ub; in CalculateVMAndRowBytes()
1799 … (unsigned int)((math_ceil2(((double)p->Pitch * (double)*p->dpte_row_height_one_row_per_frame / (d… in CalculateVMAndRowBytes()
1864 …L::%s: dpte_row_height_one_row_per_frame = %u\n", __func__, *p->dpte_row_height_one_row_per_frame); in CalculateVMAndRowBytes()
2969 …scratch->calculate_vm_and_row_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height… in CalculateVMRowAndSwath()
3047 …scratch->calculate_vm_and_row_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height… in CalculateVMRowAndSwath()
12177 …mode_lib->scratch.calculate_vm_and_row_bytes_params.dpte_row_height_one_row_per_frame = &dummy_int… in dml2_core_calcs_get_dpte_row_height()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c265 dml_uint_t *dpte_row_height_one_row_per_frame,
2481 dml_uint_t *dpte_row_height_one_row_per_frame, in CalculateVMAndRowBytes()
2613 *dpte_row_height_one_row_per_frame = vp_height_dpte_ub; in CalculateVMAndRowBytes()
2614 …(dml_uint_t)((dml_ceil(((dml_float_t)Pitch * (dml_float_t) *dpte_row_height_one_row_per_frame / (d… in CalculateVMAndRowBytes()
2683 …"DML::%s: dpte_row_height_one_row_per_frame = %u\n", __func__, *dpte_row_height_one_row_per_frame); in CalculateVMAndRowBytes()