Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c3420 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3423 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3427 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3430 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3433 locals->BytePerPixelInDETC[k] = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3436 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20v2_ModeSupportAndSystemConfigurationFull()
3447 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml20v2_ModeSupportAndSystemConfigurationFull()
3724 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull()
3796 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml20v2_ModeSupportAndSystemConfigurationFull()
3866 + locals->BytePerPixelInDETC[k] in dml20v2_ModeSupportAndSystemConfigurationFull()
[all …]
H A Damdgpu_display_mode_vba_20.c3383 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3386 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3390 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3393 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3396 locals->BytePerPixelInDETC[k] = 2.0; in dml20_ModeSupportAndSystemConfigurationFull()
3399 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20_ModeSupportAndSystemConfigurationFull()
3410 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml20_ModeSupportAndSystemConfigurationFull()
3687 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull()
3759 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml20_ModeSupportAndSystemConfigurationFull()
3829 + locals->BytePerPixelInDETC[k] in dml20_ModeSupportAndSystemConfigurationFull()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c381 double BytePerPixelInDETC,
3488 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3491 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3495 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3498 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3501 locals->BytePerPixelInDETC[k] = 2.0; in dml21_ModeSupportAndSystemConfigurationFull()
3504 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml21_ModeSupportAndSystemConfigurationFull()
3515 …widthChroma[k] = locals->SwathWidthYSingleDPP[k] / 2 * dml_ceil(locals->BytePerPixelInDETC[k], 2.0) in dml21_ModeSupportAndSystemConfigurationFull()
3755 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml21_ModeSupportAndSystemConfigurationFull()
3827 dml_ceil(locals->BytePerPixelInDETC[k], 2.0), in dml21_ModeSupportAndSystemConfigurationFull()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h547 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member