Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
 tests/dristat.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/dristat.c b/tests/dristat.c
index 992ceb4..cca4b03 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;
        }

-- 
2.1.0

Reply via email to