Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A 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()
1998 if (GPUVMMinPageSizeKBytes[k] >= 64 && IsVertical(myPipe[k].SourceRotation)) in dml32_CalculateVMRowAndSwath()
2011 !IsVertical(myPipe[k].SourceRotation)) { in dml32_CalculateVMRowAndSwath()
2196 (GPUVMMinPageSizeKBytes[k] > 64 && IsVertical(myPipe[k].SourceRotation)); in dml32_CalculateVMRowAndSwath()
2332 } else if (!IsVertical(SourceRotation)) { in dml32_CalculateVMAndRowBytes()
2352 if (ViewportStationary && (NumberOfDPPs == 1 || !IsVertical(SourceRotation))) { in dml32_CalculateVMAndRowBytes()
2355 } else if (!IsVertical(SourceRotation)) { in dml32_CalculateVMAndRowBytes()
2381 if (ViewportStationary && (NumberOfDPPs == 1 || !IsVertical(SourceRotation))) { in dml32_CalculateVMAndRowBytes()
[all …]
H A Ddisplay_mode_vba_util_32.h45 bool IsVertical(enum dm_rotation_angle Scan);
H A Ddisplay_mode_vba_32.c1796 && (!(!IsVertical((enum dm_rotation_angle) mode_lib->vba.SourceScan[k])) in dml32_ModeSupportAndSystemConfigurationFull()
1824 if (!IsVertical(mode_lib->vba.SourceRotation[k])) { in dml32_ModeSupportAndSystemConfigurationFull()
1917 } else if (!IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelC[k] > 0 in dml32_ModeSupportAndSystemConfigurationFull()
1920 } else if (IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelC[k] > 0 in dml32_ModeSupportAndSystemConfigurationFull()
1925 } else if (IsVertical(mode_lib->vba.SourceRotation[k]) && v->BytePerPixelY[k] == 8 && in dml32_ModeSupportAndSystemConfigurationFull()