| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| H A D | display_mode_vba_20.c | 3375 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3378 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3382 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3385 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3388 locals->BytePerPixelInDETC[k] = 2.0; in dml20_ModeSupportAndSystemConfigurationFull() 3391 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20_ModeSupportAndSystemConfigurationFull() 3680 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull() 3822 + locals->BytePerPixelInDETC[k] in dml20_ModeSupportAndSystemConfigurationFull() 3825 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull() 4330 if (locals->BytePerPixelInDETC[k] == 0) { in dml20_ModeSupportAndSystemConfigurationFull() [all …]
|
| H A D | display_mode_vba_20v2.c | 3482 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3485 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3489 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3492 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3495 locals->BytePerPixelInDETC[k] = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3498 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20v2_ModeSupportAndSystemConfigurationFull() 3787 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull() 3929 + locals->BytePerPixelInDETC[k] in dml20v2_ModeSupportAndSystemConfigurationFull() 3932 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull() 4451 if (locals->BytePerPixelInDETC[k] == 0) { in dml20v2_ModeSupportAndSystemConfigurationFull() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| H A D | display_mode_vba_21.c | 376 double BytePerPixelInDETC, 3489 locals->BytePerPixelInDETC[k], in CalculatePrefetchSchedulePerPlane() 3609 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3612 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3616 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3619 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 4579 locals->BytePerPixelInDETC, in dml21_ModeSupportAndSystemConfigurationFull() 4830 locals->BytePerPixelInDETC[k], in dml21_ModeSupportAndSystemConfigurationFull() 5027 locals->BytePerPixelInDETC, in dml21_ModeSupportAndSystemConfigurationFull() 5622 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 548 double BytePerPixelInDETC, 1159 double BytePerPixelInDETC[],
|
| H A D | display_mode_vba_32.c | 1811 &mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull() 1835 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml32_ModeSupportAndSystemConfigurationFull() 1998 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull() 2598 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull() 2877 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull() 3218 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull() 3359 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull() 3601 v->BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
|
| H A D | display_mode_vba_util_32.c | 2739 double BytePerPixelInDETC, in dml32_CalculateUrgentBurstFactor() argument 2789 if (BytePerPixelInDETC > 0) { in dml32_CalculateUrgentBurstFactor() 2791 1024 * 1024 : DETBufferSizeC) / BytePerPixelInDETC in dml32_CalculateUrgentBurstFactor() 6287 double BytePerPixelInDETC[], in dml32_CalculateDETSwathFillLatencyHiding() argument 6316 SwathSizePerSurfaceC[k] = SwathHeightC[k] * SwathWidthC[k] * BytePerPixelInDETC[k] * NumOfDPP[k]; in dml32_CalculateDETSwathFillLatencyHiding() 6334 …DETSwathLatencyHidingCUs = (dml_floor(DETBufferSizeC[k] / BytePerPixelInDETC[k] / SwathWidthC[k], … in dml32_CalculateDETSwathFillLatencyHiding()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 425 double BytePerPixelInDETC[DML2_MAX_PLANES]; member 569 double BytePerPixelInDETC[DML2_MAX_PLANES]; member
|
| H A D | dml2_core_dcn4_calcs.c | 3486 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument 3524 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor() 7475 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support() 8550 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support() 9206 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support() 10575 &mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming() 11156 mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming() 11416 mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming() 11691 mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming() 12092 double BytePerPixelInDETC; in dml2_core_calcs_get_dpte_row_height() local [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 387 double BytePerPixelInDETC, 3614 &v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 3631 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml30_ModeSupportAndSystemConfigurationFull() 3830 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 4295 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 4508 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 4852 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 5049 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 5473 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument 5518 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| H A D | display_mode_vba_31.c | 352 double BytePerPixelInDETC, 3853 &v->BytePerPixelInDETC[k], 3871 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… 4042 v->BytePerPixelInDETC, 4670 v->BytePerPixelInDETC, 4919 v->BytePerPixelInDETC[k], 5188 v->BytePerPixelInDETC[k], 5361 v->BytePerPixelInDETC, 5825 double BytePerPixelInDETC, argument 5870 if (BytePerPixelInDETC > 0) { [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| H A D | display_mode_vba_314.c | 361 double BytePerPixelInDETC, 3944 &v->BytePerPixelInDETC[k], 3962 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… 4132 v->BytePerPixelInDETC, 4756 v->BytePerPixelInDETC, 5007 v->BytePerPixelInDETC[k], 5274 v->BytePerPixelInDETC[k], 5447 v->BytePerPixelInDETC, 5919 double BytePerPixelInDETC, argument 5964 if (BytePerPixelInDETC > 0) { [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 793 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/ |
| H A D | display_mode_core.c | 433 dml_float_t BytePerPixelInDETC, 3202 dml_float_t BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument 3249 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor() 6433 mode_lib->ms.BytePerPixelInDETC[k], in dml_prefetch_check() 6687 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml_prefetch_check() 6801 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support() 7009 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support() 7548 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support() 7810 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support() 9930 dml_float_t BytePerPixelInDETC; in dml_core_get_row_heights() local [all …]
|
| H A D | display_mode_core_structs.h | 921 dml_float_t BytePerPixelInDETC[__DML_NUM_PLANES__]; member
|