Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/riva/
H A Driva_hw.h402 U032 Pitch; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h455 unsigned int Pitch,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c251 dml_uint_t Pitch,
2477 dml_uint_t Pitch, in CalculateVMAndRowBytes() argument
2571 …*DPDE0BytesFrame = (dml_uint_t)(64 * (dml_ceil((dml_float_t) (Pitch * vp_height_dpte_ub * BytePerP… in CalculateVMAndRowBytes()
2621 dml_print("DML::%s: Pitch = %u\n", __func__, Pitch); in CalculateVMAndRowBytes()
2625 …*dpte_row_width_ub_one_row_per_frame = (dml_uint_t)((dml_ceil(((dml_float_t)Pitch * (dml_float_t) … in CalculateVMAndRowBytes()
2629 …8, 1 << (dml_uint_t) dml_floor(dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch), 1))); in CalculateVMAndRowBytes()
2630 …%s: dpte_row_height term 1 = %u\n", __func__, PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch); in CalculateVMAndRowBytes()
2631 …ow_height term 2 = %f\n", __func__, dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch)); in CalculateVMAndRowBytes()
2632 … 3 = %f\n", __func__, dml_floor(dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch), 1)); in CalculateVMAndRowBytes()
2633 …__, 1 << (dml_uint_t) dml_floor(dml_log2(PTEBufferSizeInRequests * *PixelPTEReqWidth / Pitch), 1)); in CalculateVMAndRowBytes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1481 unsigned int Pitch; member
H A Ddml2_core_dcn4_calcs.c1680 …*p->dpde0_bytes_per_frame_ub = (unsigned int)(64 * (math_ceil2((double)(p->Pitch * vp_height_dpte_… in CalculateVMAndRowBytes()
1752 DML_LOG_VERBOSE("DML::%s: Pitch = %u\n", __func__, p->Pitch); in CalculateVMAndRowBytes()
1757 …*p->dpte_row_width_ub_one_row_per_frame = (unsigned int)((math_ceil2(((double)p->Pitch * (double)*… in CalculateVMAndRowBytes()
1762 …floor2(math_log((float)(p->PTEBufferSizeInRequests * *p->PixelPTEReqWidth / p->Pitch), 2.0), 1)))); in CalculateVMAndRowBytes()
1763 …*p->dpte_row_width_ub = (unsigned int)(math_ceil2(((double)p->Pitch * (double)*p->dpte_row_height … in CalculateVMAndRowBytes()
1767 …floor2(math_log((float)(p->PTEBufferSizeInRequests * PixelPTEReqWidth_linear / p->Pitch), 2.0), 1); in CalculateVMAndRowBytes()
1779 …*p->dpte_row_width_ub = (unsigned int)((math_ceil2(((double)p->Pitch * (double)*p->dpte_row_height… in CalculateVMAndRowBytes()
2918 scratch->calculate_vm_and_row_bytes_params.Pitch = p->myPipe[k].PitchC; in CalculateVMRowAndSwath()
2996 scratch->calculate_vm_and_row_bytes_params.Pitch = p->myPipe[k].PitchY; in CalculateVMRowAndSwath()
12172 mode_lib->scratch.calculate_vm_and_row_bytes_params.Pitch = pitch; in dml2_core_calcs_get_dpte_row_height()