Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
H A Damdgpu_display_mode_vba_20v2.c3946 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithoutODMCombine; in dml20v2_ModeSupportAndSystemConfigurationFull()
3950 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml20v2_ModeSupportAndSystemConfigurationFull()
3953 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml20v2_ModeSupportAndSystemConfigurationFull()
3956 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml20v2_ModeSupportAndSystemConfigurationFull()
3973 mode_lib->vba.PlaneRequiredDISPCLK); in dml20v2_ModeSupportAndSystemConfigurationFull()
3976 … || (mode_lib->vba.PlaneRequiredDISPCLK > mode_lib->vba.MaxDispclkRoundedDownToDFSGranularity)) { in dml20v2_ModeSupportAndSystemConfigurationFull()
4019 mode_lib->vba.PlaneRequiredDISPCLK = in dml20v2_ModeSupportAndSystemConfigurationFull()
4024 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PixelClock[k] in dml20v2_ModeSupportAndSystemConfigurationFull()
4029 mode_lib->vba.PlaneRequiredDISPCLK); in dml20v2_ModeSupportAndSystemConfigurationFull()
4032 || mode_lib->vba.PlaneRequiredDISPCLK > mode_lib->vba.MaxDispclkRoundedDownToDFSGranularity) in dml20v2_ModeSupportAndSystemConfigurationFull()
H A Damdgpu_display_mode_vba_20.c3905 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithoutODMCombine; in dml20_ModeSupportAndSystemConfigurationFull()
3909 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml20_ModeSupportAndSystemConfigurationFull()
3912 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml20_ModeSupportAndSystemConfigurationFull()
3929 mode_lib->vba.PlaneRequiredDISPCLK); in dml20_ModeSupportAndSystemConfigurationFull()
3932 … || (mode_lib->vba.PlaneRequiredDISPCLK > mode_lib->vba.MaxDispclkRoundedDownToDFSGranularity)) { in dml20_ModeSupportAndSystemConfigurationFull()
3975 mode_lib->vba.PlaneRequiredDISPCLK = in dml20_ModeSupportAndSystemConfigurationFull()
3980 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PixelClock[k] in dml20_ModeSupportAndSystemConfigurationFull()
3985 mode_lib->vba.PlaneRequiredDISPCLK); in dml20_ModeSupportAndSystemConfigurationFull()
3988 || mode_lib->vba.PlaneRequiredDISPCLK > mode_lib->vba.MaxDispclkRoundedDownToDFSGranularity) in dml20_ModeSupportAndSystemConfigurationFull()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
H A Damdgpu_display_mode_vba_21.c3982 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithoutODMCombine; in dml21_ModeSupportAndSystemConfigurationFull()
3986 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml21_ModeSupportAndSystemConfigurationFull()
3989 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml21_ModeSupportAndSystemConfigurationFull()
3992 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PlaneRequiredDISPCLKWithODMCombine; in dml21_ModeSupportAndSystemConfigurationFull()
4009 mode_lib->vba.PlaneRequiredDISPCLK); in dml21_ModeSupportAndSystemConfigurationFull()
4012 … || (mode_lib->vba.PlaneRequiredDISPCLK > mode_lib->vba.MaxDispclkRoundedDownToDFSGranularity)) { in dml21_ModeSupportAndSystemConfigurationFull()
4055 mode_lib->vba.PlaneRequiredDISPCLK = in dml21_ModeSupportAndSystemConfigurationFull()
4060 mode_lib->vba.PlaneRequiredDISPCLK = mode_lib->vba.PixelClock[k] in dml21_ModeSupportAndSystemConfigurationFull()
4065 mode_lib->vba.PlaneRequiredDISPCLK); in dml21_ModeSupportAndSystemConfigurationFull()
4068 || mode_lib->vba.PlaneRequiredDISPCLK > mode_lib->vba.MaxDispclkRoundedDownToDFSGranularity) in dml21_ModeSupportAndSystemConfigurationFull()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h463 double PlaneRequiredDISPCLK; member