Home
last modified time | relevance | path

Searched refs:dpte_row_width_ub_one_row_per_frame (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.c1150 *p->dpte_row_width_ub_one_row_per_frame = 0; in dcn5_calculate_vm_and_row_bytes()
1250 …*p->dpte_row_width_ub_one_row_per_frame = (unsigned int)((math_ceil2(((double)p->Pitch * pixel_per… in dcn5_calculate_vm_and_row_bytes()
1251 …BytesPerRow_one_row_per_frame = (unsigned int)((double)*p->dpte_row_width_ub_one_row_per_frame / (… in dcn5_calculate_vm_and_row_bytes()
1308 …s: dpte_row_width_ub_one_row_per_frame = %u\n", __func__, *p->dpte_row_width_ub_one_row_per_frame); in dcn5_calculate_vm_and_row_bytes()
1371 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in dcn5_calculate_vm_row_and_swath()
1452 …scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub_one_row_per_frame = &s->dpte_row_widt… in dcn5_calculate_vm_row_and_swath()
H A Ddml2_core_shared_types.h1567 unsigned int *dpte_row_width_ub_one_row_per_frame; member