Searched refs:BytePerPixelInDETC (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
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() 3405 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml20_ModeSupportAndSystemConfigurationFull() 3682 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull() 3754 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml20_ModeSupportAndSystemConfigurationFull() 3824 + locals->BytePerPixelInDETC[k] in dml20_ModeSupportAndSystemConfigurationFull() [all …]
|
D | display_mode_vba_20v2.c | 3450 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3453 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3457 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3460 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3463 locals->BytePerPixelInDETC[k] = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 3466 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20v2_ModeSupportAndSystemConfigurationFull() 3477 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml20v2_ModeSupportAndSystemConfigurationFull() 3754 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull() 3826 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml20v2_ModeSupportAndSystemConfigurationFull() 3896 + locals->BytePerPixelInDETC[k] in dml20v2_ModeSupportAndSystemConfigurationFull() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_mode_vba_21.c | 376 double BytePerPixelInDETC, 3485 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3488 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3492 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3495 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull() 3498 locals->BytePerPixelInDETC[k] = 2.0; in dml21_ModeSupportAndSystemConfigurationFull() 3501 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml21_ModeSupportAndSystemConfigurationFull() 3512 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml21_ModeSupportAndSystemConfigurationFull() 3752 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml21_ModeSupportAndSystemConfigurationFull() 3824 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml21_ModeSupportAndSystemConfigurationFull() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_mode_vba_30.c | 388 double BytePerPixelInDETC, 3719 &v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 3736 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml30_ModeSupportAndSystemConfigurationFull() 3935 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 4423 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 4636 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 5039 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull() 5236 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull() 5660 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument 5705 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor() [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_vba.h | 559 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member
|