Home
last modified time | relevance | path

Searched refs:BytePerPixelInDETC (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20v2.c3408 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3411 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3415 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3418 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3421 locals->BytePerPixelInDETC[k] = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3424 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20v2_ModeSupportAndSystemConfigurationFull()
3435 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml20v2_ModeSupportAndSystemConfigurationFull()
3712 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull()
3784 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml20v2_ModeSupportAndSystemConfigurationFull()
3854 + locals->BytePerPixelInDETC[k] in dml20v2_ModeSupportAndSystemConfigurationFull()
[all …]
Ddisplay_mode_vba_20.c3376 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3379 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3383 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3386 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3389 locals->BytePerPixelInDETC[k] = 2.0; in dml20_ModeSupportAndSystemConfigurationFull()
3392 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20_ModeSupportAndSystemConfigurationFull()
3403 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml20_ModeSupportAndSystemConfigurationFull()
3680 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull()
3752 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml20_ModeSupportAndSystemConfigurationFull()
3822 + locals->BytePerPixelInDETC[k] in dml20_ModeSupportAndSystemConfigurationFull()
[all …]
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c375 double BytePerPixelInDETC,
3480 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3483 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3487 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3490 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3493 locals->BytePerPixelInDETC[k] = 2.0; in dml21_ModeSupportAndSystemConfigurationFull()
3496 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml21_ModeSupportAndSystemConfigurationFull()
3507 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml21_ModeSupportAndSystemConfigurationFull()
3747 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml21_ModeSupportAndSystemConfigurationFull()
3819 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml21_ModeSupportAndSystemConfigurationFull()
[all …]
/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h542 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member