Home
last modified time | relevance | path

Searched refs:DSCInputBitPerComponent (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h261 unsigned int DSCInputBitPerComponent,
300 unsigned int DSCInputBitPerComponent,
322 unsigned int DSCInputBitPerComponent,
H A Ddisplay_mode_vba_32.c365 mode_lib->vba.ODMCombineEnabled[k], mode_lib->vba.DSCInputBitPerComponent[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2099 mode_lib->vba.DSCInputBitPerComponent[k], in dml32_ModeSupportAndSystemConfigurationFull()
2302 if (!(mode_lib->vba.DSCInputBitPerComponent[k] == 12.0 in dml32_ModeSupportAndSystemConfigurationFull()
2303 || mode_lib->vba.DSCInputBitPerComponent[k] == 10.0 in dml32_ModeSupportAndSystemConfigurationFull()
2304 || mode_lib->vba.DSCInputBitPerComponent[k] == 8.0) in dml32_ModeSupportAndSystemConfigurationFull()
2305 || mode_lib->vba.DSCInputBitPerComponent[k] > mode_lib->vba.MaximumDSCBitsPerComponent) { in dml32_ModeSupportAndSystemConfigurationFull()
2524 mode_lib->vba.DSCInputBitPerComponent[k], in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c2256 v->DSCInputBitPerComponent[k],
2265 v->DSCInputBitPerComponent[k],
2274 v->DSCInputBitPerComponent[k],
3590 unsigned int DSCInputBitPerComponent, argument
3608 MaxDSCBPP = 1.5 * DSCInputBitPerComponent - 1.0 / 16;
3614 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16;
3623 MaxDSCBPP = 2 * DSCInputBitPerComponent - 1.0 / 16.0;
3626 MaxDSCBPP = 3 * DSCInputBitPerComponent - 1.0 / 16.0;
4260 …if (!(v->DSCInputBitPerComponent[k] == 12.0 || v->DSCInputBitPerComponent[k] == 10.0 || v->DSCInpu…
4261 || v->DSCInputBitPerComponent[k] > v->MaximumDSCBitsPerComponent) {
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c118 …dml_output_array->DSCInputBitPerComponent[dst_index] = dml_output_array->DSCInputBitPerComponent[s… in dml2_util_copy_dml_output()
H A Ddisplay_mode_core_structs.h564 dml_uint_t DSCInputBitPerComponent[__DML_NUM_PLANES__]; member
H A Ddml2_translation_helper.c742 out->DSCInputBitPerComponent[location] = 12; // As per code in dcn20_resource.c in populate_dml_output_cfg_from_stream_state()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c126 unsigned int DSCInputBitPerComponent,
399 unsigned int DSCInputBitPerComponent,
440 unsigned int DSCInputBitPerComponent,
3967 unsigned int DSCInputBitPerComponent, in TruncToValidBPP() argument
6669 unsigned int DSCInputBitPerComponent, in CalculateOutputLink() argument
6715 …OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
6740 …OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
6745 …OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
6753 …OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
6759 …OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c652 mode_lib->vba.DSCInputBitPerComponent[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params()
655 mode_lib->vba.DSCInputBitPerComponent[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params()
H A Ddisplay_mode_vba.h509 unsigned int DSCInputBitPerComponent[DC__NUM_DPP__MAX]; member