Searched refs:dpte_row_width_luma_ub (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 514 unsigned int dpte_row_width_luma_ub[DML2_MAX_PLANES]; member 784 unsigned int dpte_row_width_luma_ub[DML2_MAX_PLANES]; member 1403 unsigned int *dpte_row_width_luma_ub; member 1755 unsigned int *dpte_row_width_luma_ub; member
|
| H A D | dml2_core_dcn5_funcs_mode_programming.c | 360 CalculateVMRowAndSwath_params->dpte_row_width_luma_ub = mode_lib->mp.dpte_row_width_luma_ub; in dcn5_mode_programming() 1198 CalculateMetaAndPTETimes_params->dpte_row_width_luma_ub = mode_lib->mp.dpte_row_width_luma_ub; in dcn5_mode_programming() 1240 mode_lib->mp.dpte_row_width_luma_ub, in dcn5_mode_programming()
|
| H A D | dml2_core_dcn5_calcs_dchub.c | 1448 scratch->calculate_vm_and_row_bytes_params.dpte_row_width_ub = &p->dpte_row_width_luma_ub[k]; in dcn5_calculate_vm_row_and_swath() 1566 p->dpte_row_width_luma_ub[k] = s->dpte_row_width_luma_ub_one_row_per_frame[k]; in dcn5_calculate_vm_row_and_swath() 1618 …VERBOSE("DML::%s: k=%u, dpte_row_width_luma_ub = %u\n", __func__, k, p->dpte_row_width_luma_ub[k]); in dcn5_calculate_vm_row_and_swath() 4760 …dpte_groups_per_row_luma_ub = (unsigned int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (do… in dcn5_calculate_meta_and_pte_times() 4762 …dpte_groups_per_row_luma_ub = (unsigned int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (do… in dcn5_calculate_meta_and_pte_times() 4772 …VERBOSE("DML::%s: k=%u, dpte_row_width_luma_ub = %u\n", __func__, k, p->dpte_row_width_luma_ub[k]); in dcn5_calculate_meta_and_pte_times() 4834 unsigned int dpte_row_width_luma_ub[], in dcn5_calculate_vm_group_and_request_times() argument 4850 (void)dpte_row_width_luma_ub; in dcn5_calculate_vm_group_and_request_times()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 1068 dml_uint_t dpte_row_width_luma_ub[__DML_NUM_PLANES__]; member 1414 dml_uint_t *dpte_row_width_luma_ub; member
|