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=-10.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HK_RANDOM_FROM,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 2A927C4727D for ; Thu, 24 Sep 2020 12:22:50 +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 A640A21D7F for ; Thu, 24 Sep 2020 12:22:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A640A21D7F 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 C7A376EACC; Thu, 24 Sep 2020 12:22:48 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id E8D096EACC; Thu, 24 Sep 2020 12:22:47 +0000 (UTC) IronPort-SDR: ulleF8tQRgiVZXb9Wdm2mk30VDIBE41TpvOwOo3viKlk510gOWapfb41WfdGxO/FhE/YoCwPae RGtOFzj7jVsQ== X-IronPort-AV: E=McAfee;i="6000,8403,9753"; a="162093271" X-IronPort-AV: E=Sophos;i="5.77,297,1596524400"; d="scan'208";a="162093271" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Sep 2020 05:22:47 -0700 IronPort-SDR: yIaT7aSfYZLzy7NAr4/+/fx09KzEzHT9W6js9dSXcbin5XmBb1ZJrTzhIomLZahY1XxX9OeT67 NyrfUrRrFMnA== X-IronPort-AV: E=Sophos;i="5.77,297,1596524400"; d="scan'208";a="455327432" Received: from dsmahang-mobl2.ger.corp.intel.com (HELO [10.252.48.167]) ([10.252.48.167]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Sep 2020 05:22:44 -0700 To: Christoph Hellwig References: <20200918163724.2511-1-hch@lst.de> <20200918163724.2511-5-hch@lst.de> <9b5d40af-7378-9e68-ca51-73b2148287f3@linux.intel.com> <20200923134117.GB9893@lst.de> <1a421e7f-6255-c534-5403-715c2e809bd0@linux.intel.com> <20200923144455.GA15036@lst.de> From: Tvrtko Ursulin Organization: Intel Corporation UK Plc Message-ID: <17f81582-f087-aeac-c06a-4cd1a5457fbb@linux.intel.com> Date: Thu, 24 Sep 2020 13:22:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200923144455.GA15036@lst.de> Content-Language: en-US Subject: Re: [Intel-gfx] [PATCH 4/6] drm/i915: use vmap in i915_gem_object_map 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: Juergen Gross , Stefano Stabellini , Minchan Kim , Peter Zijlstra , intel-gfx@lists.freedesktop.org, x86@kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mm@kvack.org, xen-devel@lists.xenproject.org, Andrew Morton , Boris Ostrovsky , Nitin Gupta Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 23/09/2020 15:44, Christoph Hellwig wrote: > On Wed, Sep 23, 2020 at 02:58:43PM +0100, Tvrtko Ursulin wrote: >>>> Series did not get a CI run from our side because of a different base so I >>>> don't know if you would like to have a run there? If so you would need to >>>> rebase against git://anongit.freedesktop.org/drm-tip drm-tip and you could >>>> even send a series to intel-gfx-trybot@lists.freedesktop.org, suppressing >>>> cc, to check it out without sending a copy to the real mailing list. >>> >>> It doesn't seem like I can post to any freedesktop list, as I always >>> get rejection messages. But I'll happily prepare a branch if one >>> of you an feed it into your CI. >> >> That's fine, just ping me and I will forward it for testing, thanks! > > git://git.infradead.org/users/hch/misc.git i915-vmap-wip > > Gitweb: > > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/i915-vmap-wip > > note that this includes a new commit to clean up one of the recent > commits in the code. CI says series looks good from the i915 perspective (*). I don't know how will you handle it logistically, but when you have final version I am happy to re-read and r-b the i915 patches. Regards, Tvrtko *) https://patchwork.freedesktop.org/series/82051/ _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx