From f289349ef9a0a14566c50d666e698c4c97912e76 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Thu, 24 Jan 2013 14:42:54 +0100 Subject: uterm: rename drm-dumb backend into drm2d module This moves all the drm-dumb code into a new module that is now called drm2d (which was already used internally before). No conceptual changes, just renames and moves. Signed-off-by: David Herrmann --- tests/test_output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_output.c b/tests/test_output.c index ff523cf..2c5ce86 100644 --- a/tests/test_output.c +++ b/tests/test_output.c @@ -218,9 +218,9 @@ int main(int argc, char **argv) ret = uterm_video_new(&video, eloop, node, mode); if (ret) { if (mode == UTERM_VIDEO_DRM) { - log_notice("cannot create drm device; trying dumb drm mode"); + log_notice("cannot create drm device; trying drm2d mode"); ret = uterm_video_new(&video, eloop, node, - UTERM_VIDEO_DUMB); + UTERM_VIDEO_DRM2D); if (ret) goto err_exit; } else { -- cgit v1.2.3