diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dristat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dristat.c b/tests/dristat.c index 992ceb40..cca4b03a 100644 --- a/tests/dristat.c +++ b/tests/dristat.c @@ -100,6 +100,7 @@ static void getvm(int fd) case DRM_SHM: typename = "SHM"; break; case DRM_AGP: typename = "AGP"; break; case DRM_SCATTER_GATHER: typename = "SG"; break; + case DRM_CONSISTENT: typename = "CON"; break; default: typename = "???"; break; } |