From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D093AC433E0 for ; Sun, 5 Jul 2020 22:01:32 +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 AC2E4206CD for ; Sun, 5 Jul 2020 22:01:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AC2E4206CD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 071D06E1C4; Sun, 5 Jul 2020 22:01:32 +0000 (UTC) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by gabe.freedesktop.org (Postfix) with ESMTPS id 606816E1C4 for ; Sun, 5 Jul 2020 22:01:30 +0000 (UTC) IronPort-SDR: AoFVW9mc1QYzn7SL2giJZfkoQNxgniU8md14JqUod0Dcih+7mHJwZxNaXn4g7CcW3LCEYCQUzk iZvKDIK2YDMQ== X-IronPort-AV: E=McAfee;i="6000,8403,9673"; a="127409141" X-IronPort-AV: E=Sophos;i="5.75,317,1589266800"; d="scan'208";a="127409141" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2020 15:01:29 -0700 IronPort-SDR: L6qb4nYhK+XXM0J/b72cVmdv+USADp4kChWZLaZVrcwh+nLY/+3jZ+xj3EyllIB3SplMGstAds 7KC6bfU7SW9w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,317,1589266800"; d="scan'208";a="357269113" Received: from gbain-mobl.ger.corp.intel.com (HELO intel.com) ([10.251.82.155]) by orsmga001.jf.intel.com with ESMTP; 05 Jul 2020 15:01:27 -0700 Date: Mon, 6 Jul 2020 01:01:29 +0300 From: Andi Shyti To: Chris Wilson Message-ID: <20200705220129.GA1217@intel.intel> References: <20200702083225.20044-1-chris@chris-wilson.co.uk> <20200702083225.20044-17-chris@chris-wilson.co.uk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200702083225.20044-17-chris@chris-wilson.co.uk> Subject: Re: [Intel-gfx] [PATCH 17/23] drm/i915/gem: Asynchronous GTT unbinding X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org, Matthew Auld Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Hi Chris, > +static int gen6_fixup_ggtt(struct i915_vma *vma) you create this function here and remove it in patch 21. This series is a bit confusing, can we have a final version of it? Andi _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx