From patchwork Thu Dec 13 13:08:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Hellstrom X-Patchwork-Id: 10728711 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9894313AF for ; Thu, 13 Dec 2018 13:09:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8A6452C079 for ; Thu, 13 Dec 2018 13:09:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 88E2F2C038; Thu, 13 Dec 2018 13:09:09 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 4D4CA2BC9D for ; Thu, 13 Dec 2018 13:09:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6943B6E92E; Thu, 13 Dec 2018 13:09:08 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from EX13-EDG-OU-002.vmware.com (ex13-edg-ou-002.vmware.com [208.91.0.190]) by gabe.freedesktop.org (Postfix) with ESMTPS id 283726E92E for ; Thu, 13 Dec 2018 13:09:07 +0000 (UTC) Received: from sc9-mailhost3.vmware.com (10.113.161.73) by EX13-EDG-OU-002.vmware.com (10.113.208.156) with Microsoft SMTP Server id 15.0.1156.6; Thu, 13 Dec 2018 05:09:06 -0800 Received: from fedoratest.localdomain (unknown [10.129.223.99]) by sc9-mailhost3.vmware.com (Postfix) with ESMTP id 9528840D04; Thu, 13 Dec 2018 05:09:04 -0800 (PST) From: Thomas Hellstrom To: , Subject: [git pull] vmwgfx-next-2018-12-13 Date: Thu, 13 Dec 2018 14:08:48 +0100 Message-ID: <20181213130848.3080-1-thellstrom@vmware.com> X-Mailer: git-send-email 2.19.0.rc1 MIME-Version: 1.0 Received-SPF: None (EX13-EDG-OU-002.vmware.com: thellstrom@vmware.com does not designate permitted sender hosts) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pv-drivers@vmware.com, Thomas Hellstrom , linux-graphics-maintainer@vmware.com, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Hi, Dave Two minor fixes for the previous vmwgfx-next pull: The following changes since commit 9a01135b98b9d5a7033c544245da7aad0d886758: drm/vmwgfx: Use the standard atomic helpers for page-flip (2018-12-05 10:09:55 +0100) are available in the Git repository at: git://people.freedesktop.org/~thomash/linux tags/vmwgfx-next-2018-12-13 for you to fetch changes up to 0660d8cd83938ef5cc91582fe6f951e8935f2d0f: drm: Fix docs warning in drm_damage_helper.c (2018-12-11 15:20:13 +0100) ---------------------------------------------------------------- Pull request of 2018-12-13 ---------------------------------------------------------------- Colin Ian King (1): drm/selftest: fix spelling mistake "dimention" -> "dimension" Deepak Rawat (1): drm: Fix docs warning in drm_damage_helper.c drivers/gpu/drm/drm_damage_helper.c | 2 +- drivers/gpu/drm/selftests/test-drm_damage_helper.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)