Home
last modified time | relevance | path

Searched refs:dpte_row_height_one_row_per_frame (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h468 unsigned int *dpte_row_height_one_row_per_frame,
Ddisplay_mode_vba_util_32.c2292 unsigned int *dpte_row_height_one_row_per_frame, in dml32_CalculateVMAndRowBytes()
2444 *dpte_row_height_one_row_per_frame = vp_height_dpte_ub; in dml32_CalculateVMAndRowBytes()
2445 …idth_ub_one_row_per_frame = (dml_ceil(((double)Pitch * (double)*dpte_row_height_one_row_per_frame / in dml32_CalculateVMAndRowBytes()
2518 …"DML::%s: dpte_row_height_one_row_per_frame = %d\n", __func__, *dpte_row_height_one_row_per_frame); in dml32_CalculateVMAndRowBytes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1291 unsigned int *dpte_row_height_one_row_per_frame; member
Ddml2_core_dcn4_calcs.c1681 *p->dpte_row_height_one_row_per_frame = 0; in CalculateVMAndRowBytes()
1782 *p->dpte_row_height_one_row_per_frame = vp_height_dpte_ub; in CalculateVMAndRowBytes()
1783 … (unsigned int)((math_ceil2(((double)p->Pitch * (double)*p->dpte_row_height_one_row_per_frame / (d… in CalculateVMAndRowBytes()
1848 …L::%s: dpte_row_height_one_row_per_frame = %u\n", __func__, *p->dpte_row_height_one_row_per_frame); in CalculateVMAndRowBytes()
2943 …scratch->calculate_vm_and_row_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height… in CalculateVMRowAndSwath()
3021 …scratch->calculate_vm_and_row_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height… in CalculateVMRowAndSwath()
11693 …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()
Ddml2_core_shared.c4357 *p->dpte_row_height_one_row_per_frame = 0; in CalculateVMAndRowBytes()
4460 *p->dpte_row_height_one_row_per_frame = vp_height_dpte_ub; in CalculateVMAndRowBytes()
4461 … (unsigned int)((math_ceil2(((double)p->Pitch * (double)*p->dpte_row_height_one_row_per_frame / (d… in CalculateVMAndRowBytes()
4525 …L::%s: dpte_row_height_one_row_per_frame = %u\n", __func__, *p->dpte_row_height_one_row_per_frame); in CalculateVMAndRowBytes()
5613 …scratch->calculate_vm_and_row_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height… in CalculateVMRowAndSwath()
5691 …scratch->calculate_vm_and_row_bytes_params.dpte_row_height_one_row_per_frame = &s->dpte_row_height… in CalculateVMRowAndSwath()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c264 dml_uint_t *dpte_row_height_one_row_per_frame,
2479 dml_uint_t *dpte_row_height_one_row_per_frame, in CalculateVMAndRowBytes()
2611 *dpte_row_height_one_row_per_frame = vp_height_dpte_ub; in CalculateVMAndRowBytes()
2612 …(dml_uint_t)((dml_ceil(((dml_float_t)Pitch * (dml_float_t) *dpte_row_height_one_row_per_frame / (d… in CalculateVMAndRowBytes()
2681 …"DML::%s: dpte_row_height_one_row_per_frame = %u\n", __func__, *dpte_row_height_one_row_per_frame); in CalculateVMAndRowBytes()