dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* Dim blowing up in my face
@ 2020-12-01 16:58 Christian König
  2020-12-01 17:22 ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: Christian König @ 2020-12-01 16:58 UTC (permalink / raw)
  To: Daniel Vetter, dri-devel@lists.freedesktop.org

Hi Daniel,

I've just pushed a minor TTM cleanup and dim is complaining that 
drm-intel/drm-intel-gt-next merge into drm-tip failed.

Investigating that looks like something completely unrelated and I don't 
know the Intel code well enough to fix it myself.

How to we proceed?

Thanks,
Christian.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: Dim blowing up in my face
  2020-12-01 16:58 Dim blowing up in my face Christian König
@ 2020-12-01 17:22 ` Daniel Vetter
  2020-12-01 17:24   ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2020-12-01 17:22 UTC (permalink / raw)
  To: Christian König; +Cc: dri-devel@lists.freedesktop.org

On Tue, Dec 1, 2020 at 5:58 PM Christian König <christian.koenig@amd.com> wrote:
>
> Hi Daniel,
>
> I've just pushed a minor TTM cleanup and dim is complaining that
> drm-intel/drm-intel-gt-next merge into drm-tip failed.
>
> Investigating that looks like something completely unrelated and I don't
> know the Intel code well enough to fix it myself.
>
> How to we proceed?

Probably just someone concurrently pushing and hasn't resolved their
conflicts yet. Best is to ask on #intel-gfx who did it to make sure it
gets fixed.
-Daniel

>
> Thanks,
> Christian.



-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: Dim blowing up in my face
  2020-12-01 17:22 ` Daniel Vetter
@ 2020-12-01 17:24   ` Daniel Vetter
  2020-12-02  1:26     ` Rodrigo Vivi
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2020-12-01 17:24 UTC (permalink / raw)
  To: Christian König; +Cc: dri-devel@lists.freedesktop.org

On Tue, Dec 1, 2020 at 6:22 PM Daniel Vetter <daniel@ffwll.ch> wrote:
>
> On Tue, Dec 1, 2020 at 5:58 PM Christian König <christian.koenig@amd.com> wrote:
> >
> > Hi Daniel,
> >
> > I've just pushed a minor TTM cleanup and dim is complaining that
> > drm-intel/drm-intel-gt-next merge into drm-tip failed.
> >
> > Investigating that looks like something completely unrelated and I don't
> > know the Intel code well enough to fix it myself.
> >
> > How to we proceed?
>
> Probably just someone concurrently pushing and hasn't resolved their
> conflicts yet. Best is to ask on #intel-gfx who did it to make sure it
> gets fixed.

btw gitk --merge (and not --merges, that's a totally different knob)
in the conflicting branch is really good to figure out what's
conflicting with what and whom to blame for the mess. Looks like it
was Rodrigo and already resolved.
-Daniel

> -Daniel
>
> >
> > Thanks,
> > Christian.
>
>
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch



-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: Dim blowing up in my face
  2020-12-01 17:24   ` Daniel Vetter
@ 2020-12-02  1:26     ` Rodrigo Vivi
  0 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2020-12-02  1:26 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Christian König, dri-devel@lists.freedesktop.org

On Tue, Dec 01, 2020 at 06:24:56PM +0100, Daniel Vetter wrote:
> On Tue, Dec 1, 2020 at 6:22 PM Daniel Vetter <daniel@ffwll.ch> wrote:
> >
> > On Tue, Dec 1, 2020 at 5:58 PM Christian König <christian.koenig@amd.com> wrote:
> > >
> > > Hi Daniel,
> > >
> > > I've just pushed a minor TTM cleanup and dim is complaining that
> > > drm-intel/drm-intel-gt-next merge into drm-tip failed.
> > >
> > > Investigating that looks like something completely unrelated and I don't
> > > know the Intel code well enough to fix it myself.
> > >
> > > How to we proceed?
> >
> > Probably just someone concurrently pushing and hasn't resolved their
> > conflicts yet. Best is to ask on #intel-gfx who did it to make sure it
> > gets fixed.
> 
> btw gitk --merge (and not --merges, that's a totally different knob)
> in the conflicting branch is really good to figure out what's
> conflicting with what and whom to blame for the mess. Looks like it
> was Rodrigo and already resolved.

yeap, caused by the drm-intel-fixes' cherry-picks from drm-intel-gt-next.

All of them solved by simply going with the drm-intel-gt-next side.

(Well, plus a silent conflict which left a duplication and broken the compilation)

Sorry for any temporary inconvenience.

> -Daniel
> 
> > -Daniel
> >
> > >
> > > Thanks,
> > > Christian.
> >
> >
> >
> > --
> > Daniel Vetter
> > Software Engineer, Intel Corporation
> > http://blog.ffwll.ch
> 
> 
> 
> -- 
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-12-02  1:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-01 16:58 Dim blowing up in my face Christian König
2020-12-01 17:22 ` Daniel Vetter
2020-12-01 17:24   ` Daniel Vetter
2020-12-02  1:26     ` Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).