diff mbox series

linux-next: manual merge of the drm tree with Linus' tree

Message ID 20240916141517.3ef8b349@canb.auug.org.au (mailing list archive)
State New
Headers show
Series linux-next: manual merge of the drm tree with Linus' tree | expand

Commit Message

Stephen Rothwell Sept. 16, 2024, 4:15 a.m. UTC
Hi all,

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

  drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c

between commit:

  e835d5144f5e ("drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()")

from Linus' tree and commit:

  be7a6a517164 ("drm/amd/display: Check stream pointer is initialized before accessing")

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

Comments

Tobias Jakobi Sept. 16, 2024, 12:58 p.m. UTC | #1
On 9/16/24 06:15, Stephen Rothwell wrote:

> Hi all,
>
> Today's linux-next merge of the drm tree got a conflict in:
>
>    drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
>
> between commit:
>
>    e835d5144f5e ("drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()")
>
> from Linus' tree and commit:
>
>    be7a6a517164 ("drm/amd/display: Check stream pointer is initialized before accessing")
>
> from the drm 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.
>
On close inspection it might be worthwhile to take the same precautions 
that we now take with tg, also with pipe_ctx[i]->stream.

@Alex: What do you think?

With best wishes,
Tobias
Alex Deucher Sept. 17, 2024, 8:24 p.m. UTC | #2
+ Harry

On Mon, Sep 16, 2024 at 8:58 AM Tobias Jakobi
<tjakobi@math.uni-bielefeld.de> wrote:
>
> On 9/16/24 06:15, Stephen Rothwell wrote:
>
> > Hi all,
> >
> > Today's linux-next merge of the drm tree got a conflict in:
> >
> >    drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
> >
> > between commit:
> >
> >    e835d5144f5e ("drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()")
> >
> > from Linus' tree and commit:
> >
> >    be7a6a517164 ("drm/amd/display: Check stream pointer is initialized before accessing")
> >
> > from the drm 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.
> >
> On close inspection it might be worthwhile to take the same precautions
> that we now take with tg, also with pipe_ctx[i]->stream.
>
> @Alex: What do you think?

@Wentland, Harry can stream be NULL here?

Alex

>
> With best wishes,
> Tobias
>
diff mbox series

Patch

diff --cc drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
index d5e9aec52a05,a4c6decee0f8..000000000000
--- a/drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c