Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c977 unsigned int vp_start_rot = 0; in dcn5_calculate_prefetch_source_lines() local
1005vp_start_rot = SwathHeight - (((unsigned int)(ViewportYStart + ViewportHeight - 1) % SwathHeight) … in dcn5_calculate_prefetch_source_lines()
1007 vp_start_rot = ViewportXStart; in dcn5_calculate_prefetch_source_lines()
1009vp_start_rot = SwathHeight - (((unsigned int)(ViewportYStart + SwathWidth - 1) % SwathHeight) + 1); in dcn5_calculate_prefetch_source_lines()
1011 vp_start_rot = ViewportYStart; in dcn5_calculate_prefetch_source_lines()
1013 sw0_tmp = SwathHeight - (vp_start_rot % SwathHeight); in dcn5_calculate_prefetch_source_lines()
1019 …MaxPartialSwath = (unsigned int)(math_max2(1, (unsigned int)(vp_start_rot + *VInitPreFill - 1) % S… in dcn5_calculate_prefetch_source_lines()
1030 DML_LOG_VERBOSE("DML::%s: vp_start_rot = %u\n", __func__, vp_start_rot); in dcn5_calculate_prefetch_source_lines()