Add infrastructure for validating modes by memory bandwidth.

This commit is contained in:
Adam Jackson
2007-12-13 15:06:18 -05:00
parent 4359193aaa
commit 1768af38c7
4 changed files with 45 additions and 0 deletions

View File

@@ -183,6 +183,8 @@ xf86ModeStatusToString(ModeStatus status)
return "all modes must have the same resolution";
case MODE_NO_REDUCED:
return "monitor doesn't support reduced blanking";
case MODE_BANDWIDTH:
return "mode requires too much memory bandwidth";
case MODE_BAD:
return "unknown reason";
case MODE_ERROR: