Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c187 bool IsVertical(enum dm_rotation_angle Scan) in IsVertical() function
733 if (!IsVertical(SourceRotation[k])) in dml32_CalculateSwathWidth()
790 if (!IsVertical(SourceRotation[k])) { in dml32_CalculateSwathWidth()
1996 if (GPUVMMinPageSizeKBytes[k] >= 64 && IsVertical(myPipe[k].SourceRotation)) in dml32_CalculateVMRowAndSwath()
2009 !IsVertical(myPipe[k].SourceRotation)) { in dml32_CalculateVMRowAndSwath()
2194 (GPUVMMinPageSizeKBytes[k] > 64 && IsVertical(myPipe[k].SourceRotation)); in dml32_CalculateVMRowAndSwath()
2330 } else if (!IsVertical(SourceRotation)) { in dml32_CalculateVMAndRowBytes()
2350 if (ViewportStationary && (NumberOfDPPs == 1 || !IsVertical(SourceRotation))) { in dml32_CalculateVMAndRowBytes()
2353 } else if (!IsVertical(SourceRotation)) { in dml32_CalculateVMAndRowBytes()
2379 if (ViewportStationary && (NumberOfDPPs == 1 || !IsVertical(SourceRotation))) { in dml32_CalculateVMAndRowBytes()
[all …]
Ddisplay_mode_vba_util_32.h45 bool IsVertical(enum dm_rotation_angle Scan);
Ddisplay_mode_vba_32.c1794 && (!(!IsVertical((enum dm_rotation_angle) mode_lib->vba.SourceScan[k])) in dml32_ModeSupportAndSystemConfigurationFull()
1822 if (!IsVertical(mode_lib->vba.SourceRotation[k])) { in dml32_ModeSupportAndSystemConfigurationFull()
1915 } else if (!IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelC[k] > 0 in dml32_ModeSupportAndSystemConfigurationFull()
1918 } else if (IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelC[k] > 0 in dml32_ModeSupportAndSystemConfigurationFull()
1923 } else if (IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelY[k] == 8 && in dml32_ModeSupportAndSystemConfigurationFull()