Home
last modified time | relevance | path

Searched refs:DSCEnabled (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c1764 if ((mode_lib->vba.BlendingAndTiming[k] != k) || !mode_lib->vba.DSCEnabled[k]) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1795 if (mode_lib->vba.DSCEnabled[k] && bpp != 0) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1835 && mode_lib->vba.DSCEnabled[j]) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3267 bool DSCEnabled, in TruncToValidBPP() argument
3304 if (DSCEnabled) { in TruncToValidBPP()
3984 } else if (locals->DSCEnabled[k] && (locals->HActive[k] > DCN21_MAX_DSC_IMAGE_WIDTH)) { in dml21_ModeSupportAndSystemConfigurationFull()
4172 if (mode_lib->vba.DSCEnabled[k] == true) { in dml21_ModeSupportAndSystemConfigurationFull()
4203 if (mode_lib->vba.DSCEnabled[k] == true) { in dml21_ModeSupportAndSystemConfigurationFull()
4236 if (mode_lib->vba.DSCEnabled[k] == true || mode_lib->vba.Outbpp == BPP_INVALID) { in dml21_ModeSupportAndSystemConfigurationFull()
5218 mode_lib->vba.DSCEnabled[k] = in dml21_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20v2.c1813 if ((mode_lib->vba.BlendingAndTiming[k] != k) || !mode_lib->vba.DSCEnabled[k]) { in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1844 if (mode_lib->vba.DSCEnabled[k] && bpp != 0) { in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1884 && mode_lib->vba.DSCEnabled[j]) in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3266 bool DSCEnabled, in TruncToValidBPP() argument
3303 if (DSCEnabled) { in TruncToValidBPP()
3983 } else if (locals->DSCEnabled[k] && (locals->HActive[k] > DCN20_MAX_DSC_IMAGE_WIDTH)) { in dml20v2_ModeSupportAndSystemConfigurationFull()
4168 if (mode_lib->vba.DSCEnabled[k] == true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
4197 if (mode_lib->vba.DSCEnabled[k] == true) { in dml20v2_ModeSupportAndSystemConfigurationFull()
4228 if (mode_lib->vba.DSCEnabled[k] == true || mode_lib->vba.Outbpp == BPP_INVALID) { in dml20v2_ModeSupportAndSystemConfigurationFull()
5187 mode_lib->vba.DSCEnabled[k] = in dml20v2_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20.c1777 if ((mode_lib->vba.BlendingAndTiming[k] != k) || !mode_lib->vba.DSCEnabled[k]) { in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1808 if (mode_lib->vba.DSCEnabled[k] && bpp != 0) { in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1848 && mode_lib->vba.DSCEnabled[j]) in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3193 bool DSCEnabled, in TruncToValidBPP() argument
3230 if (DSCEnabled) { in TruncToValidBPP()
4088 if (mode_lib->vba.DSCEnabled[k] == true) { in dml20_ModeSupportAndSystemConfigurationFull()
4117 if (mode_lib->vba.DSCEnabled[k] == true) { in dml20_ModeSupportAndSystemConfigurationFull()
4148 if (mode_lib->vba.DSCEnabled[k] == true || mode_lib->vba.Outbpp == BPP_INVALID) { in dml20_ModeSupportAndSystemConfigurationFull()
5108 mode_lib->vba.DSCEnabled[k] = in dml20_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h339 bool DSCEnabled[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c470 mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable; in fetch_pipe_params()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c2174 if ((v->BlendingAndTiming[k] != k) || !v->DSCEnabled[k]) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2201 if (v->DSCEnabled[k] && BPP != 0) { in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2236 && v->DSCEnabled[j]) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
3995 if (v->DSCEnabled[k] && v->HActive[k] > DCN30_MAX_DSC_IMAGE_WIDTH in dml30_ModeSupportAndSystemConfigurationFull()