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 D | display_mode_vba_util_32.h | 468 unsigned int *dpte_row_height_one_row_per_frame,
|
| H A D | display_mode_vba_util_32.c | 2296 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 D | dml2_core_shared_types.h | 1324 unsigned int *dpte_row_height_one_row_per_frame; member
|
| H A D | dml2_core_dcn4_calcs.c | 1697 *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 D | display_mode_core.c | 265 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()
|