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=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 A3A07C4CEC9 for ; Tue, 17 Sep 2019 08:39:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 80A7C21881 for ; Tue, 17 Sep 2019 08:39:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389182AbfIQIjE (ORCPT ); Tue, 17 Sep 2019 04:39:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49120 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730188AbfIQIjE (ORCPT ); Tue, 17 Sep 2019 04:39:04 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 28DCDC058CA4; Tue, 17 Sep 2019 08:39:04 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-116-47.ams2.redhat.com [10.36.116.47]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6259A60BF7; Tue, 17 Sep 2019 08:39:03 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4B5D816E05; Tue, 17 Sep 2019 10:39:02 +0200 (CEST) Date: Tue, 17 Sep 2019 10:39:02 +0200 From: Gerd Hoffmann To: Thomas Zimmermann Cc: dri-devel@lists.freedesktop.org, Maxime Ripard , David Airlie , Daniel Vetter , open list , "open list:DRM DRIVER FOR BOCHS VIRTUAL GPU" , Xinliang Liu , Hans de Goede , Xinwei Kong , Chen Feng , Rongrong Zou , Dave Airlie , Sean Paul Subject: Re: [PATCH 8/8] drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONS Message-ID: <20190917083902.fn32iznnjm3zhudl@sirius.home.kraxel.org> References: <20190913122908.784-1-kraxel@redhat.com> <20190913122908.784-9-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 17 Sep 2019 08:39:04 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > include/drm/drm_vram_mm_helper.h | 82 +++++++++++++++++++ > > diff --git a/include/drm/drm_vram_mm_helper.h b/include/drm/drm_vram_mm_helper.h > > new file mode 100644 > > Please rebase onto the latest drm-tip. This entire file has been removed > in a recent patch. I did rebase already, then re-added the file by mistake. Didn't pay enough attention while solving the conflict. Fixed now. cheers, Gerd