Searched refs:dpde0_bytes_per_frame_ub (Results 1 – 2 of 2) sorted by relevance
1157 *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()
1574 unsigned int *dpde0_bytes_per_frame_ub; member