Home
last modified time | relevance | path

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

/Linux-v6.1/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()
1991 if (GPUVMMinPageSizeKBytes[k] >= 64 && IsVertical(myPipe[k].SourceRotation)) in dml32_CalculateVMRowAndSwath()
2004 !IsVertical(myPipe[k].SourceRotation)) { in dml32_CalculateVMRowAndSwath()
2189 (GPUVMMinPageSizeKBytes[k] > 64 && IsVertical(myPipe[k].SourceRotation)); in dml32_CalculateVMRowAndSwath()
2325 } else if (!IsVertical(SourceRotation)) { in dml32_CalculateVMAndRowBytes()
2345 if (ViewportStationary && (NumberOfDPPs == 1 || !IsVertical(SourceRotation))) { in dml32_CalculateVMAndRowBytes()
2348 } else if (!IsVertical(SourceRotation)) { in dml32_CalculateVMAndRowBytes()
2374 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.c1754 && (!(!IsVertical((enum dm_rotation_angle) mode_lib->vba.SourceScan[k])) in dml32_ModeSupportAndSystemConfigurationFull()
1782 if (!IsVertical(mode_lib->vba.SourceRotation[k])) { in dml32_ModeSupportAndSystemConfigurationFull()
1875 } else if (!IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelC[k] > 0 in dml32_ModeSupportAndSystemConfigurationFull()
1878 } else if (IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelC[k] > 0 in dml32_ModeSupportAndSystemConfigurationFull()
1883 } else if (IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelY[k] == 8 && in dml32_ModeSupportAndSystemConfigurationFull()