Home
last modified time | relevance | path

Searched refs:BytePerPixDETC (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c2717 double BytePerPixDETC; in dml20_DisplayPipeConfiguration() local
2738 BytePerPixDETC = 0; in dml20_DisplayPipeConfiguration()
2741 BytePerPixDETC = 0; in dml20_DisplayPipeConfiguration()
2744 BytePerPixDETC = 0; in dml20_DisplayPipeConfiguration()
2747 BytePerPixDETC = 0; in dml20_DisplayPipeConfiguration()
2750 BytePerPixDETC = 2; in dml20_DisplayPipeConfiguration()
2753 BytePerPixDETC = 8.0 / 3.0; in dml20_DisplayPipeConfiguration()
2787 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in dml20_DisplayPipeConfiguration()
2883 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in dml20_DisplayPipeConfiguration()
2888 * BytePerPixDETC * MaximumSwathHeightC; in dml20_DisplayPipeConfiguration()
Ddisplay_mode_vba_20v2.c2790 double BytePerPixDETC; in dml20v2_DisplayPipeConfiguration() local
2811 BytePerPixDETC = 0; in dml20v2_DisplayPipeConfiguration()
2814 BytePerPixDETC = 0; in dml20v2_DisplayPipeConfiguration()
2817 BytePerPixDETC = 0; in dml20v2_DisplayPipeConfiguration()
2820 BytePerPixDETC = 0; in dml20v2_DisplayPipeConfiguration()
2823 BytePerPixDETC = 2; in dml20v2_DisplayPipeConfiguration()
2826 BytePerPixDETC = 8.0 / 3.0; in dml20v2_DisplayPipeConfiguration()
2860 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in dml20v2_DisplayPipeConfiguration()
2956 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in dml20v2_DisplayPipeConfiguration()
2961 * BytePerPixDETC * MaximumSwathHeightC; in dml20v2_DisplayPipeConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h126 double BytePerPixDETC[],
Ddisplay_mode_vba_util_32.c437 double BytePerPixDETC[], in dml32_CalculateSwathAndDETConfiguration()
517 …RoundedUpMaxSwathSizeBytesC[k] = swath_width_chroma_ub[k] * BytePerPixDETC[k] * MaximumSwathHeight… in dml32_CalculateSwathAndDETConfiguration()
526 dml_print("DML::%s: k=%0d BytePerPixDETC = %f\n", __func__, k, BytePerPixDETC[k]); in dml32_CalculateSwathAndDETConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c2815 double BytePerPixDETC; in DisplayPipeConfiguration() local
2836 BytePerPixDETC = 0; in DisplayPipeConfiguration()
2839 BytePerPixDETC = 0; in DisplayPipeConfiguration()
2842 BytePerPixDETC = 0; in DisplayPipeConfiguration()
2845 BytePerPixDETC = 0; in DisplayPipeConfiguration()
2848 BytePerPixDETC = 2; in DisplayPipeConfiguration()
2851 BytePerPixDETC = 8.0 / 3.0; in DisplayPipeConfiguration()
2885 Read256BytesBlockWidthC = 256 / dml_ceil(BytePerPixDETC, 2) in DisplayPipeConfiguration()
2978 SwathWidthGranularityC = 256.0 / dml_ceil(BytePerPixDETC, 2) in DisplayPipeConfiguration()
2983 * BytePerPixDETC * MaximumSwathHeightC; in DisplayPipeConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c572 double BytePerPixDETC[],
3055 double BytePerPixDETC[DC__NUM_DPP__MAX] = { 0 }; in DisplayPipeConfiguration() local
3080 &BytePerPixDETC[k], in DisplayPipeConfiguration()
3110 BytePerPixDETC, in DisplayPipeConfiguration()
6122 double BytePerPixDETC[], in CalculateSwathAndDETConfiguration()
6229 RoundedUpMaxSwathSizeBytesC = swath_width_chroma_ub[k] * BytePerPixDETC[k] in CalculateSwathAndDETConfiguration()
6231 RoundedUpMinSwathSizeBytesC = swath_width_chroma_ub[k] * BytePerPixDETC[k] in CalculateSwathAndDETConfiguration()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c557 double BytePerPixDETC[],
3272 double BytePerPixDETC[DC__NUM_DPP__MAX]; local
3298 &BytePerPixDETC[k],
3330 BytePerPixDETC,
6638 double BytePerPixDETC[],
6743 …RoundedUpMaxSwathSizeBytesC = swath_width_chroma_ub[k] * BytePerPixDETC[k] * MaximumSwathHeightC[k…
6744 RoundedUpMinSwathSizeBytesC = swath_width_chroma_ub[k] * BytePerPixDETC[k] * MinimumSwathHeightC;
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c565 double BytePerPixDETC[],
3291 double BytePerPixDETC[DC__NUM_DPP__MAX]; local
3317 &BytePerPixDETC[k],
3348 BytePerPixDETC,
6732 double BytePerPixDETC[],
6833 …RoundedUpMaxSwathSizeBytesC = swath_width_chroma_ub[k] * BytePerPixDETC[k] * MaximumSwathHeightC[k…
6834 RoundedUpMinSwathSizeBytesC = swath_width_chroma_ub[k] * BytePerPixDETC[k] * MinimumSwathHeightC;
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1588 double *BytePerPixDETC; member
Ddml2_core_shared.c1151 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml2_core_shared_mode_support()
6360 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * l->… in CalculateSwathAndDETConfiguration()
6368 dml2_printf("DML::%s: k=%u BytePerPixDETC = %f\n", __func__, k, p->BytePerPixDETC[k]); in CalculateSwathAndDETConfiguration()
10061 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->mp.BytePerPixelInDETC; in dml2_core_shared_mode_programming()
Ddml2_core_dcn4_calcs.c3706 …p->full_swath_bytes_c[k] = (unsigned int)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] * Max… in CalculateSwathAndDETConfiguration()
3714 dml2_printf("DML::%s: k=%u BytePerPixDETC = %f\n", __func__, k, p->BytePerPixDETC[k]); in CalculateSwathAndDETConfiguration()
7434 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
10229 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->mp.BytePerPixelInDETC; in dml_core_mode_programming()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1443 dml_float_t *BytePerPixDETC; member
Ddisplay_mode_core.c4149 …RoundedUpMaxSwathSizeBytesC[k] = (dml_uint_t)(p->swath_width_chroma_ub[k] * p->BytePerPixDETC[k] *… in CalculateSwathAndDETConfiguration()
4157 dml_print("DML::%s: k=%u BytePerPixDETC = %f\n", __func__, k, p->BytePerPixDETC[k]); in CalculateSwathAndDETConfiguration()
7006 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
7545 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = mode_lib->ms.BytePerPixelInDETC; in dml_core_mode_support()
8530 CalculateSwathAndDETConfiguration_params->BytePerPixDETC = locals->BytePerPixelDETC; in dml_core_mode_programming()