Home
last modified time | relevance | path

Searched refs:dpde0_bytes_per_frame_ub (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1330 unsigned int *dpde0_bytes_per_frame_ub; member
H A Ddml2_core_dcn4_calcs.c1703 *p->dpde0_bytes_per_frame_ub = 0; in CalculateVMAndRowBytes()
1718 …*p->dpde0_bytes_per_frame_ub = (unsigned int)(64 * (math_ceil2((double)(p->Pitch * vp_height_dpte_… in CalculateVMAndRowBytes()
1721 *p->dpde0_bytes_per_frame_ub = 0; in CalculateVMAndRowBytes()
1725 …vm_bytes = *p->meta_pte_bytes_per_frame_ub + extra_mpde_bytes + *p->dpde0_bytes_per_frame_ub + ext… in CalculateVMAndRowBytes()
1738 dml2_printf("DML::%s: dpde0_bytes_per_frame_ub = %u\n", __func__, *p->dpde0_bytes_per_frame_ub); in CalculateVMAndRowBytes()
2975 …scratch->calculate_vm_and_row_bytes_params.dpde0_bytes_per_frame_ub = &p->dpde0_bytes_per_frame_ub… in CalculateVMRowAndSwath()
3053 …scratch->calculate_vm_and_row_bytes_params.dpde0_bytes_per_frame_ub = &p->dpde0_bytes_per_frame_ub… in CalculateVMRowAndSwath()
12183 mode_lib->scratch.calculate_vm_and_row_bytes_params.dpde0_bytes_per_frame_ub = &dummy_integer[14]; in dml2_core_calcs_get_dpte_row_height()