Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c1157 *p->dpde0_bytes_per_frame_ub = 0; in dcn5_calculate_vm_and_row_bytes()
1173 …*p->dpde0_bytes_per_frame_ub = (unsigned int)(64 * (math_ceil2((double)(p->Pitch * pixel_per_eleme… in dcn5_calculate_vm_and_row_bytes()
1176 *p->dpde0_bytes_per_frame_ub = 0; in dcn5_calculate_vm_and_row_bytes()
1180 …vm_bytes = *p->meta_pte_bytes_per_frame_ub + extra_mpde_bytes + *p->dpde0_bytes_per_frame_ub + ext… in dcn5_calculate_vm_and_row_bytes()
1192 …DML_LOG_VERBOSE("DML::%s: dpde0_bytes_per_frame_ub = %u\n", __func__, *p->dpde0_bytes_per_frame_ub in dcn5_calculate_vm_and_row_bytes()
1378 …scratch->calculate_vm_and_row_bytes_params.dpde0_bytes_per_frame_ub = &p->dpde0_bytes_per_frame_ub… in dcn5_calculate_vm_row_and_swath()
1459 …scratch->calculate_vm_and_row_bytes_params.dpde0_bytes_per_frame_ub = &p->dpde0_bytes_per_frame_ub… in dcn5_calculate_vm_row_and_swath()
H A Ddml2_core_shared_types.h1574 unsigned int *dpde0_bytes_per_frame_ub; member