/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
A D | display_mode_vba_20.c | 3378 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3381 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3385 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3388 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull() 3391 locals->BytePerPixelInDETC[k] = 2.0; in dml20_ModeSupportAndSystemConfigurationFull() 3394 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20_ModeSupportAndSystemConfigurationFull() 3683 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull() 3825 + locals->BytePerPixelInDETC[k] in dml20_ModeSupportAndSystemConfigurationFull() 3828 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull() 4333 if (locals->BytePerPixelInDETC[k] == 0) { in dml20_ModeSupportAndSystemConfigurationFull() [all …]
|
A D | display_mode_vba_20v2.c | 3485 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3488 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3492 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3495 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3498 locals->BytePerPixelInDETC[k] = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3501 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20v2_ModeSupportAndSystemConfigurationFull() 3790 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull() 3932 + locals->BytePerPixelInDETC[k] in dml20v2_ModeSupportAndSystemConfigurationFull() 3935 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull() 4454 if (locals->BytePerPixelInDETC[k] == 0) { in dml20v2_ModeSupportAndSystemConfigurationFull() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
A D | display_mode_vba_21.c | 376 double BytePerPixelInDETC, 3492 locals->BytePerPixelInDETC[k], in CalculatePrefetchSchedulePerPlane() 3612 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3615 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3619 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3622 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 4582 locals->BytePerPixelInDETC, in dml21_ModeSupportAndSystemConfigurationFull() 4833 locals->BytePerPixelInDETC[k], in dml21_ModeSupportAndSystemConfigurationFull() 5030 locals->BytePerPixelInDETC, in dml21_ModeSupportAndSystemConfigurationFull() 5625 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
A D | display_mode_vba_util_32.h | 548 double BytePerPixelInDETC, 1158 double BytePerPixelInDETC[],
|
A D | display_mode_vba_32.c | 1808 &mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull() 1832 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml32_ModeSupportAndSystemConfigurationFull() 1995 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull() 2591 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull() 2870 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull() 3211 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull() 3350 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull() 3589 v->BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
|
A D | display_mode_vba_util_32.c | 2741 double BytePerPixelInDETC, in dml32_CalculateUrgentBurstFactor() argument 2791 if (BytePerPixelInDETC > 0) { in dml32_CalculateUrgentBurstFactor() 2793 1024 * 1024 : DETBufferSizeC) / BytePerPixelInDETC in dml32_CalculateUrgentBurstFactor() 6266 double BytePerPixelInDETC[], in dml32_CalculateDETSwathFillLatencyHiding() argument 6291 SwathSizePerSurfaceC[k] = SwathHeightC[k] * SwathWidthC[k] * BytePerPixelInDETC[k] * NumOfDPP[k]; in dml32_CalculateDETSwathFillLatencyHiding() 6309 …DETSwathLatencyHidingCUs = (dml_floor(DETBufferSizeC[k] / BytePerPixelInDETC[k] / SwathWidthC[k], … in dml32_CalculateDETSwathFillLatencyHiding()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
A D | display_mode_vba_30.c | 389 double BytePerPixelInDETC, 3626 &v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 3643 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml30_ModeSupportAndSystemConfigurationFull() 3842 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 4307 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 4520 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 4864 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 5061 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 5485 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument 5530 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
A D | display_mode_vba_31.c | 353 double BytePerPixelInDETC, 3863 &v->BytePerPixelInDETC[k], 3881 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… 4051 v->BytePerPixelInDETC, 4578 v->BytePerPixelInDETC, 4827 v->BytePerPixelInDETC[k], 5096 v->BytePerPixelInDETC[k], 5269 v->BytePerPixelInDETC, 5733 double BytePerPixelInDETC, argument 5778 if (BytePerPixelInDETC > 0) { [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
A D | display_mode_vba_314.c | 365 double BytePerPixelInDETC, 3960 &v->BytePerPixelInDETC[k], 3978 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… 4148 v->BytePerPixelInDETC, 4675 v->BytePerPixelInDETC, 4926 v->BytePerPixelInDETC[k], 5193 v->BytePerPixelInDETC[k], 5366 v->BytePerPixelInDETC, 5779 double BytePerPixelInDETC, argument 5824 if (BytePerPixelInDETC > 0) { [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/ |
A D | display_mode_vba.h | 793 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member
|