Home
last modified time | relevance | path

Searched refs:CursorBPP (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.h544 unsigned int CursorBPP,
872 unsigned int CursorBPP[][DC__NUM_CURSOR__MAX],
Ddisplay_mode_vba_32.c658 mode_lib->vba.CursorBPP[k][0], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
672 …ba.NumberOfCursors[k] * mode_lib->vba.CursorWidth[k][0] * mode_lib->vba.CursorBPP[k][0] / 8 / (mod… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
855 mode_lib->vba.CursorBPP[k][0], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
868 …ode_lib->vba.NumberOfCursors[k] * mode_lib->vba.CursorWidth[k][0] * mode_lib->vba.CursorBPP[k][0] / in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1270 mode_lib->vba.CursorBPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2645 * mode_lib->vba.CursorBPP[k][0] / 8.0 in dml32_ModeSupportAndSystemConfigurationFull()
2873 mode_lib->vba.CursorBPP[k][0], in dml32_ModeSupportAndSystemConfigurationFull()
3355 mode_lib->vba.CursorWidth[k][0], mode_lib->vba.CursorBPP[k][0], in dml32_ModeSupportAndSystemConfigurationFull()
3368 …ode_lib->vba.NumberOfCursors[k] * mode_lib->vba.CursorWidth[k][0] * mode_lib->vba.CursorBPP[k][0] / in dml32_ModeSupportAndSystemConfigurationFull()
3623 if (mode_lib->vba.CursorBPP[k][0] == 64 && mode_lib->vba.Cursor64BppSupport == false) in dml32_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_util_32.c2731 unsigned int CursorBPP, in dml32_CalculateUrgentBurstFactor() argument
2755 (CursorWidth * CursorBPP / 8.0)), 1.0); in dml32_CalculateUrgentBurstFactor()
4708 unsigned int CursorBPP[][DC__NUM_CURSOR__MAX], in dml32_CalculatePixelDeliveryTimes()
4838 cursor_req_per_width = dml_ceil((double) CursorWidth[k][0] * (double) CursorBPP[k][0] / in dml32_CalculatePixelDeliveryTimes()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c383 unsigned int CursorBPP,
420 unsigned int CursorBPP[][2],
2538 * v->CursorWidth[k][0] * v->CursorBPP[k][0] in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2543 * v->CursorWidth[k][0] * v->CursorBPP[k][0] in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2558 v->CursorBPP[k][0], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2580 v->CursorBPP[k][0], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2842 v->CursorBPP, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4337 …v->cursor_bw[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0 / (v->HT… in dml30_ModeSupportAndSystemConfigurationFull()
4516 v->CursorBPP[k][0], in dml30_ModeSupportAndSystemConfigurationFull()
4860 v->CursorBPP[k][0], in dml30_ModeSupportAndSystemConfigurationFull()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_utils.c87 dml_plane_array->CursorBPP[dst_index] = dml_plane_array->CursorBPP[src_index]; in dml2_util_copy_dml_plane()
Ddisplay_mode_core.c428 dml_uint_t CursorBPP,
475 dml_uint_t CursorBPP[],
3196 dml_uint_t CursorBPP, in CalculateUrgentBurstFactor() argument
3219 …(dml_uint_t) dml_floor(dml_log2(CursorBufferSize * 1024.0 / (CursorWidth * CursorBPP / 8.0)), 1.0); in CalculateUrgentBurstFactor()
3283 dml_uint_t CursorBPP[], in CalculatePixelDeliveryTimes() argument
3395 …th = (dml_uint_t)(dml_ceil((dml_float_t) CursorWidth[k] * (dml_float_t) CursorBPP[k] / 256.0 / 8.0… in CalculatePixelDeliveryTimes()
6426 mode_lib->ms.cache_display_cfg.plane.CursorBPP[k], in dml_prefetch_check()
6440 …mode_lib->ms.cache_display_cfg.plane.CursorBPP[k] / 8.0 / (mode_lib->ms.cache_display_cfg.timing.H… in dml_prefetch_check()
7585 …display_cfg.plane.CursorWidth[k] * mode_lib->ms.cache_display_cfg.plane.CursorBPP[k] / 8.0 / (mode… in dml_core_mode_support()
7803 mode_lib->ms.cache_display_cfg.plane.CursorBPP[k], in dml_core_mode_support()
[all …]
Ddml2_translation_helper.c972 out->CursorBPP[location] = dml_cur_32bit; in populate_dummy_dml_plane_cfg()
1022 out->CursorBPP[location] = dml_cur_32bit; in populate_dml_plane_cfg_from_plane_state()
Ddisplay_mode_util.c583 dml_print("DML: plane_cfg: plane=%d, CursorBPP = %d\n", i, plane->CursorBPP[i]); in dml_print_dml_display_cfg_plane()
Ddisplay_mode_core_structs.h516 dml_uint_t CursorBPP[__DML_NUM_PLANES__]; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c348 unsigned int CursorBPP,
384 unsigned int CursorBPP[][DC__NUM_CURSOR__MAX],
2694 v->cursor_bw[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0
2696 v->cursor_bw_pre[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0
2708 v->CursorBPP[k][0],
2729 v->CursorBPP[k][0],
2994 v->CursorBPP,
4724 v->cursor_bw[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0
4918 v->CursorBPP[k][0],
5187 v->CursorBPP[k][0],
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c357 unsigned int CursorBPP,
393 unsigned int CursorBPP[][DC__NUM_CURSOR__MAX],
2713 v->cursor_bw[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0
2715 v->cursor_bw_pre[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0
2727 v->CursorBPP[k][0],
2748 v->CursorBPP[k][0],
3013 v->CursorBPP,
4810 v->cursor_bw[k] = v->NumberOfCursors[k] * v->CursorWidth[k][0] * v->CursorBPP[k][0] / 8.0
5006 v->CursorBPP[k][0],
5273 v->CursorBPP[k][0],
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c371 unsigned int CursorBPP,
2249 …locals->cursor_bw[k] += mode_lib->vba.CursorWidth[k][m] * mode_lib->vba.CursorBPP[k][m] / 8.0 / (m… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2250 …locals->cursor_bw_pre[k] += mode_lib->vba.CursorWidth[k][m] * mode_lib->vba.CursorBPP[k][m] / 8.0 … in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2263 dml_max(mode_lib->vba.CursorBPP[k][0], mode_lib->vba.CursorBPP[k][1]), in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4813 locals->cursor_bw[k] = mode_lib->vba.CursorWidth[k][m] * mode_lib->vba.CursorBPP[k][m] in dml21_ModeSupportAndSystemConfigurationFull()
4815 locals->cursor_bw_pre[k] = mode_lib->vba.CursorWidth[k][m] * mode_lib->vba.CursorBPP[k][m] in dml21_ModeSupportAndSystemConfigurationFull()
4828 dml_max(mode_lib->vba.CursorBPP[k][0], mode_lib->vba.CursorBPP[k][1]), in dml21_ModeSupportAndSystemConfigurationFull()
5090 if (mode_lib->vba.CursorBPP[k][m] == 64 && mode_lib->vba.Cursor64BppSupport == false) { in dml21_ModeSupportAndSystemConfigurationFull()
5620 unsigned int CursorBPP, in CalculateUrgentBurstFactor() argument
5652 dml_log2(CursorBufferSize * 1024.0 / (CursorWidth * CursorBPP / 8.0)), 1.0); in CalculateUrgentBurstFactor()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.c745 mode_lib->vba.CursorBPP[mode_lib->vba.NumberOfActivePlanes][0] = in fetch_pipe_params()
754 mode_lib->vba.CursorBPP[mode_lib->vba.NumberOfActivePlanes][1] = in fetch_pipe_params()
Ddisplay_mode_vba.h517 unsigned int CursorBPP[DC__NUM_DPP__MAX][DC__NUM_CURSOR__MAX]; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c2046 * mode_lib->vba.CursorBPP[k][j] / 8.0 in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4665 …ls->cursor_bw[k] = locals->NumberOfCursors[k] * locals->CursorWidth[k][m] * locals->CursorBPP[k][m] in dml20_ModeSupportAndSystemConfigurationFull()
4967 * mode_lib->vba.CursorBPP[k][j] in dml20_ModeSupportAndSystemConfigurationFull()
4972 || (mode_lib->vba.CursorBPP[k][j] == 64.0 in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c2082 * mode_lib->vba.CursorBPP[k][j] / 8.0 in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
4787 …ls->cursor_bw[k] = locals->NumberOfCursors[k] * locals->CursorWidth[k][m] * locals->CursorBPP[k][m] in dml20v2_ModeSupportAndSystemConfigurationFull()
5083 * mode_lib->vba.CursorBPP[k][j] in dml20v2_ModeSupportAndSystemConfigurationFull()
5088 || (mode_lib->vba.CursorBPP[k][j] == 64.0 in dml20v2_ModeSupportAndSystemConfigurationFull()