/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_mode_vba_util_32.h | 130 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[],
|
D | display_mode_vba_util_32.c | 441 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 …]
|
D | display_mode_vba_32.c | 425 …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-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_dc_resource_mgmt.c | 814 mpc_factor = (unsigned int)disp_cfg->hw.DPPPerSurface[cfg_idx]; in get_target_mpc_factor() 1053 const unsigned int *ODMMode, *DPPPerSurface; in dml2_map_dc_pipes() local 1074 DPPPerSurface = (const unsigned int *)dpp_per_surface_array; in dml2_map_dc_pipes() 1078 DPPPerSurface = disp_cfg->hw.DPPPerSurface; in dml2_map_dc_pipes() 1135 scratch.mpc_info.mpc_factor = DPPPerSurface[plane_disp_cfg_index]; in dml2_map_dc_pipes()
|
D | display_mode_core.c | 158 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() 2889 s->TotalPixelBW = s->TotalPixelBW + p->DPPPerSurface[k] in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport() 3117 dml_uint_t DPPPerSurface[], in CalculateDCFCLKDeepSleep() argument 3139 DisplayPipeLineDeliveryTimeLuma = SwathWidthY[k] * DPPPerSurface[k] / HRatio[k] / PixelClock[k]; in CalculateDCFCLKDeepSleep() [all …]
|
D | dml2_wrapper.c | 70 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()
|
D | display_mode_core_structs.h | 399 dml_uint_t DPPPerSurface; member 601 …dml_uint_t DPPPerSurface[__DML_NUM_PLANES__]; /// <brief How many DPPs are needed drive the surfac… member 736 …dml_uint_t DPPPerSurface[__DML_NUM_PLANES__]; /// <brief How many DPPs are needed drive the surfac… member 1309 dml_uint_t *DPPPerSurface; member 1447 dml_uint_t *DPPPerSurface; member 1488 dml_uint_t *DPPPerSurface; member
|
D | display_mode_util.c | 614 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()
|
D | dml2_utils.c | 539 det_scratch->dpps_per_surface[i] = in_ctx->v20.scratch.cur_display_config.hw.DPPPerSurface[i]; in dml2_verify_det_buffer_configuration()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 103 unsigned int DPPPerSurface; member 274 …unsigned int DPPPerSurface[DML2_MAX_PLANES]; /// <brief How many DPPs are needed drive the surface… member 1249 unsigned int *DPPPerSurface; member 1533 unsigned int *DPPPerSurface; member 1589 unsigned int *DPPPerSurface; member 1670 unsigned int *DPPPerSurface; member
|
D | dml2_core_dcn4.c | 463 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support() 469 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support() 493 dpp_count = l->mode_support_ex_params.out_evaluation_info->DPPPerSurface[i]; in core_dcn4_mode_support()
|
D | dml2_core_shared.c | 99 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 …]
|
D | dml2_core_dcn4_calcs.c | 817 unsigned int DPPPerSurface[], in CalculateSwathWidth() argument 855 dml2_printf("DML::%s: k=%u DPPPerSurface=%u\n", __func__, k, DPPPerSurface[k]); in CalculateSwathWidth() 872 } else if (DPPPerSurface[k] == 2) { in CalculateSwathWidth() 928 dml2_printf("DML::%s: k=%u DPPPerSurface=%u\n", __func__, k, DPPPerSurface[k]); in CalculateSwathWidth() 936 if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth() 944 … if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth() 957 if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth() 964 … if (display_cfg->plane_descriptors[k].composition.viewport.stationary && DPPPerSurface[k] == 1) { in CalculateSwathWidth() 1023 unsigned int DPPPerSurface[], in CalculateDETBufferSize() argument 1091 …l->DETBufferSizePoolInKByte = l->DETBufferSizePoolInKByte - (ForceSingleDPP ? 1 : DPPPerSurface[k]… in CalculateDETBufferSize() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
D | dml_top_types.h | 354 …unsigned int DPPPerSurface[DML2_MAX_PLANES]; /// <brief How many DPPs are needed drive the surface… member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_structs.h | 99 unsigned int DPPPerSurface; member
|