Home
last modified time | relevance | path

Searched refs:OutputFormat (Results 1 – 12 of 12) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py18 from kdoc.kdoc_output import OutputFormat
249 out_style = OutputFormat()
325 # although OutputFormat.msg already does that.
H A Dkdoc_output.py10 The implementation uses a virtual base class ``OutputFormat``. It
52 class OutputFormat:
54 Base class for OutputFormat. If used as-is, it means that only
270 class RestFormat(OutputFormat):
605 class ManFormat(OutputFormat):
50 class OutputFormat: global() class
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h256 enum output_format_class OutputFormat,
312 enum output_format_class OutputFormat,
327 enum output_format_class OutputFormat,
H A Ddisplay_mode_vba_32.c339 if (mode_lib->vba.OutputFormat[k] == dm_420) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
341 else if (mode_lib->vba.OutputFormat[k] == dm_444) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
343 else if (mode_lib->vba.OutputFormat[k] == dm_n422) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
368 mode_lib->vba.NumberOfDSCSlices[k], mode_lib->vba.OutputFormat[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2044 mode_lib->vba.OutputFormat[k], in dml32_ModeSupportAndSystemConfigurationFull()
2067 mode_lib->vba.OutputFormat[k], in dml32_ModeSupportAndSystemConfigurationFull()
2094 mode_lib->vba.OutputFormat[k], in dml32_ModeSupportAndSystemConfigurationFull()
2356 if (mode_lib->vba.OutputFormat[k] in dml32_ModeSupportAndSystemConfigurationFull()
2363 if (mode_lib->vba.DSCEnable[k] && mode_lib->vba.OutputFormat[k] == dm_n422 in dml32_ModeSupportAndSystemConfigurationFull()
2419 mode_lib->vba.OutputFormat[k], in dml32_ModeSupportAndSystemConfigurationFull()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c81 enum dml_output_format_class OutputFormat,
108 enum dml_output_format_class OutputFormat,
445 enum dml_output_format_class OutputFormat,
742 enum dml_output_format_class OutputFormat,
1139 …if (p->OutputFormat == dml_420 || (p->myPipe->InterlaceEnable && p->myPipe->ProgressiveToInterlace… in CalculatePrefetchSchedule()
4594 enum dml_output_format_class OutputFormat, in RequiredDTBCLK() argument
4605 dml_float_t PixelWordRate = PixelClock / (OutputFormat == dml_444 ? 1 : 2); in RequiredDTBCLK()
5365 enum dml_output_format_class OutputFormat, in CalculateOutputLink() argument
5402OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (dml_uint_t)AudioSampleRate, AudioSample… in CalculateOutputLink()
5428OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (dml_uint_t)AudioSampleRate, AudioSample… in CalculateOutputLink()
[all …]
H A Ddml2_translation_helper.c848 out->OutputFormat[location] = dml_444; in populate_dml_output_cfg_from_stream_state()
852 out->OutputFormat[location] = dml_420; in populate_dml_output_cfg_from_stream_state()
857 out->OutputFormat[location] = dml_n422; in populate_dml_output_cfg_from_stream_state()
859 out->OutputFormat[location] = dml_s422; in populate_dml_output_cfg_from_stream_state()
863 out->OutputFormat[location] = dml_444; in populate_dml_output_cfg_from_stream_state()
H A Ddml2_utils.c119 dml_output_array->OutputFormat[dst_index] = dml_output_array->OutputFormat[src_index]; in dml2_util_copy_dml_output()
H A Ddisplay_mode_core_structs.h621 enum dml_output_format_class OutputFormat[__DML_NUM_PLANES__]; member
1595 enum dml_output_format_class OutputFormat; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c4230 enum dml2_output_format_class OutputFormat, in CalculateOutputLink() argument
4280OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4305OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4310OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4318OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4324OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4332OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4337OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4347OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
4355OutputFormat, DSCInputBitPerComponent, NumberOfDSCSlices, (unsigned int)AudioSampleRate, AudioSamp… in CalculateOutputLink()
[all …]
H A Ddml2_core_shared_types.h1931 enum dml2_output_format_class OutputFormat; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h510 enum output_format_class OutputFormat[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c625 mode_lib->vba.OutputFormat[mode_lib->vba.NumberOfActivePlanes] = in fetch_pipe_params()