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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 0E944C433DF for ; Mon, 6 Jul 2020 12:53: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 DF7C820722 for ; Mon, 6 Jul 2020 12:53:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DF7C820722 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.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 AAB1289C6C; Mon, 6 Jul 2020 12:53:30 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 02C4889C6C for ; Mon, 6 Jul 2020 12:53:29 +0000 (UTC) IronPort-SDR: BVeVhQUXixwYBCV9FKexWbezP0qHAZwEuQBXmspF8udC8UWTpgOaVyYqBP4LAlnqVsP4L9tZpv QxK8jJnJ4G2g== X-IronPort-AV: E=McAfee;i="6000,8403,9673"; a="145512220" X-IronPort-AV: E=Sophos;i="5.75,320,1589266800"; d="scan'208";a="145512220" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jul 2020 05:53:29 -0700 IronPort-SDR: YhnfRmS4Cm8JzzXRcCEusQiKEml+aY/wt6BlcH81mPtT6mkRwhOGwMBCPBUz+gb5PAKGwpSVIj GAS2JkXXHu3A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,320,1589266800"; d="scan'208";a="357439008" Received: from mweingar-mobl.ger.corp.intel.com (HELO [10.249.46.232]) ([10.249.46.232]) by orsmga001.jf.intel.com with ESMTP; 06 Jul 2020 05:53:28 -0700 To: Tvrtko Ursulin , intel-gfx@lists.freedesktop.org References: <20200703122221.591656-1-maarten.lankhorst@linux.intel.com> <20200703122221.591656-7-maarten.lankhorst@linux.intel.com> <77d31489-33f1-c025-aa3c-bfe3d70a0e54@linux.intel.com> From: Maarten Lankhorst Message-ID: <756b6b1a-97f5-4676-65f3-4e1430945ccf@linux.intel.com> Date: Mon, 6 Jul 2020 14:53:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <77d31489-33f1-c025-aa3c-bfe3d70a0e54@linux.intel.com> Content-Language: en-US Subject: Re: [Intel-gfx] [PATCH 06/23] drm/i915: Parse command buffer earlier in eb_relocate(slow) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Op 03-07-2020 om 15:49 schreef Tvrtko Ursulin: > > On 03/07/2020 13:22, Maarten Lankhorst wrote: >> We want to introduce backoff logic, but we need to lock the >> pool object as well for command parsing. Because of this, we >> will need backoff logic for the engine pool obj, move the batch >> validation up slightly to eb_lookup_vmas, and the actual command >> parsing in a separate function which can get called from execbuf >> relocation fast and slowpath. > > On this one I also had some feedback in the previous round which you maybe missed. > > Regards, Compile tested this one now, so should work. :) _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx