Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h130 unsigned int DPPPerSurface[],
175 unsigned int DPPPerSurface[],
211 unsigned int DPPPerSurface[],
284 unsigned int DPPPerSurface[],
565 unsigned int DPPPerSurface[],
818 unsigned int DPPPerSurface[],
861 unsigned int DPPPerSurface[],
1016 unsigned int DPPPerSurface[],
H A Ddisplay_mode_vba_util_32.c441 unsigned int DPPPerSurface[], in dml32_CalculateSwathAndDETConfiguration()
503 DPPPerSurface, in dml32_CalculateSwathAndDETConfiguration()
519 dml_print("DML::%s: k=%0d DPPPerSurface = %d\n", __func__, k, DPPPerSurface[k]); in dml32_CalculateSwathAndDETConfiguration()
539 TotalActiveDPP = TotalActiveDPP + (ForceSingleDPP ? 1 : DPPPerSurface[k]); in dml32_CalculateSwathAndDETConfiguration()
580 DPPPerSurface, in dml32_CalculateSwathAndDETConfiguration()
707 unsigned int DPPPerSurface[], in dml32_CalculateSwathWidth()
758 } else if (DPPPerSurface[k] == 2) { in dml32_CalculateSwathWidth()
793 if (ViewportStationary[k] && DPPPerSurface[k] == 1) { in dml32_CalculateSwathWidth()
809 if (ViewportStationary[k] && DPPPerSurface[k] == 1) { in dml32_CalculateSwathWidth()
829 if (ViewportStationary[k] && DPPPerSurface[k] == 1) { in dml32_CalculateSwathWidth()
[all …]
H A Ddisplay_mode_vba_32.c425 …tchParametersWatermarksAndPerformanceCalculation.SurfaceParameters[k].DPPPerSurface = mode_lib->vb… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
767 …DeepSleepPrefetchParametersWatermarksAndPerformanceCalculation.myPipe.DPPPerSurface = mode_lib->vb… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2718 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SurfParameters[k].DPPPerSurface = mode_l… in dml32_ModeSupportAndSystemConfigurationFull()
3272 …v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.myPipe.DPPPerSurface = mode_lib->vba.NoO… in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c158 dml_uint_t DPPPerSurface[],
404 dml_uint_t DPPPerSurface[],
464 dml_uint_t DPPPerSurface[],
605 dml_uint_t DPPPerSurface[],
715 dml_uint_t DPPPerSurface[],
1122 … + (p->myPipe->ODMMode != dml_odm_mode_bypass ? 18 : 0) + (p->myPipe->DPPPerSurface - 1) * p->DPP_… in CalculatePrefetchSchedule()
1184 s->prefetch_bw_pr = s->bytes_pp * p->myPipe->PixelClock / (dml_float_t)p->myPipe->DPPPerSurface; in CalculatePrefetchSchedule()
2890 s->TotalPixelBW = s->TotalPixelBW + p->DPPPerSurface[k] in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3118 dml_uint_t DPPPerSurface[], in CalculateDCFCLKDeepSleep() argument
3140 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / HRatio[k] / PixelClock[k]; in CalculateDCFCLKDeepSleep()
[all …]
H A Ddml2_wrapper.c70 in_out_display_cfg->hw.DPPPerSurface[i] = mode_support_info->DPPPerSurface[i]; in map_hw_resources()
79 for (j = 0; j < mode_support_info->DPPPerSurface[i]; j++) { in map_hw_resources()
148 dpps_needed += p->cur_mode_support_info->DPPPerSurface[j]; in optimize_configuration()
H A Ddisplay_mode_core_structs.h451 dml_uint_t DPPPerSurface; member
657 …dml_uint_t DPPPerSurface[__DML_NUM_PLANES__]; /// <brief How many DPPs are needed drive the surfac… member
793 …dml_uint_t DPPPerSurface[__DML_NUM_PLANES__]; /// <brief How many DPPs are needed drive the surfac… member
1366 dml_uint_t *DPPPerSurface; member
1504 dml_uint_t *DPPPerSurface; member
1545 dml_uint_t *DPPPerSurface; member
H A Ddisplay_mode_util.c614 dml_print("DML: hw_resource: plane=%d, DPPPerSurface = %d\n", i, hw->DPPPerSurface[i]); in dml_print_dml_display_cfg_hw_resource()
748 num_active_pipes = num_active_pipes + display_cfg->hw.DPPPerSurface[j]; in dml_get_num_active_pipes()
791 for (dml_uint_t i = 0; i < hw->DPPPerSurface[plane_idx]; i++) { in dml_calc_pipe_plane_mapping()
H A Ddml2_utils.c539 det_scratch->dpps_per_surface[i] = in_ctx->v20.scratch.cur_display_config.hw.DPPPerSurface[i]; in dml2_verify_det_buffer_configuration()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h103 unsigned int DPPPerSurface; member
274 …unsigned int DPPPerSurface[DML2_MAX_PLANES]; /// <brief How many DPPs are needed drive the surface… member
1276 unsigned int *DPPPerSurface; member
1560 unsigned int *DPPPerSurface; member
1617 unsigned int *DPPPerSurface; member
1698 unsigned int *DPPPerSurface; member
H A Ddml2_core_dcn4.c448 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support()
454 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support()
478 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support()
H A Ddml2_core_shared.c99 unsigned int DPPPerSurface[],
345 unsigned int DPPPerSurface[],
1152 CalculateSwathAndDETConfiguration_params->DPPPerSurface = s->dummy_integer_array[2]; in dml2_core_shared_mode_support()
1593 CalculateSwathAndDETConfiguration_params->DPPPerSurface = mode_lib->ms.NoOfDPP; in dml2_core_shared_mode_support()
1654 s->SurfParameters[k].DPPPerSurface = mode_lib->ms.NoOfDPP[k]; in dml2_core_shared_mode_support()
2295 myPipe->DPPPerSurface = mode_lib->ms.NoOfDPP[k]; in dml2_core_shared_mode_support()
2688 CalculateWatermarks_params->DPPPerSurface = mode_lib->ms.NoOfDPP; in dml2_core_shared_mode_support()
2813 mode_lib->ms.support.DPPPerSurface[k] = mode_lib->ms.NoOfDPP[k]; in dml2_core_shared_mode_support()
3504 unsigned int DPPPerSurface[], in CalculateSwathWidth() argument
3536 dml2_printf("DML::%s: k=%u DPPPerSurface=%u\n", __func__, k, DPPPerSurface[k]); in CalculateSwathWidth()
[all …]
H A Ddml2_core_dcn4_calcs.c839 unsigned int DPPPerSurface[], in CalculateSwathWidth() argument
877 dml2_printf("DML::%s: k=%u DPPPerSurface=%u\n", __func__, k, DPPPerSurface[k]); in CalculateSwathWidth()
894 } else if (DPPPerSurface[k] == 2) { in CalculateSwathWidth()
950 dml2_printf("DML::%s: k=%u DPPPerSurface=%u\n", __func__, k, DPPPerSurface[k]); in CalculateSwathWidth()
958 if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth()
966 … if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth()
979 if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth()
986 … if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth()
1045 unsigned int DPPPerSurface[], in CalculateDETBufferSize() argument
1113 …l->DETBufferSizePoolInKByte = l->DETBufferSizePoolInKByte - (ForceSingleDPP ? 1 : DPPPerSurface[k]… in CalculateDETBufferSize()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h348 …unsigned int DPPPerSurface[DML2_MAX_PLANES]; /// <brief How many DPPs are needed drive the surface… member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h99 unsigned int DPPPerSurface; member