From patchwork Wed Dec 10 14:53:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Wood X-Patchwork-Id: 5469611 Return-Path: X-Original-To: patchwork-intel-gfx@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 79F83BEEA8 for ; Wed, 10 Dec 2014 14:53:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BA14920160 for ; Wed, 10 Dec 2014 14:53:38 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 993F52015A for ; Wed, 10 Dec 2014 14:53:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B576872010; Wed, 10 Dec 2014 06:53:36 -0800 (PST) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by gabe.freedesktop.org (Postfix) with ESMTP id B49CB6E47B for ; Wed, 10 Dec 2014 06:53:33 -0800 (PST) Received: by mail-ee0-f42.google.com with SMTP id d17so693eek.29 for ; Wed, 10 Dec 2014 06:53:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=hzrnkRilXyMD8q6diLy3MNx2BI+6lifMM973u8vtqzg=; b=liCWzC1XGzTm1oVuY0Q0Dx7f/nol+4+A3klnVJYxI7di7VIY7mkaurs3ycP60uj3cC 3wSHRraHkmfv2jwf1Hq4WnDMeGFf1Aba3PxB5kPUpDEuBxzhzHNZTkBshAxGjelhp7KD pB3pTBA8BsBshHlQKgMNCP2+YCzxftSZwi3iXGvm9Z37X5ZdYMX1F633VN1jwoEC9Mpu Uvj2VS//4RAGZZGKPpHTfYHlSvr5ctOt58LMICPRSEqZA7i1UyKoeyLOTfjwmGJmnndq X/sGH2AAEajWrQ2uHM6iPcNrxNb/R5/+HDizzLWSba2QE5YLJa/C3lW9OibsFFKfjqW4 rKBw== X-Gm-Message-State: ALoCoQk6hrV5RRsMMKo1K2cedA9M2kwRn9V24bPBeOHzYPrn9HUbEmGcQwGNhWmsH9ToZJlR98Xv X-Received: by 10.180.73.206 with SMTP id n14mr14088115wiv.60.1418223212876; Wed, 10 Dec 2014 06:53:32 -0800 (PST) Received: from pistachio.icx.intel.com ([83.217.123.106]) by mx.google.com with ESMTPSA id et4sm6162770wjd.15.2014.12.10.06.53.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Dec 2014 06:53:31 -0800 (PST) From: Thomas Wood To: intel-gfx@lists.freedesktop.org Date: Wed, 10 Dec 2014 14:53:27 +0000 Message-Id: <1418223208-21955-3-git-send-email-thomas.wood@intel.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1418223208-21955-1-git-send-email-thomas.wood@intel.com> References: <1418223208-21955-1-git-send-email-thomas.wood@intel.com> Subject: [Intel-gfx] [PATCH i-g-t 3/4] NEWS: Updates X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 Signed-off-by: Thomas Wood --- NEWS | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 103c7cd..447ba77 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +1,30 @@ Release 1.9 (XXXX-XX-XX) ------------------------ -- As usual piles of new testcases and improvements to existing ones. +- New test cases added: drm_import_export, gem_gpgpu_fill, gem_ppgtt, + gem_tiled_wb, kms_pwrite_crc. - New helper for interactive progress indicators (see igt_print_activity and igt_progress), which can be disabled by setting the log-level to warn (Thomas and Daniel). -- Basic skl support: pci ids, rendercpy&mediafill (Damien, Zhao Yakui). +- Basic skl support: pci ids, rendercopy & mediafill (Damien, Zhao Yakui). - chv support for the iosf sideband tools and a few other improvements (Ville). - Fence register support for intel_reg_dumper on bdw+ (Rodrigo). +- Support for skl in quick_dump (Damien). + +- Golden state generation infrastructure (Mika). + +- New skl watermark tool (Damien). + +- New EDID test block that includes multiple display modes (Thomas). + +- Individual test documentation available in generated documentation and from + the test binaries (Thomas). + Release 1.8 (2014-09-08) ------------------------