From patchwork Thu Jan 16 09:29:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Thomas_Hellstr=C3=B6m_=28Intel=29?= X-Patchwork-Id: 11336409 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 20C2492A for ; Thu, 16 Jan 2020 09:30:19 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F2BE7208C3 for ; Thu, 16 Jan 2020 09:30:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=shipmail.org header.i=@shipmail.org header.b="kZm8Byw0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F2BE7208C3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=shipmail.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9B4016EC6B; Thu, 16 Jan 2020 09:30:15 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from pio-pvt-msa2.bahnhof.se (pio-pvt-msa2.bahnhof.se [79.136.2.41]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3FECA6EC6B for ; Thu, 16 Jan 2020 09:30:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTP id A1D774096E; Thu, 16 Jan 2020 10:30:12 +0100 (CET) Authentication-Results: pio-pvt-msa2.bahnhof.se; dkim=pass (1024-bit key; unprotected) header.d=shipmail.org header.i=@shipmail.org header.b=kZm8Byw0; dkim-atps=neutral X-Virus-Scanned: Debian amavisd-new at bahnhof.se X-Spam-Flag: NO X-Spam-Score: -2.099 X-Spam-Level: X-Spam-Status: No, score=-2.099 tagged_above=-999 required=6.31 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no Received: from pio-pvt-msa2.bahnhof.se ([127.0.0.1]) by localhost (pio-pvt-msa2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M6pu8w-_IfGk; Thu, 16 Jan 2020 10:30:11 +0100 (CET) Received: from mail1.shipmail.org (h-205-35.A357.priv.bahnhof.se [155.4.205.35]) (Authenticated sender: mb878879) by pio-pvt-msa2.bahnhof.se (Postfix) with ESMTPA id BF83740924; Thu, 16 Jan 2020 10:30:09 +0100 (CET) Received: from localhost.localdomain.localdomain (h-205-35.A357.priv.bahnhof.se [155.4.205.35]) by mail1.shipmail.org (Postfix) with ESMTPSA id D9A053600E5; Thu, 16 Jan 2020 10:30:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=shipmail.org; s=mail; t=1579167008; bh=9N3TdYxajTmazYNCb722O3UDhcqrDhRn4ZTGAS3a+kg=; h=From:To:Cc:Subject:Date:From; b=kZm8Byw0qeY2Z9lIjPFtrxJk4VAiXC7C9s7dahRoBaOphhOXSaRg4cDsuWIwemybw OzqKkxkoEsTRUuC432w4luaWz5VqEAsxPc25J6IsZlg6O1w6Juq+EbQ5l9DdmNngF3 QwZBuTS/9AjcoXdOZsujvcdJjcIIf+cLD+FgIBQ0= From: =?utf-8?q?Thomas_Hellstr=C3=B6m_=28VMware=29?= To: airlied@gmail.com, airlied@redhat.com, daniel@ffwll.ch Subject: [git pull] vmwgfx-next Date: Thu, 16 Jan 2020 10:29:34 +0100 Message-Id: <20200116092934.5276-1-thomas_os@shipmail.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pv-drivers@vmware.com, =?utf-8?q?Thomas_Hellstr=C3=B6m?= , linux-graphics-maintainer@vmware.com, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Dave, Daniel The main 5.6 -next pull from vmwgfx. Minor things here and there, as well as an added ioctl for host messaging and a corresponding api version bump. Thanks, Thomas The following changes since commit 71e7274066c646bb3d9da39d2f4db0a6404c0a2d: Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-01-15 16:57:54 +1000) are available in the Git repository at: git://people.freedesktop.org/~thomash/linux vmwgfx-next for you to fetch changes up to b20414252068263c736d008e536658f9ce13d74a: drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible (2020-01-15 14:34:49 +0100) ---------------------------------------------------------------- Emil Velikov (3): drm/vmwgfx: move the require_exist handling together drm/vmwgfx: check master authentication in surface_ref ioctls drm/vmwgfx: drop DRM_AUTH for render ioctls Lukas Bulwahn (1): drm/vmwgfx: Replace deprecated PTR_RET Navid Emamdoost (1): drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add Roland Scheidegger (1): drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from host Thomas Hellstrom (3): drm/vmwgfx: Don't use the HB port if memory encryption is active drm/vmwgfx: Bump driver minor version drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible Thomas Zimmermann (1): drm/vmwgfx: Call vmw_driver_{load,unload}() before registering device drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 76 ++++++++++++++++++------- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 6 +- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 21 +++++-- drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 90 +++++++++++++++++++++++++++++- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 16 ++++-- drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c | 4 ++ include/uapi/drm/vmwgfx_drm.h | 17 ++++++ 8 files changed, 200 insertions(+), 34 deletions(-)