Searched refs:HRatioChroma (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 67 double HRatioChroma, 129 double HRatioChroma[], 567 double HRatioChroma[], 863 double HRatioChroma[],
|
H A D | display_mode_vba_32.c | 118 mode_lib->vba.HRatioChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 273 mode_lib->vba.HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 322 mode_lib->vba.HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1261 mode_lib->vba.HRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1780 || mode_lib->vba.HRatioChroma[k] in dml32_ModeSupportAndSystemConfigurationFull() 1784 || mode_lib->vba.HRatioChroma[k] in dml32_ModeSupportAndSystemConfigurationFull() 1902 …2_CalculateSinglePipeDPPCLKAndSCLThroughput(mode_lib->vba.HRatio[k], mode_lib->vba.HRatioChroma[k], in dml32_ModeSupportAndSystemConfigurationFull() 1945 * dml_max(mode_lib->vba.HRatioChroma[k], 1.0) / mode_lib->vba.LBBitPerPixel[k] in dml32_ModeSupportAndSystemConfigurationFull() 2001 mode_lib->vba.HRatioChroma, in dml32_ModeSupportAndSystemConfigurationFull() 2601 mode_lib->vba.HRatioChroma, in dml32_ModeSupportAndSystemConfigurationFull() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
H A D | display_mode_vba_31.c | 329 double HRatioChroma[], 375 double HRatioChroma[], 560 double HRatioChroma[], 2062 if (v->HRatioChroma[k] > 1) { 2065 v->MaxPSCLToLBThroughput * v->HRatioChroma[k] / dml_ceil(v->HTAPsChroma[k] / 6.0, 1.0)); 2071 v->VTAPsChroma[k] / 6.0 * dml_min(1.0, v->HRatioChroma[k]), 2072 v->HRatioChroma[k] * v->VRatioChroma[k] / v->PSCL_THROUGHPUT_CHROMA[k], 2214 v->HRatioChroma, 2982 v->HRatioChroma, 3330 v->HRatioChroma, [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_utils.c | 69 dml_plane_array->HRatioChroma[dst_index] = dml_plane_array->HRatioChroma[src_index]; in dml2_util_copy_dml_plane()
|
H A D | display_mode_core_structs.h | 498 dml_float_t HRatioChroma[__DML_NUM_PLANES__]; member 1299 dml_float_t *HRatioChroma; member 1446 dml_float_t *HRatioChroma; member
|
H A D | dml2_translation_helper.c | 990 out->HRatioChroma[location] = 0; in populate_dummy_dml_plane_cfg() 1051 out->HRatioChroma[location] = 1; in populate_dml_plane_cfg_from_plane_state() 1057 out->HRatioChroma[location] = (dml_float_t)scaler_data->ratios.horz_c.value / (1ULL << 32); in populate_dml_plane_cfg_from_plane_state()
|
H A D | display_mode_util.c | 572 dml_print("DML: plane_cfg: plane=%d, HRatioChroma = %3.2f\n", i, plane->HRatioChroma[i]); in dml_print_dml_display_cfg_plane()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 1059 double HRatioChroma[DC__NUM_DPP__MAX]; member
|
H A D | display_mode_vba.c | 590 mode_lib->vba.HRatioChroma[mode_lib->vba.NumberOfActivePlanes] = scl->hscl_ratio_c; in fetch_pipe_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared.c | 70 double HRatioChroma, 3443 double HRatioChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument 3478 if (HRatioChroma > 1) { in CalculateSinglePipeDPPCLKAndSCLThroughput() 3479 …_CHROMA = math_min2(MaxDCHUBToPSCLThroughput, MaxPSCLToLBThroughput * HRatioChroma / math_ceil2((d… in CalculateSinglePipeDPPCLKAndSCLThroughput() 3483 DPPCLKUsingSingleDPPChroma = PixelClock * math_max3(VTapsChroma / 6 * math_min2(1, HRatioChroma), in CalculateSinglePipeDPPCLKAndSCLThroughput() 3484 HRatioChroma * VRatioChroma / *PSCL_THROUGHPUT_CHROMA, 1); in CalculateSinglePipeDPPCLKAndSCLThroughput()
|