Home
last modified time | relevance | path

Searched refs:VRatioChroma (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h69 double VRatioChroma,
510 double VRatioChroma,
562 double VRatioChroma[],
789 double VRatioChroma,
856 double VRatioChroma[],
898 double VRatioChroma[],
H A Ddisplay_mode_vba_util_32.c202 double VRatioChroma, in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput() argument
245 HRatioChroma * VRatioChroma / *PSCL_THROUGHPUT_CHROMA, 1); in dml32_CalculateSinglePipeDPPCLKAndSCLThroughput()
2066 myPipe[k].VRatioChroma, in dml32_CalculateVMRowAndSwath()
2224 myPipe[k].VRatioChroma, in dml32_CalculateVMRowAndSwath()
2670 double VRatioChroma, in dml32_CalculateRowBandwidth() argument
2689 *meta_row_bw = VRatio * MetaRowByteLuma / (meta_row_height_luma * LineTime) + VRatioChroma * in dml32_CalculateRowBandwidth()
2700 VRatioChroma * PixelPTEBytesPerRowChroma / (dpte_row_height_chroma * LineTime); in dml32_CalculateRowBandwidth()
2814 double VRatioChroma[], in dml32_CalculateDCFCLKDeepSleep() argument
2848 if (VRatioChroma[k] <= 1) { in dml32_CalculateDCFCLKDeepSleep()
4133 double VRatioChroma, in dml32_CalculateFlipSchedule() argument
[all …]
H A Ddisplay_mode_vba_32.c120 mode_lib->vba.VRatioChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
210 * mode_lib->vba.VRatioChroma[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
317 mode_lib->vba.VRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
446 …atermarksAndPerformanceCalculation.SurfaceParameters[k].VRatioChroma = mode_lib->vba.VRatioChroma[… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
660 mode_lib->vba.VRatioChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
691 mode_lib->vba.VRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1054 mode_lib->vba.VRatioChroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1254 mode_lib->vba.VRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1295 mode_lib->vba.VRatioChroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1782 || mode_lib->vba.VRatioChroma[k] in dml32_ModeSupportAndSystemConfigurationFull()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c70 double VRatioChroma; member
239 double VRatioChroma,
324 double VRatioChroma[],
368 double VRatioChroma[],
407 double VRatioChroma[],
2072 v->HRatioChroma[k] * v->VRatioChroma[k] / v->PSCL_THROUGHPUT_CHROMA[k],
2198 * v->VRatioChroma[k];
2209 v->VRatioChroma,
2352 v->VRatioChroma[k],
2425 v->VRatioChroma[k],
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c138 dml_float_t VRatioChroma,
294 dml_float_t VRatioChroma,
326 dml_float_t VRatioChroma,
401 dml_float_t VRatioChroma[],
459 dml_float_t VRatioChroma[],
501 dml_float_t VRatioChroma[],
1909 dml_float_t VRatioChroma, in CalculateRowBandwidth() argument
1928 + VRatioChroma * MetaRowByteChroma in CalculateRowBandwidth()
1938 + VRatioChroma * PixelPTEBytesPerRowChroma in CalculateRowBandwidth()
1964 dml_float_t VRatioChroma, in CalculateFlipSchedule() argument
[all …]
H A Ddml2_utils.c70 dml_plane_array->VRatioChroma[dst_index] = dml_plane_array->VRatioChroma[src_index]; in dml2_util_copy_dml_plane()
H A Ddisplay_mode_core_structs.h477 dml_float_t VRatioChroma; member
551 dml_float_t VRatioChroma[__DML_NUM_PLANES__]; member
1360 dml_float_t *VRatioChroma; member
H A Ddml2_translation_helper.c1031 out->VRatioChroma[location] = 0; in populate_dummy_dml_plane_cfg()
1093 out->VRatioChroma[location] = 1; in populate_dml_plane_cfg_from_plane_state()
1099 out->VRatioChroma[location] = (dml_float_t)scaler_data->ratios.vert_c.value / (1ULL << 32); in populate_dml_plane_cfg_from_plane_state()
H A Ddisplay_mode_util.c573 dml_print("DML: plane_cfg: plane=%d, VRatioChroma = %3.2f\n", i, plane->VRatioChroma[i]); in dml_print_dml_display_cfg_plane()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h125 double VRatioChroma; member
H A Ddisplay_mode_vba.c592 mode_lib->vba.VRatioChroma[mode_lib->vba.NumberOfActivePlanes] = scl->vscl_ratio_c; in fetch_pipe_params()
597 mode_lib->vba.VRatioChroma[mode_lib->vba.NumberOfActivePlanes] *= 2.0; in fetch_pipe_params()
H A Ddisplay_mode_vba.h1060 double VRatioChroma[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c72 double VRatioChroma,
167 double VRatioChroma,
645 double VRatioChroma,
1675 …s->SurfParameters[k].VRatioChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plan… in dml2_core_shared_mode_support()
2298 myPipe->VRatioChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plane1.v_ratio; in dml2_core_shared_mode_support()
3445 double VRatioChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
3484 HRatioChroma * VRatioChroma / *PSCL_THROUGHPUT_CHROMA, 1); in CalculateSinglePipeDPPCLKAndSCLThroughput()
4613 double VRatioChroma, in CalculateRowBandwidth() argument
4635 + VRatioChroma * meta_row_bytes_per_row_ub_c / (meta_row_height_chroma * LineTime); in CalculateRowBandwidth()
4644 + VRatioChroma * PixelPTEBytesPerRowChroma / (dpte_row_height_chroma * LineTime); in CalculateRowBandwidth()
[all …]
H A Ddml2_core_shared_types.h130 double VRatioChroma; member
H A Ddml2_core_dcn4_calcs.c780 double VRatioChroma, in CalculateSinglePipeDPPCLKAndSCLThroughput() argument
819 HRatioChroma * VRatioChroma / *PSCL_THROUGHPUT_CHROMA, 1); in CalculateSinglePipeDPPCLKAndSCLThroughput()
1951 double VRatioChroma, in CalculateRowBandwidth() argument
1973 + VRatioChroma * meta_row_bytes_per_row_ub_c / (meta_row_height_chroma * LineTime); in CalculateRowBandwidth()
1982 + VRatioChroma * PixelPTEBytesPerRowChroma / (dpte_row_height_chroma * LineTime); in CalculateRowBandwidth()
2974 p->myPipe[k].VRatioChroma, in CalculateVMRowAndSwath()
3181 p->myPipe[k].VRatioChroma, in CalculateVMRowAndSwath()
6497 double VRatioChroma, in CalculateFlipSchedule() argument
6557 …th_min2(l->min_row_height * LineTime / VRatio, l->min_row_height_chroma * LineTime / VRatioChroma); in CalculateFlipSchedule()
8297 …s->SurfParameters[k].VRatioChroma = display_cfg->plane_descriptors[k].composition.scaler_info.plan… in dml_core_mode_support()
[all …]