Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c132 unsigned int pixel_per_element = dml2_core_utils_is_422_packed(SourcePixelFormat) ? 2 : 1; in dcn5_calculate_byte_per_pixel_and_block_sizes() local
138 *surf_linear128_l = (((pitch_y * pixel_per_element * *BytePerPixelY) % 256) != 0); in dcn5_calculate_byte_per_pixel_and_block_sizes()
1171 unsigned int pixel_per_element = dml2_core_utils_is_422_packed(p->SourcePixelFormat) ? 2 : 1; in dcn5_calculate_vm_and_row_bytes() local
1173 …_per_frame_ub = (unsigned int)(64 * (math_ceil2((double)(p->Pitch * pixel_per_element * vp_height_… in dcn5_calculate_vm_and_row_bytes()
1250 …_one_row_per_frame = (unsigned int)((math_ceil2(((double)p->Pitch * pixel_per_element * (double)*p… in dcn5_calculate_vm_and_row_bytes()
1255 …ath_log((float)(p->PTEBufferSizeInRequests * *p->PixelPTEReqWidth / pixel_per_element / p->Pitch),… in dcn5_calculate_vm_and_row_bytes()
1256 …*p->dpte_row_width_ub = (unsigned int)(math_ceil2(((double)p->Pitch * pixel_per_element * (double)… in dcn5_calculate_vm_and_row_bytes()
1260 …_log((float)(p->PTEBufferSizeInRequests * PixelPTEReqWidth_linear / pixel_per_element / p->Pitch),… in dcn5_calculate_vm_and_row_bytes()
1270 …*p->dpte_row_width_ub = (unsigned int)((math_ceil2(((double)p->Pitch * pixel_per_element * (double… in dcn5_calculate_vm_and_row_bytes()