From patchwork Thu Jul 21 13:12:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Boll X-Patchwork-Id: 9241639 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 51C2C60574 for ; Thu, 21 Jul 2016 13:13:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 43CA126E81 for ; Thu, 21 Jul 2016 13:13:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3897E27EE2; Thu, 21 Jul 2016 13:13:31 +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=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CED7226E81 for ; Thu, 21 Jul 2016 13:13:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7B4306E18D; Thu, 21 Jul 2016 13:13:24 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id E87356E18D for ; Thu, 21 Jul 2016 13:13:12 +0000 (UTC) Received: by mail-wm0-x243.google.com with SMTP id i5so2442026wmg.2 for ; Thu, 21 Jul 2016 06:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=QzQLJAYDn7cKTUqhJHRhWSKhPWyZL6+uf+dC6y/RXTM=; b=SwTtixD5IrR/MZ+XdrJJ8B0FzE7kEKNj9NmM2eXzufNhLB9+zH5HfRzgi3vTIfo1To q12pXhARQZXktunGFnFwXIyBWB4nk4roeBEqSrR7Kf9UzKII2WEndTEquvbywrhT3RYX d1nCohwHESCkXjTZcP0tqP8oGyH3+TMPO5AZ+p5QraT7ECYhaTQ5IlFf602fMJZCh1lV 8JCEXzH5aAvLNl5GnNLi4xyO4N+yybQEDFKhxJag1hvdGsMet4+vNQp73P+Dgu3NvxMP EwbU00Tq1qqRi6Wmvpk6fL2CQ7NrT7fP+ZGq+hANf2cl/vQqkipn+oH8Lfh2O1cKmjcc IllA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=QzQLJAYDn7cKTUqhJHRhWSKhPWyZL6+uf+dC6y/RXTM=; b=gdo+H2d/+sxIYEYRoN/2km+PccRiBLIB7UvxodZIx8bTSbW7O2J8R8fOR+IXbvwYde hcsoLKgZoIGPAPfcsW1QnL3HzVvGzribPYOyGKvgJFuJF/KaFXJZ0wV10f4TF7M/Q5TW 5RnorMFluKX4PSClKDO15esSOjg7L3NWdoYLsonzgUatXBmw9ISEUbvLn+4rwyo+FVRK fjm74r5ll2BuDBbdwU4Oe6PEF17jUrQL9vufyFUk/JgtgMKGsLMho55NRUBOLawvD5z/ Hsm5kQ4iWv7HDcpjR44BOkmBk7U9pmEf3ZONwdYx7RDOhJ36hOizuTN9N467AlwSSL+I 9x4Q== X-Gm-Message-State: ALyK8tIi2De7jqpE8zSF4jGMlZJloX3IGUEoJJIbxiOyY/saHm6HKrl+tL0TJKL+6khndg== X-Received: by 10.28.27.211 with SMTP id b202mr18889208wmb.12.1469106790254; Thu, 21 Jul 2016 06:13:10 -0700 (PDT) Received: from debian.tuwien.ac.at (p237-100.vps.tuwien.ac.at. [128.131.237.100]) by smtp.gmail.com with ESMTPSA id f187sm4005688wmf.15.2016.07.21.06.13.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jul 2016 06:13:09 -0700 (PDT) From: Andreas Boll To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 3/6] libdrm: Fix drm.h include path in virtgpu drm header file Date: Thu, 21 Jul 2016 15:12:41 +0200 Message-Id: <1469106764-19411-4-git-send-email-andreas.boll.dev@gmail.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1469106764-19411-1-git-send-email-andreas.boll.dev@gmail.com> References: <1469106764-19411-1-git-send-email-andreas.boll.dev@gmail.com> 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-Virus-Scanned: ClamAV using ClamSMTP A similar change was made to mesa's copy of virtgpu_drm.h by the following commit: commit c1bf71f77c9d4bc83fa7dc987b56f98350430d7c Author: Emil Velikov Date: Wed Oct 28 11:47:18 2015 +0000 virgl: fix drm.h include path The drm/ prefix is required, if using the kernel provided headers. As most distros don't ship them it and we already depend on libdrm (which adds the relevant -I flag) just drop the drm/ from the include. Once a libdrm release with the virtgpu_drm.h header is released, we can drop our local copy of the file. Signed-off-by: Emil Velikov Reviewed-by: Dave Airlie This matches the include path used by all other drm header files. Signed-off-by: Andreas Boll --- include/drm/virtgpu_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/virtgpu_drm.h b/include/drm/virtgpu_drm.h index abf11c5..6a43f8d 100644 --- a/include/drm/virtgpu_drm.h +++ b/include/drm/virtgpu_drm.h @@ -25,7 +25,7 @@ #define VIRTGPU_DRM_H #include -#include "drm/drm.h" +#include "drm.h" /* Please note that modifications to all structs defined here are * subject to backwards-compatibility constraints.