From patchwork Fri Dec 18 08:14:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Agner X-Patchwork-Id: 7880441 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 267D99F32E for ; Fri, 18 Dec 2015 08:14:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5FE0D204A7 for ; Fri, 18 Dec 2015 08:14:09 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 87478204A2 for ; Fri, 18 Dec 2015 08:14:07 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5134A6EA23; Fri, 18 Dec 2015 00:14:06 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail.kmu-office.ch (mail.kmu-office.ch [178.209.48.109]) by gabe.freedesktop.org (Postfix) with ESMTPS id C0E3D6EA23 for ; Fri, 18 Dec 2015 00:14:04 -0800 (PST) Received: from localhost.localdomain (unknown [IPv6:2601:602:8b00:ffde:3e97:eff:fe92:db3b]) by mail.kmu-office.ch (Postfix) with ESMTPSA id 7601A5C00D7; Fri, 18 Dec 2015 09:13:36 +0100 (CET) From: Stefan Agner To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] tests: remove missleading comments Date: Fri, 18 Dec 2015 00:14:49 -0800 Message-Id: <1450426489-5630-1-git-send-email-stefan@agner.ch> X-Mailer: git-send-email 2.6.4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1450426417; bh=gGoMRwmhehwiWghstti3LqcIrl62yKvHc07kJYcdD1g=; h=From:To:Cc:Subject:Date:Message-Id; b=AbbQEmjBcc/jpELN0GK+W0TCOnAjVUd6avHFwY0sBhPlUD0FGV3Ehz/AsLJ5i7DezsxT60LGcvgitT59qKCg3p9cIj03IwrF+forrGPDTUYuORS4Eg4K3tvDLxxVPAhs3zq9B3gtxj1XbbGwfF2x/1tvUZrvj+ttHGFFIrpLkTU= X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The comment has been copied from modetest and is not applicable for vbltest. Signed-off-by: Stefan Agner Reviewed-by: Jesse Barnes --- tests/vbltest/vbltest.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/tests/vbltest/vbltest.c b/tests/vbltest/vbltest.c index 531196c..5c61b43 100644 --- a/tests/vbltest/vbltest.c +++ b/tests/vbltest/vbltest.c @@ -1,5 +1,5 @@ /* - * DRM based mode setting test program + * DRM based vblank test program * Copyright 2008 Tungsten Graphics * Jakob Bornecrantz * Copyright 2008 Intel Corporation @@ -24,19 +24,6 @@ * IN THE SOFTWARE. */ -/* - * This fairly simple test program dumps output in a similar format to the - * "xrandr" tool everyone knows & loves. It's necessarily slightly different - * since the kernel separates outputs into encoder and connector structures, - * each with their own unique ID. The program also allows test testing of the - * memory management and mode setting APIs by allowing the user to specify a - * connector and mode to use for mode setting. If all works as expected, a - * blue background should be painted on the monitor attached to the specified - * connector after the selected mode is set. - * - * TODO: use cairo to write the mode info on the selected output once - * the mode has been programmed, along with possible test patterns. - */ #ifdef HAVE_CONFIG_H #include "config.h" #endif