Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h425 double PixelPTEBytesPerRow[],
462 unsigned int *PixelPTEBytesPerRow,
735 unsigned int PixelPTEBytesPerRow,
H A Ddisplay_mode_vba_32.c524 v->PixelPTEBytesPerRow, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
803 (unsigned int)v->PixelPTEBytesPerRow[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1033 + 2 * v->PixelPTEBytesPerRow[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1037 + v->PixelPTEBytesPerRow[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1052 (unsigned int)v->PixelPTEBytesPerRow[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h698 unsigned int PixelPTEBytesPerRow[DML2_MAX_PLANES];
1363 unsigned int *PixelPTEBytesPerRow;
1490 unsigned int *PixelPTEBytesPerRow; // for bandwidth calculation
1945 unsigned int PixelPTEBytesPerRow;
697 unsigned int PixelPTEBytesPerRow[DML2_MAX_PLANES]; global() member
1362 unsigned int *PixelPTEBytesPerRow; global() member
1489 unsigned int *PixelPTEBytesPerRow; // for bandwidth calculation global() member
1942 unsigned int PixelPTEBytesPerRow; global() member
H A Ddml2_core_dcn4_calcs.c1679 *p->PixelPTEBytesPerRow = 0; in CalculateVMAndRowBytes()
1791 *p->PixelPTEBytesPerRow = (unsigned int)((double)*p->dpte_row_width_ub / (double)*p->PixelPTEReqWidth * *p->PTERequestSize); in CalculateVMAndRowBytes()
1816 *p->PixelPTEBytesPerRow = *p->dpte_row_width_ub / *p->PixelPTEReqWidth * *p->PTERequestSize; in CalculateVMAndRowBytes()
1826 *p->PixelPTEBytesPerRow = (unsigned int)((double)*p->dpte_row_width_ub / (double)*p->PixelPTEReqHeight * *p->PTERequestSize); in CalculateVMAndRowBytes()
1833 *p->PixelPTEBytesPerRow = 0; in CalculatePrefetchSourceLines()
1837 *p->PixelPTEBytesPerRowStorage = *p->PixelPTEBytesPerRow; in CalculatePrefetchSourceLines()
1846 DML_LOG_VERBOSE("DML::%s: PixelPTEBytesPerRow = %u\n", __func__, *p->PixelPTEBytesPerRow); in CalculatePrefetchSourceLines()
2952 scratch->calculate_vm_and_row_bytes_params.PixelPTEBytesPerRow = &s->PixelPTEBytesPerRowC[k]; in CalculateVMRowAndSwath()
3030 scratch->calculate_vm_and_row_bytes_params.PixelPTEBytesPerRow in CalculateVMRowAndSwath()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c260 dml_uint_t *PixelPTEBytesPerRow,
1211 (p->MetaRowByte + p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor) / s->prefetch_bw_oto, in CalculatePrefetchSchedule()
1215 dml_print("DML::%s: Tr0_oto max0 = %f\n", __func__, (p->MetaRowByte + p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor) / s->prefetch_bw_oto); in CalculatePrefetchSchedule()
1246 dml_print("DML::%s: PixelPTEBytesPerRow = %u\n", __func__, p->PixelPTEBytesPerRow); in CalculatePrefetchSchedule()
1279 s->dep_bytes = dml_max(p->PDEAndMetaPTEBytesFrame * p->HostVMInefficiencyFactor, p->MetaRowByte + p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor); in CalculatePrefetchSchedule()
1294 + 2 * p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor in CalculatePrefetchSchedule()
1302 s->PrefetchBandwidth1 = (p->PDEAndMetaPTEBytesFrame * p->HostVMInefficiencyFactor + 2 * p->MetaRowByte + 2 * p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor) / in CalculatePrefetchSchedule()
1313 s->PrefetchBandwidth3 = (2 * p->MetaRowByte + 2 * p->PixelPTEBytesPerRow * p->HostVMInefficiencyFactor + s->prefetch_sw_bytes) / in CalculatePrefetchSchedule()
1322 s->PrefetchBandwidth3 = (2 * p->MetaRowByte + 2 * p->PixelPTEBytesPerRow * in CalculatePrefetchSchedule()
2459 CalculateVMAndRowBytes(dml_bool_t ViewportStationary,dml_bool_t DCCEnable,dml_uint_t NumberOfDPPs,dml_uint_t BlockHeight256Bytes,dml_uint_t BlockWidth256Bytes,enum dml_source_format_class SourcePixelFormat,dml_uint_t SurfaceTiling,dml_uint_t BytePerPixel,enum dml_rotation_angle SourceScan,dml_uint_t SwathWidth,dml_uint_t ViewportHeight,dml_uint_t ViewportXStart,dml_uint_t ViewportYStart,dml_bool_t GPUVMEnable,dml_uint_t GPUVMMaxPageTableLevels,dml_uint_t GPUVMMinPageSizeKBytes,dml_uint_t PTEBufferSizeInRequests,dml_uint_t Pitch,dml_uint_t DCCMetaPitch,dml_uint_t MacroTileWidth,dml_uint_t MacroTileHeight,dml_uint_t * MetaRowByte,dml_uint_t * PixelPTEBytesPerRow,dml_uint_t * PixelPTEBytesPerRowStorage,dml_uint_t * dpte_row_width_ub,dml_uint_t * dpte_row_height,dml_uint_t * dpte_row_height_linear,dml_uint_t * PixelPTEBytesPerRow_one_row_per_frame,dml_uint_t * dpte_row_width_ub_one_row_per_frame,dml_uint_t * dpte_row_height_one_row_per_frame,dml_uint_t * MetaRequestWidth,dml_uint_t * MetaRequestHeight,dml_uint_t * meta_row_width,dml_uint_t * meta_row_height,dml_uint_t * PixelPTEReqWidth,dml_uint_t * PixelPTEReqHeight,dml_uint_t * PTERequestSize,dml_uint_t * DPDE0BytesFrame,dml_uint_t * MetaPTEBytesFrame) CalculateVMAndRowBytes() argument
[all...]
H A Ddisplay_mode_core_structs.h1029 dml_uint_t PixelPTEBytesPerRow[__DML_NUM_PLANES__]; member
1448 dml_uint_t *PixelPTEBytesPerRow; member
1613 dml_uint_t PixelPTEBytesPerRow; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h938 double PixelPTEBytesPerRow[DC__NUM_DPP__MAX]; member