All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the drm-msm tree with the drm-next tree
@ 2021-07-29 11:10 Mark Brown
  2021-07-29 11:44 ` Christian König
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2021-07-29 11:10 UTC (permalink / raw)
  To: Rob Clark, Sean Paul
  Cc: Christian König, Linux Kernel Mailing List,
	Linux Next Mailing List, Rob Clark

Hi all,

Today's linux-next merge of the drm-msm tree got a conflict in:

  drivers/gpu/drm/msm/msm_gem.c

between commit:

  60f800b2bdfa ("drm/msm: always wait for the exclusive fence")

from the drm-next tree and commit:

  1d8a5ca436ee ("drm/msm: Conversion to drm scheduler")

from the drm-msm 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.

diff --cc drivers/gpu/drm/msm/msm_gem.c
index 39c35414d7b5,5db07fc287ad..000000000000
--- a/drivers/gpu/drm/msm/msm_gem.c
+++ b/drivers/gpu/drm/msm/msm_gem.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the drm-msm tree with the drm-next tree
  2021-07-29 11:10 linux-next: manual merge of the drm-msm tree with the drm-next tree Mark Brown
@ 2021-07-29 11:44 ` Christian König
  2021-07-29 12:25   ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Christian König @ 2021-07-29 11:44 UTC (permalink / raw)
  To: Mark Brown, Rob Clark, Sean Paul
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Rob Clark

Hi Mark,

Am 29.07.21 um 13:10 schrieb Mark Brown:
> Hi all,
>
> Today's linux-next merge of the drm-msm tree got a conflict in:
>
>    drivers/gpu/drm/msm/msm_gem.c
>
> between commit:
>
>    60f800b2bdfa ("drm/msm: always wait for the exclusive fence")
>
> from the drm-next tree and commit:
>
>    1d8a5ca436ee ("drm/msm: Conversion to drm scheduler")
>
> from the drm-msm 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.
>
> diff --cc drivers/gpu/drm/msm/msm_gem.c
> index 39c35414d7b5,5db07fc287ad..000000000000
> --- a/drivers/gpu/drm/msm/msm_gem.c
> +++ b/drivers/gpu/drm/msm/msm_gem.c

thanks for the fixup, but something went wrong here. The diff is just empty.

Any idea what's going on?

Regards,
Christian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the drm-msm tree with the drm-next tree
  2021-07-29 11:44 ` Christian König
@ 2021-07-29 12:25   ` Mark Brown
  2021-07-29 14:47     ` Rob Clark
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2021-07-29 12:25 UTC (permalink / raw)
  To: Christian König
  Cc: Rob Clark, Sean Paul, Linux Kernel Mailing List,
	Linux Next Mailing List, Rob Clark

[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]

On Thu, Jul 29, 2021 at 01:44:42PM +0200, Christian König wrote:
> Am 29.07.21 um 13:10 schrieb Mark Brown:
> > Hi all,
> > 
> > Today's linux-next merge of the drm-msm tree got a conflict in:
> > 
> >    drivers/gpu/drm/msm/msm_gem.c
> > 
> > between commit:
> > 
> >    60f800b2bdfa ("drm/msm: always wait for the exclusive fence")
> > 
> > from the drm-next tree and commit:
> > 
> >    1d8a5ca436ee ("drm/msm: Conversion to drm scheduler")
> > 
> > from the drm-msm 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.
> > 
> > diff --cc drivers/gpu/drm/msm/msm_gem.c
> > index 39c35414d7b5,5db07fc287ad..000000000000
> > --- a/drivers/gpu/drm/msm/msm_gem.c
> > +++ b/drivers/gpu/drm/msm/msm_gem.c
> 
> thanks for the fixup, but something went wrong here. The diff is just empty.
> 
> Any idea what's going on?

The change modified a function that is simply deleted so the resulting
diff was empty.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the drm-msm tree with the drm-next tree
  2021-07-29 12:25   ` Mark Brown
@ 2021-07-29 14:47     ` Rob Clark
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Clark @ 2021-07-29 14:47 UTC (permalink / raw)
  To: Mark Brown
  Cc: Christian König, Rob Clark, Sean Paul,
	Linux Kernel Mailing List, Linux Next Mailing List

On Thu, Jul 29, 2021 at 5:25 AM Mark Brown <broonie@kernel.org> wrote:
>
> On Thu, Jul 29, 2021 at 01:44:42PM +0200, Christian König wrote:
> > Am 29.07.21 um 13:10 schrieb Mark Brown:
> > > Hi all,
> > >
> > > Today's linux-next merge of the drm-msm tree got a conflict in:
> > >
> > >    drivers/gpu/drm/msm/msm_gem.c
> > >
> > > between commit:
> > >
> > >    60f800b2bdfa ("drm/msm: always wait for the exclusive fence")
> > >
> > > from the drm-next tree and commit:
> > >
> > >    1d8a5ca436ee ("drm/msm: Conversion to drm scheduler")
> > >
> > > from the drm-msm 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.
> > >
> > > diff --cc drivers/gpu/drm/msm/msm_gem.c
> > > index 39c35414d7b5,5db07fc287ad..000000000000
> > > --- a/drivers/gpu/drm/msm/msm_gem.c
> > > +++ b/drivers/gpu/drm/msm/msm_gem.c
> >
> > thanks for the fixup, but something went wrong here. The diff is just empty.
> >
> > Any idea what's going on?
>
> The change modified a function that is simply deleted so the resulting
> diff was empty.

That is the correct resolution, that commit switched to
drm_gem_fence_array_add_implicit() as part of the conversion

BR,
-R

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-29 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29 11:10 linux-next: manual merge of the drm-msm tree with the drm-next tree Mark Brown
2021-07-29 11:44 ` Christian König
2021-07-29 12:25   ` Mark Brown
2021-07-29 14:47     ` Rob Clark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.