From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966190AbdGUALv (ORCPT ); Thu, 20 Jul 2017 20:11:51 -0400 Received: from ozlabs.org ([103.22.144.67]:50601 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964809AbdGUALu (ORCPT ); Thu, 20 Jul 2017 20:11:50 -0400 Date: Fri, 21 Jul 2017 10:11:48 +1000 From: Stephen Rothwell To: Daniel Vetter , Intel Graphics , DRI , Dave Airlie Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: manual merge of the drm-misc tree with the drm-intel tree Message-ID: <20170721101148.4b20f55e@canb.auug.org.au> In-Reply-To: <20170720112333.010b9ac8@canb.auug.org.au> References: <20170720112333.010b9ac8@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, The following conflict now exists between the drm and drm-intel trees. On Thu, 20 Jul 2017 11:23:33 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the drm-misc tree got a conflict in: > > drivers/gpu/drm/i915/i915_drv.c > > between commit: > > 99c539bef538 ("drm/i915: unregister interfaces first in unload") > > from the drm-intel tree and commit: > > baf54385af78 ("drm/i915: Drop drm_vblank_cleanup") > > from the drm-misc tree. > > I fixed it up (see below) and can carry the fix as necessary. This > is now fixed as far as linux-next is concerned, but any non trivial > conflicts should be mentioned to your upstream maintainer when your tree > is submitted for merging. You may also want to consider cooperating > with the maintainer of the conflicting tree to minimise any particularly > complex conflicts. > > -- > Cheers, > Stephen Rothwell > > diff --cc drivers/gpu/drm/i915/i915_drv.c > index f406aec8a499,04d9bd84ee43..000000000000 > --- a/drivers/gpu/drm/i915/i915_drv.c > +++ b/drivers/gpu/drm/i915/i915_drv.c > @@@ -1386,8 -1367,8 +1384,6 @@@ void i915_driver_unload(struct drm_devi > > intel_gvt_cleanup(dev_priv); > > - drm_vblank_cleanup(dev); > - i915_driver_unregister(dev_priv); > -- > intel_modeset_cleanup(dev); > > /* -- Cheers, Stephen Rothwell