Searched refs:dpte_group_width_luma (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 3498 dml_uint_t dpte_group_width_luma; in CalculateMetaAndPTETimes() local 3573 …dpte_group_width_luma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestS… in CalculateMetaAndPTETimes() 3575 …dpte_group_width_luma = (dml_uint_t)((dml_float_t) dpte_group_bytes[k] / (dml_float_t) PTERequestS… in CalculateMetaAndPTETimes() 3579 …(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml_float_t) dpte_group_width_luma / 2.0, 1.0… in CalculateMetaAndPTETimes() 3581 …t_t)(dml_ceil((dml_float_t) dpte_row_width_luma_ub[k] / (dml_float_t) dpte_group_width_luma, 1.0)); in CalculateMetaAndPTETimes() 3590 dml_print("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in CalculateMetaAndPTETimes()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 9785 unsigned int dpte_group_width_luma; in CalculateMetaAndPTETimes() local 9894 …dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes() 9896 …dpte_group_width_luma = (unsigned int)((double)p->dpte_group_bytes[k] / (double)p->PTERequestSizeY… in CalculateMetaAndPTETimes() 9899 …ed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma / 2.0, 1.0… in CalculateMetaAndPTETimes() 9901 …signed int)(math_ceil2((double)p->dpte_row_width_luma_ub[k] / (double)dpte_group_width_luma, 1.0)); in CalculateMetaAndPTETimes() 9912 …DML_LOG_VERBOSE("DML::%s: k=%u, dpte_group_width_luma = %u\n", __func__, k, dpte_group_width_luma); in CalculateMetaAndPTETimes()
|