Home
last modified time | relevance | path

Searched refs:dpde0_bytes_per_frame_ub_l (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h413 unsigned int dpde0_bytes_per_frame_ub_l[],
957 unsigned int dpde0_bytes_per_frame_ub_l[],
H A Ddisplay_mode_vba_util_32.c1954 unsigned int dpde0_bytes_per_frame_ub_l[], in dml32_CalculateVMRowAndSwath()
2136 &dpde0_bytes_per_frame_ub_l[k], in dml32_CalculateVMRowAndSwath()
5158 unsigned int dpde0_bytes_per_frame_ub_l[], in dml32_CalculateVMGroupAndRequestTimes() argument
5183 __func__, k, dpde0_bytes_per_frame_ub_l[k]); in dml32_CalculateVMGroupAndRequestTimes()
5196 (double) (dpde0_bytes_per_frame_ub_l[k]) / in dml32_CalculateVMGroupAndRequestTimes()
5202 (double) (dpde0_bytes_per_frame_ub_l[k]) / in dml32_CalculateVMGroupAndRequestTimes()
5221 (double) (dpde0_bytes_per_frame_ub_l[k]) / in dml32_CalculateVMGroupAndRequestTimes()
5231 (double) (dpde0_bytes_per_frame_ub_l[k]) / in dml32_CalculateVMGroupAndRequestTimes()
5241 num_req_per_lower_vm_stage = dpde0_bytes_per_frame_ub_l[k] / 64 + in dml32_CalculateVMGroupAndRequestTimes()
5244 num_req_per_lower_vm_stage = dpde0_bytes_per_frame_ub_l[k] / 64; in dml32_CalculateVMGroupAndRequestTimes()
[all …]
H A Ddisplay_mode_vba_32.c509 v->dpde0_bytes_per_frame_ub_l, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1354 v->dpde0_bytes_per_frame_ub_l, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c432 unsigned int dpde0_bytes_per_frame_ub_l[],
2180 &v->dpde0_bytes_per_frame_ub_l[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2749 v->dpde0_bytes_per_frame_ub_l, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
5569 unsigned int dpde0_bytes_per_frame_ub_l[], in CalculateVMGroupAndRequestTimes() argument
5586 num_group_per_lower_vm_stage = dml_ceil((double) (dpde0_bytes_per_frame_ub_l[k]) in CalculateVMGroupAndRequestTimes()
5590 num_group_per_lower_vm_stage = dml_ceil((double) (dpde0_bytes_per_frame_ub_l[k]) in CalculateVMGroupAndRequestTimes()
5605 …num_group_per_lower_vm_stage = 2 + dml_ceil((double) (dpde0_bytes_per_frame_ub_l[k]) / (double) (v… in CalculateVMGroupAndRequestTimes()
5610 …num_group_per_lower_vm_stage = 1 + dml_ceil((double) (dpde0_bytes_per_frame_ub_l[k]) / (double) (v… in CalculateVMGroupAndRequestTimes()
5618 …num_req_per_lower_vm_stage = dpde0_bytes_per_frame_ub_l[k] / 64 + dpde0_bytes_per_frame_ub_c[k] / … in CalculateVMGroupAndRequestTimes()
5620 num_req_per_lower_vm_stage = dpde0_bytes_per_frame_ub_l[k] / 64; in CalculateVMGroupAndRequestTimes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1099 dml_uint_t dpde0_bytes_per_frame_ub_l[__DML_NUM_PLANES__]; member
1436 dml_uint_t *dpde0_bytes_per_frame_ub_l; member
H A Ddisplay_mode_core.c561 dml_uint_t dpde0_bytes_per_frame_ub_l[],
3654 dml_uint_t dpde0_bytes_per_frame_ub_l[], in CalculateVMGroupAndRequestTimes() argument
3677 …nt("DML::%s: k=%u, dpde0_bytes_per_frame_ub_l = %u\n", __func__, k, dpde0_bytes_per_frame_ub_l[k]); in CalculateVMGroupAndRequestTimes()
3686 …num_group_per_lower_vm_stage = (dml_uint_t) (dml_ceil((dml_float_t) dpde0_bytes_per_frame_ub_l[k] … in CalculateVMGroupAndRequestTimes()
3689 …num_group_per_lower_vm_stage = (dml_uint_t) (dml_ceil((dml_float_t) dpde0_bytes_per_frame_ub_l[k] … in CalculateVMGroupAndRequestTimes()
3701 …er_lower_vm_stage = (dml_uint_t)(2.0 + dml_ceil((dml_float_t) (dpde0_bytes_per_frame_ub_l[k]) / (d… in CalculateVMGroupAndRequestTimes()
3706 …er_lower_vm_stage = (dml_uint_t)(1.0 + dml_ceil((dml_float_t) (dpde0_bytes_per_frame_ub_l[k]) / (d… in CalculateVMGroupAndRequestTimes()
3714 …num_req_per_lower_vm_stage = dpde0_bytes_per_frame_ub_l[k] / 64 + dpde0_bytes_per_frame_ub_c[k] / … in CalculateVMGroupAndRequestTimes()
3716 num_req_per_lower_vm_stage = dpde0_bytes_per_frame_ub_l[k] / 64; in CalculateVMGroupAndRequestTimes()
3727 …num_req_per_lower_vm_stage = dpde0_bytes_per_frame_ub_l[k] / 64 + dpde0_bytes_per_frame_ub_c[k] / … in CalculateVMGroupAndRequestTimes()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h995 unsigned int dpde0_bytes_per_frame_ub_l[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3006 …ch->calculate_vm_and_row_bytes_params.dpde0_bytes_per_frame_ub = &p->dpde0_bytes_per_frame_ub_l[k]; in CalculateVMRowAndSwath()
8992 CalculateVMRowAndSwath_params->dpde0_bytes_per_frame_ub_l = s->dummy_integer_array[23]; in dml_core_mode_support()
9958 unsigned int dpde0_bytes_per_frame_ub_l[], in CalculateVMGroupAndRequestTimes() argument
9988 …SE("DML::%s: k=%u, dpde0_bytes_per_frame_ub_l = %u\n", __func__, k, dpde0_bytes_per_frame_ub_l[k]); in CalculateVMGroupAndRequestTimes()
9996 …num_group_per_lower_vm_stage += (unsigned int) math_ceil2((double) (dpde0_bytes_per_frame_ub_l[k])… in CalculateVMGroupAndRequestTimes()
10021 num_req_per_lower_vm_stage += dpde0_bytes_per_frame_ub_l[k] / 64; in CalculateVMGroupAndRequestTimes()
10782 …CalculateVMRowAndSwath_params->dpde0_bytes_per_frame_ub_l = mode_lib->mp.dpde0_bytes_per_frame_ub_… in dml_core_mode_programming()
11862 mode_lib->mp.dpde0_bytes_per_frame_ub_l, in dml_core_mode_programming()