Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h394 unsigned int dpte_row_height_chroma[],
520 unsigned int dpte_row_height_chroma,
794 unsigned int dpte_row_height_chroma,
907 unsigned int dpte_row_height_chroma[],
H A Ddisplay_mode_vba_32.c490 v->dpte_row_height_chroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1059 v->dpte_row_height_chroma[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1304 v->dpte_row_height_chroma, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2783 mode_lib->vba.dpte_row_height_chroma, in dml32_ModeSupportAndSystemConfigurationFull()
3497 mode_lib->vba.dpte_row_height_chroma[k], in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h473 unsigned int dpte_row_height_chroma[DML2_MAX_PLANES]; member
736 unsigned int dpte_row_height_chroma[DML2_MAX_PLANES]; member
1334 unsigned int *dpte_row_height_chroma; member
1673 unsigned int *dpte_row_height_chroma; member
H A Ddml2_core_dcn4_calcs.c1916 unsigned int dpte_row_height_chroma, in CalculateRowBandwidth() argument
1942 + VRatioChroma * PixelPTEBytesPerRowChroma / (dpte_row_height_chroma * LineTime); in CalculateRowBandwidth()
2928 scratch->calculate_vm_and_row_bytes_params.dpte_row_height = &p->dpte_row_height_chroma[k]; in CalculateVMRowAndSwath()
3124 p->dpte_row_height_chroma[k] = s->dpte_row_height_chroma_one_row_per_frame[k]; in CalculateVMRowAndSwath()
3163 p->dpte_row_height_chroma[k], in CalculateVMRowAndSwath()
3181 …VERBOSE("DML::%s: k=%u, dpte_row_height_chroma = %u\n", __func__, k, p->dpte_row_height_chroma[k]); in CalculateVMRowAndSwath()
6510 unsigned int dpte_row_height_chroma, in CalculateFlipSchedule() argument
6560 l->min_row_height_chroma = math_min2(dpte_row_height_chroma, meta_row_height_chroma); in CalculateFlipSchedule()
6563 l->min_row_height_chroma = dpte_row_height_chroma; in CalculateFlipSchedule()
7822 mode_lib->ms.dpte_row_height_chroma[k], in dml_core_ms_prefetch_check()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h940 dml_uint_t dpte_row_height_chroma[__DML_NUM_PLANES__]; member
1070 dml_uint_t dpte_row_height_chroma[__DML_NUM_PLANES__]; member
1417 dml_uint_t *dpte_row_height_chroma; member
H A Ddisplay_mode_core.c305 dml_uint_t dpte_row_height_chroma,
332 dml_uint_t dpte_row_height_chroma,
511 dml_uint_t dpte_row_height_chroma[],
1924 dml_uint_t dpte_row_height_chroma, in CalculateRowBandwidth() argument
1944 / (dpte_row_height_chroma * LineTime); in CalculateRowBandwidth()
1974 dml_uint_t dpte_row_height_chroma, in CalculateFlipSchedule() argument
2044 …min_row_time = dml_min(dpte_row_height * LineTime / VRatio, dpte_row_height_chroma * LineTime / VR… in CalculateFlipSchedule()
2048 …height * LineTime / VRatio, meta_row_height * LineTime / VRatio, dpte_row_height_chroma * LineTime… in CalculateFlipSchedule()
3449 dml_uint_t dpte_row_height_chroma[], in CalculateMetaAndPTETimes() argument
3508 DST_Y_PER_PTE_ROW_NOM_C[k] = dpte_row_height_chroma[k] / VRatioChroma[k]; in CalculateMetaAndPTETimes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h835 unsigned int dpte_row_height_chroma[DC__NUM_DPP__MAX]; member