From patchwork Thu May 24 15:06:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tvrtko Ursulin X-Patchwork-Id: 10424961 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 72AB46032A for ; Thu, 24 May 2018 15:06:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 60731294E9 for ; Thu, 24 May 2018 15:06:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 552FB296AF; Thu, 24 May 2018 15:06: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=-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 D9F6C294E9 for ; Thu, 24 May 2018 15:06:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1B6EA6E6C3; Thu, 24 May 2018 15:06:30 +0000 (UTC) X-Original-To: Intel-gfx@lists.freedesktop.org Delivered-To: Intel-gfx@lists.freedesktop.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 658226E6C3 for ; Thu, 24 May 2018 15:06:28 +0000 (UTC) Received: by mail-wm0-x241.google.com with SMTP id o78-v6so6307125wmg.0 for ; Thu, 24 May 2018 08:06:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=sT1NWG9PluX4XEdxm7wvbT56qNtcDVMyQenk0yf4paQ=; b=Wa1Q33Ftb484U/oWPJoWDSueRFSS3NSB7xK8C294BDy8hBIza0GhQE5mvygQLx5p29 dqqVqSC+zZMJTAXhTEBCwRXOFsbmtRSqhSXzDGK1PweNk/NarGkoqnhvQO6gZiNMaYuD 5grCDeMwLCqKk4KsauG65hdUTgsT4qMTNlRV6LdqqpyHost9rwASntUjHtN9gvDhPqsZ SThINqr5OzH8+l//ZUrC9UzfWR7Jbt+haviMWN+I9rsSCYqitjAwIRvOrzdJMi4ZKn83 FxhJbLyZHjKvkNgNurMmSMpGlKxrsQtB5Nm0VZcop4a5KWLxf/Wr4N/lNvedPi8KMBq/ 6UCw== X-Gm-Message-State: ALKqPwdLNpePRQw9f/+wkzJ+mX7JorK8PXeSBQfo+EyeI1nGBBaQMpgM 1TNctFfmhGdFNuq/4VwGEX0z3AEg X-Google-Smtp-Source: AB8JxZpqL3cBvo4LNXipk+YkuaLbFri72IxoZzBeU3zUeEU+Fkli0VbfyFnEkI+hYwd6xqyZm/qgXA== X-Received: by 2002:a1c:78b:: with SMTP id 133-v6mr8266113wmh.72.1527174386638; Thu, 24 May 2018 08:06:26 -0700 (PDT) Received: from localhost.localdomain ([95.146.151.144]) by smtp.gmail.com with ESMTPSA id y7-v6sm12317880wrh.86.2018.05.24.08.06.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 May 2018 08:06:25 -0700 (PDT) From: Tvrtko Ursulin X-Google-Original-From: Tvrtko Ursulin To: Intel-gfx@lists.freedesktop.org Date: Thu, 24 May 2018 16:06:20 +0100 Message-Id: <20180524150621.17332-1-tvrtko.ursulin@linux.intel.com> X-Mailer: git-send-email 2.17.0 Subject: [Intel-gfx] [CI 1/2] drm/i915: Include i915_scheduler.h from i915_gem_context.h X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 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-Virus-Scanned: ClamAV using ClamSMTP From: Tvrtko Ursulin struct i915_gem_context embeds structr i915_sched_attr so needs to include the respective header. Signed-off-by: Tvrtko Ursulin Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem_context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/i915_gem_context.h b/drivers/gpu/drm/i915/i915_gem_context.h index c3262b4dd2ee..84fef3b1e6e4 100644 --- a/drivers/gpu/drm/i915/i915_gem_context.h +++ b/drivers/gpu/drm/i915/i915_gem_context.h @@ -30,6 +30,7 @@ #include #include "i915_gem.h" +#include "i915_scheduler.h" struct pid;