Searched refs:DSCInputBitPerComponent (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 261 unsigned int DSCInputBitPerComponent, 300 unsigned int DSCInputBitPerComponent, 322 unsigned int DSCInputBitPerComponent,
|
H A D | display_mode_vba_32.c | 365 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 D | display_mode_vba_31.c | 2256 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 D | dml2_utils.c | 118 …dml_output_array->DSCInputBitPerComponent[dst_index] = dml_output_array->DSCInputBitPerComponent[s… in dml2_util_copy_dml_output()
|
H A D | display_mode_core_structs.h | 564 dml_uint_t DSCInputBitPerComponent[__DML_NUM_PLANES__]; member
|
H A D | dml2_translation_helper.c | 742 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 D | dml2_core_shared.c | 126 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 D | display_mode_vba.c | 652 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 D | display_mode_vba.h | 509 unsigned int DSCInputBitPerComponent[DC__NUM_DPP__MAX]; member
|