Home
last modified time | relevance | path

Searched refs:CursorWidth (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h543 unsigned int CursorWidth,
871 unsigned int CursorWidth[][DC__NUM_CURSOR__MAX],
H A Ddisplay_mode_vba_32.c657 mode_lib->vba.CursorWidth[k][0], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
672 …v->cursor_bw[k] = mode_lib->vba.NumberOfCursors[k] * mode_lib->vba.CursorWidth[k][0] * mode_lib->v… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
854 mode_lib->vba.CursorWidth[k][0], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
868 …v->cursor_bw_pre[k] = mode_lib->vba.NumberOfCursors[k] * mode_lib->vba.CursorWidth[k][0] * mode_li… in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1269 mode_lib->vba.CursorWidth, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2644 mode_lib->vba.cursor_bw[k] = mode_lib->vba.NumberOfCursors[k] * mode_lib->vba.CursorWidth[k][0] in dml32_ModeSupportAndSystemConfigurationFull()
2872 mode_lib->vba.CursorWidth[k][0], in dml32_ModeSupportAndSystemConfigurationFull()
3355 mode_lib->vba.CursorWidth[k][0], mode_lib->vba.CursorBPP[k][0], in dml32_ModeSupportAndSystemConfigurationFull()
3368 …v->cursor_bw_pre[k] = mode_lib->vba.NumberOfCursors[k] * mode_lib->vba.CursorWidth[k][0] * mode_li… in dml32_ModeSupportAndSystemConfigurationFull()
3622 if (mode_lib->vba.CursorWidth[k][0] > 0.0) { in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_utils.c86 dml_plane_array->CursorWidth[dst_index] = dml_plane_array->CursorWidth[src_index]; in dml2_util_copy_dml_plane()
H A Ddisplay_mode_core.c428 dml_uint_t CursorWidth,
475 dml_uint_t CursorWidth[],
3208 dml_uint_t CursorWidth, in CalculateUrgentBurstFactor() argument
3231 if (CursorWidth > 0) { in CalculateUrgentBurstFactor()
3232 …er = 1 << (dml_uint_t) dml_floor(dml_log2(CursorBufferSize * 1024.0 / (CursorWidth * CursorBPP / 8… in CalculateUrgentBurstFactor()
3295 dml_uint_t CursorWidth[], in CalculatePixelDeliveryTimes() argument
3408 …cursor_req_per_width = (dml_uint_t)(dml_ceil((dml_float_t) CursorWidth[k] * (dml_float_t) CursorBP… in CalculatePixelDeliveryTimes()
3411 …CursorRequestDeliveryTime[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / cursor_r… in CalculatePixelDeliveryTimes()
3413 …CursorRequestDeliveryTime[k] = (dml_float_t) CursorWidth[k] / PSCL_THROUGHPUT[k] / Dppclk[k] / cur… in CalculatePixelDeliveryTimes()
3416 …CursorRequestDeliveryTimePrefetch[k] = (dml_float_t) CursorWidth[k] / HRatio[k] / PixelClock[k] / … in CalculatePixelDeliveryTimes()
[all …]
H A Ddml2_translation_helper.c1027 out->CursorWidth[location] = 256; in populate_dummy_dml_plane_cfg()
1073 out->CursorWidth[location] = 256; in populate_dml_plane_cfg_from_plane_state()
H A Ddisplay_mode_util.c591 dml_print("DML: plane_cfg: plane=%d, CursorWidth = %d\n", i, plane->CursorWidth[i]); in dml_print_dml_display_cfg_plane()
H A Ddisplay_mode_core_structs.h567 dml_uint_t CursorWidth[__DML_NUM_PLANES__]; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c748 mode_lib->vba.CursorWidth[mode_lib->vba.NumberOfActivePlanes][0] = in fetch_pipe_params()
757 mode_lib->vba.CursorWidth[mode_lib->vba.NumberOfActivePlanes][1] = in fetch_pipe_params()
H A Ddisplay_mode_vba.h516 unsigned int CursorWidth[DC__NUM_DPP__MAX][DC__NUM_CURSOR__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c3396 unsigned int CursorWidth, in calculate_cursor_urgent_burst_factor() argument
3408 if (CursorWidth > 0) { in calculate_cursor_urgent_burst_factor()