Home
last modified time | relevance | path

Searched refs:BytePerPixelInDETC (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_mode_vba_20.c3378 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3381 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3385 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3388 locals->BytePerPixelInDETC[k] = 0.0; in dml20_ModeSupportAndSystemConfigurationFull()
3391 locals->BytePerPixelInDETC[k] = 2.0; in dml20_ModeSupportAndSystemConfigurationFull()
3394 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20_ModeSupportAndSystemConfigurationFull()
3683 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull()
3825 + locals->BytePerPixelInDETC[k] in dml20_ModeSupportAndSystemConfigurationFull()
3828 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20_ModeSupportAndSystemConfigurationFull()
4333 if (locals->BytePerPixelInDETC[k] == 0) { in dml20_ModeSupportAndSystemConfigurationFull()
[all …]
A Ddisplay_mode_vba_20v2.c3485 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3488 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3492 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3495 locals->BytePerPixelInDETC[k] = 0.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3498 locals->BytePerPixelInDETC[k] = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull()
3501 locals->BytePerPixelInDETC[k] = 8.0 / 3; in dml20v2_ModeSupportAndSystemConfigurationFull()
3790 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull()
3932 + locals->BytePerPixelInDETC[k] in dml20v2_ModeSupportAndSystemConfigurationFull()
3935 if (locals->BytePerPixelInDETC[k] == 0.0) { in dml20v2_ModeSupportAndSystemConfigurationFull()
4454 if (locals->BytePerPixelInDETC[k] == 0) { in dml20v2_ModeSupportAndSystemConfigurationFull()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_mode_vba_21.c376 double BytePerPixelInDETC,
3492 locals->BytePerPixelInDETC[k], in CalculatePrefetchSchedulePerPlane()
3612 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3615 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3619 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
3622 locals->BytePerPixelInDETC[k] = 0.0; in dml21_ModeSupportAndSystemConfigurationFull()
4582 locals->BytePerPixelInDETC, in dml21_ModeSupportAndSystemConfigurationFull()
4833 locals->BytePerPixelInDETC[k], in dml21_ModeSupportAndSystemConfigurationFull()
5030 locals->BytePerPixelInDETC, in dml21_ModeSupportAndSystemConfigurationFull()
5625 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
A Ddisplay_mode_vba_util_32.h548 double BytePerPixelInDETC,
1159 double BytePerPixelInDETC[],
A Ddisplay_mode_vba_32.c1811 &mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull()
1835 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml32_ModeSupportAndSystemConfigurationFull()
1998 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
2598 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
2877 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull()
3218 mode_lib->vba.BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
3359 mode_lib->vba.BytePerPixelInDETC[k], in dml32_ModeSupportAndSystemConfigurationFull()
3601 v->BytePerPixelInDETC, in dml32_ModeSupportAndSystemConfigurationFull()
A Ddisplay_mode_vba_util_32.c2735 double BytePerPixelInDETC, in dml32_CalculateUrgentBurstFactor() argument
2785 if (BytePerPixelInDETC > 0) { in dml32_CalculateUrgentBurstFactor()
2787 1024 * 1024 : DETBufferSizeC) / BytePerPixelInDETC in dml32_CalculateUrgentBurstFactor()
6286 double BytePerPixelInDETC[], in dml32_CalculateDETSwathFillLatencyHiding() argument
6315 SwathSizePerSurfaceC[k] = SwathHeightC[k] * SwathWidthC[k] * BytePerPixelInDETC[k] * NumOfDPP[k]; in dml32_CalculateDETSwathFillLatencyHiding()
6333 …DETSwathLatencyHidingCUs = (dml_floor(DETBufferSizeC[k] / BytePerPixelInDETC[k] / SwathWidthC[k], … in dml32_CalculateDETSwathFillLatencyHiding()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_shared_types.h422 double BytePerPixelInDETC[DML2_MAX_PLANES]; member
562 double BytePerPixelInDETC[DML2_MAX_PLANES]; member
A Ddml2_core_shared.c331 double BytePerPixelInDETC,
881 &mode_lib->ms.BytePerPixelInDETC[k], in dml2_core_shared_mode_support()
1851 mode_lib->ms.BytePerPixelInDETC[k], in dml2_core_shared_mode_support()
2466 mode_lib->ms.BytePerPixelInDETC[k], in dml2_core_shared_mode_support()
2690 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml2_core_shared_mode_support()
6126 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
6164 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
9983 &mode_lib->mp.BytePerPixelInDETC[k], in dml2_core_shared_mode_programming()
10571 mode_lib->mp.BytePerPixelInDETC[k], in dml2_core_shared_mode_programming()
10783 mode_lib->mp.BytePerPixelInDETC[k], in dml2_core_shared_mode_programming()
[all …]
A Ddml2_core_dcn4_calcs.c3460 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
3498 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
7155 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
8230 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
8817 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
10152 &mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming()
10716 mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming()
10934 mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming()
11207 mode_lib->mp.BytePerPixelInDETC[k], in dml_core_mode_programming()
11608 double BytePerPixelInDETC; in dml2_core_calcs_get_dpte_row_height() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c387 double BytePerPixelInDETC,
3626 &v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull()
3643 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.… in dml30_ModeSupportAndSystemConfigurationFull()
3842 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull()
4307 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull()
4520 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull()
4864 v->BytePerPixelInDETC[k], in dml30_ModeSupportAndSystemConfigurationFull()
5061 v->BytePerPixelInDETC, in dml30_ModeSupportAndSystemConfigurationFull()
5485 double BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
5530 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c352 double BytePerPixelInDETC,
3856 &v->BytePerPixelInDETC[k],
3874 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.…
4045 v->BytePerPixelInDETC,
4673 v->BytePerPixelInDETC,
4922 v->BytePerPixelInDETC[k],
5191 v->BytePerPixelInDETC[k],
5364 v->BytePerPixelInDETC,
5828 double BytePerPixelInDETC, argument
5873 if (BytePerPixelInDETC > 0) {
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
A Ddisplay_mode_vba_314.c361 double BytePerPixelInDETC,
3947 &v->BytePerPixelInDETC[k],
3965 …v->ReadBandwidthChroma[k] = v->SwathWidthYSingleDPP[k] / 2 * dml_ceil(v->BytePerPixelInDETC[k], 2.…
4135 v->BytePerPixelInDETC,
4759 v->BytePerPixelInDETC,
5010 v->BytePerPixelInDETC[k],
5277 v->BytePerPixelInDETC[k],
5450 v->BytePerPixelInDETC,
5922 double BytePerPixelInDETC, argument
5967 if (BytePerPixelInDETC > 0) {
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_mode_vba.h793 double BytePerPixelInDETC[DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddisplay_mode_core.c432 dml_float_t BytePerPixelInDETC,
3200 dml_float_t BytePerPixelInDETC, in CalculateUrgentBurstFactor() argument
3247 if (BytePerPixelInDETC > 0) { in CalculateUrgentBurstFactor()
6430 mode_lib->ms.BytePerPixelInDETC[k], in dml_prefetch_check()
6684 CalculateWatermarks_params->BytePerPixelDETC = mode_lib->ms.BytePerPixelInDETC; in dml_prefetch_check()
6798 &mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
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()
7807 mode_lib->ms.BytePerPixelInDETC[k], in dml_core_mode_support()
9924 dml_float_t BytePerPixelInDETC; in dml_core_get_row_heights() local
[all …]
A Ddisplay_mode_core_structs.h863 dml_float_t BytePerPixelInDETC[__DML_NUM_PLANES__]; member

Completed in 195 milliseconds