Home
last modified time | relevance | path

Searched refs:dpte_row_height_linear (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h465 unsigned int *dpte_row_height_linear,
H A Ddisplay_mode_vba_util_32.c2293 unsigned int *dpte_row_height_linear, in dml32_CalculateVMAndRowBytes()
2475 *dpte_row_height_linear = 1 << (unsigned int) dml_floor(dml_log2(PTEBufferSizeInRequests * in dml32_CalculateVMAndRowBytes()
2477 if (*dpte_row_height_linear > 128) in dml32_CalculateVMAndRowBytes()
2478 *dpte_row_height_linear = 128; in dml32_CalculateVMAndRowBytes()
2518 dml_print("DML::%s: dpte_row_height_linear = %d\n", __func__, *dpte_row_height_linear); in dml32_CalculateVMAndRowBytes()
H A Ddisplay_mode_vba_32.c491 v->dpte_row_height_linear, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h1231 unsigned int dpte_row_height_linear[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c202 dml_get_pipe_attr_func(dpte_row_height_linear_l, mode_lib->vba.dpte_row_height_linear);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1063 dml_uint_t dpte_row_height_linear[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c262 dml_uint_t *dpte_row_height_linear,
2478 dml_uint_t *dpte_row_height_linear, in CalculateVMAndRowBytes()
2629 …*dpte_row_height_linear = 1 << (dml_uint_t) dml_floor(dml_log2(PTEBufferSizeInRequests * PixelPTER… in CalculateVMAndRowBytes()
2630 if (*dpte_row_height_linear > 128) in CalculateVMAndRowBytes()
2631 *dpte_row_height_linear = 128; in CalculateVMAndRowBytes()
2678 dml_print("DML::%s: dpte_row_height_linear = %u\n", __func__, *dpte_row_height_linear); in CalculateVMAndRowBytes()
8731 CalculateVMRowAndSwath_params->dpte_row_height_linear_luma = locals->dpte_row_height_linear; in dml_core_mode_programming()
10318 …et_per_surface_var_func(dpte_row_height_linear_l, dml_uint_t, mode_lib->mp.dpte_row_height_linear);