Searched refs:vp_start_rot (Results 1 – 1 of 1) sorted by relevance
977 unsigned int vp_start_rot = 0; in dcn5_calculate_prefetch_source_lines() local1005 …vp_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()1009 …vp_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()