Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h391 unsigned int dpte_row_width_luma_ub[],
923 unsigned int dpte_row_width_luma_ub[],
954 unsigned int dpte_row_width_luma_ub[],
H A Ddisplay_mode_vba_32.c487 v->dpte_row_width_luma_ub, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1320 v->dpte_row_width_luma_ub, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1351 v->dpte_row_width_luma_ub, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h502 unsigned int dpte_row_width_luma_ub[DML2_MAX_PLANES]; member
734 unsigned int dpte_row_width_luma_ub[DML2_MAX_PLANES]; member
1331 unsigned int *dpte_row_width_luma_ub; member
1681 unsigned int *dpte_row_width_luma_ub; member
H A Ddml2_core_dcn4_calcs.c3005 scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub = &p->dpte_row_width_luma_ub[k]; in CalculateVMRowAndSwath()
3122 p->dpte_row_width_luma_ub[k] = s->dpte_row_width_luma_ub_one_row_per_frame[k]; in CalculateVMRowAndSwath()
3179 …VERBOSE("DML::%s: k=%u, dpte_row_width_luma_ub = %u\n", __func__, k, p->dpte_row_width_luma_ub[k]); in CalculateVMRowAndSwath()
8994 CalculateVMRowAndSwath_params->dpte_row_width_luma_ub = s->dummy_integer_array[12]; in dml_core_mode_support()
9899 …dpte_groups_per_row_luma_ub = (unsigned int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (do… in CalculateMetaAndPTETimes()
9901 …dpte_groups_per_row_luma_ub = (unsigned int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (do… in CalculateMetaAndPTETimes()
9911 …VERBOSE("DML::%s: k=%u, dpte_row_width_luma_ub = %u\n", __func__, k, p->dpte_row_width_luma_ub[k]); in CalculateMetaAndPTETimes()
9975 unsigned int dpte_row_width_luma_ub[], in CalculateVMGroupAndRequestTimes() argument
9991 (void)dpte_row_width_luma_ub; in CalculateVMGroupAndRequestTimes()
10786 CalculateVMRowAndSwath_params->dpte_row_width_luma_ub = mode_lib->mp.dpte_row_width_luma_ub; in dml_core_mode_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1068 dml_uint_t dpte_row_width_luma_ub[__DML_NUM_PLANES__]; member
1414 dml_uint_t *dpte_row_width_luma_ub; member
H A Ddisplay_mode_core.c527 dml_uint_t dpte_row_width_luma_ub[],
558 dml_uint_t dpte_row_width_luma_ub[],
3465 dml_uint_t dpte_row_width_luma_ub[], in CalculateMetaAndPTETimes()
3579 …dpte_groups_per_row_luma_ub = (dml_uint_t)(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml… in CalculateMetaAndPTETimes()
3581 …dpte_groups_per_row_luma_ub = (dml_uint_t)(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml… in CalculateMetaAndPTETimes()
3589 … dml_print("DML::%s: k=%u, dpte_row_width_luma_ub = %u\n", __func__, k, dpte_row_width_luma_ub[k]); in CalculateMetaAndPTETimes()
3662 dml_uint_t dpte_row_width_luma_ub[], in CalculateVMGroupAndRequestTimes() argument
3676 (void)dpte_row_width_luma_ub; in CalculateVMGroupAndRequestTimes()
5202 &p->dpte_row_width_luma_ub[k], in CalculateVMRowAndSwath()
5296 p->dpte_row_width_luma_ub[k] = s->dpte_row_width_luma_ub_one_row_per_frame[k]; in CalculateVMRowAndSwath()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h967 unsigned int dpte_row_width_luma_ub[DC__NUM_DPP__MAX]; member