All of lore.kernel.org
 help / color / mirror / Atom feed
* Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state
@ 2022-11-10 22:32 Dirk Gouders
  2022-11-11 20:50 ` Lyude Paul
  2022-11-13  9:28 ` Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot Thorsten Leemhuis
  0 siblings, 2 replies; 7+ messages in thread
From: Dirk Gouders @ 2022-11-10 22:32 UTC (permalink / raw)
  To: Lyude Paul
  Cc: Linux Kernel, Wayne Lin, Ville Syrjälä,
	Fangzhi Zuo, Jani Nikula, Imre Deak, Daniel Vetter, Sean Paul

Hello,

I noticed a regression with Linus' current tree and bisected it to
4d07b0bc403403 (drm/display/dp_mst: Move all payload info into the atomic state):

I have two monitors connected to my laptop's USB-C port and since this
patch, one of the monitors remains dark.

Please let me know if I can provide additional information that could help
to investigate this problem.

Dirk

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

* Re: Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state
  2022-11-10 22:32 Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state Dirk Gouders
@ 2022-11-11 20:50 ` Lyude Paul
  2022-11-11 22:00   ` Dirk Gouders
  2022-11-13  9:28 ` Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot Thorsten Leemhuis
  1 sibling, 1 reply; 7+ messages in thread
From: Lyude Paul @ 2022-11-11 20:50 UTC (permalink / raw)
  To: Dirk Gouders
  Cc: Linux Kernel, Wayne Lin, Ville Syrjälä,
	Fangzhi Zuo, Jani Nikula, Imre Deak, Daniel Vetter, Sean Paul

Thank for letting us know! Luckily I only have good news, as we've actually
been looking into this issue for a bit now and have made a pretty good amount
of progress. There's pretty much only one issue left for us to fix I'm fairly
sure:

https://gitlab.freedesktop.org/drm/amd/-/issues/2171

If you'd like to help, there's some logs I could use someone getting to help
me figure out the last remaining issue here.

On Thu, 2022-11-10 at 23:32 +0100, Dirk Gouders wrote:
> Hello,
> 
> I noticed a regression with Linus' current tree and bisected it to
> 4d07b0bc403403 (drm/display/dp_mst: Move all payload info into the atomic state):
> 
> I have two monitors connected to my laptop's USB-C port and since this
> patch, one of the monitors remains dark.
> 
> Please let me know if I can provide additional information that could help
> to investigate this problem.
> 
> Dirk
> 

-- 
Cheers,
 Lyude Paul (she/her)
 Software Engineer at Red Hat


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

* Re: Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state
  2022-11-11 20:50 ` Lyude Paul
@ 2022-11-11 22:00   ` Dirk Gouders
  0 siblings, 0 replies; 7+ messages in thread
From: Dirk Gouders @ 2022-11-11 22:00 UTC (permalink / raw)
  To: Lyude Paul
  Cc: Linux Kernel, Wayne Lin, Ville Syrjälä,
	Fangzhi Zuo, Jani Nikula, Imre Deak, Daniel Vetter, Sean Paul

Thank you for the pointer.  I will see if I can produce some of the
wanted logs but at the earliest tomorrow, it's almost sleeping time,
here.

Dirk

Lyude Paul <lyude@redhat.com> writes:

> Thank for letting us know! Luckily I only have good news, as we've actually
> been looking into this issue for a bit now and have made a pretty good amount
> of progress. There's pretty much only one issue left for us to fix I'm fairly
> sure:
>
> https://gitlab.freedesktop.org/drm/amd/-/issues/2171
>
> If you'd like to help, there's some logs I could use someone getting to help
> me figure out the last remaining issue here.
>
> On Thu, 2022-11-10 at 23:32 +0100, Dirk Gouders wrote:
>> Hello,
>> 
>> I noticed a regression with Linus' current tree and bisected it to
>> 4d07b0bc403403 (drm/display/dp_mst: Move all payload info into the atomic state):
>> 
>> I have two monitors connected to my laptop's USB-C port and since this
>> patch, one of the monitors remains dark.
>> 
>> Please let me know if I can provide additional information that could help
>> to investigate this problem.
>> 
>> Dirk
>> 

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

* Re: Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot
  2022-11-10 22:32 Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state Dirk Gouders
  2022-11-11 20:50 ` Lyude Paul
@ 2022-11-13  9:28 ` Thorsten Leemhuis
  2022-11-20 17:29   ` Thorsten Leemhuis
  2022-11-23 15:43   ` Thorsten Leemhuis
  1 sibling, 2 replies; 7+ messages in thread
From: Thorsten Leemhuis @ 2022-11-13  9:28 UTC (permalink / raw)
  To: regressions; +Cc: Linux Kernel

[Note: this mail is primarily send for documentation purposes and/or for
regzbot, my Linux kernel regression tracking bot. That's why I removed
most or all folks from the list of recipients, but left any that looked
like a mailing lists. These mails usually contain '#forregzbot' in the
subject, to make them easy to spot and filter out.]

[TLDR: I'm adding this regression report to the list of tracked
regressions; all text from me you find below is based on a few templates
paragraphs you might have encountered already already in similar form.]

Hi, this is your Linux kernel regression tracker.

On 10.11.22 23:32, Dirk Gouders wrote:
> 
> I noticed a regression with Linus' current tree and bisected it to
> 4d07b0bc403403 (drm/display/dp_mst: Move all payload info into the atomic state):
> 
> I have two monitors connected to my laptop's USB-C port and since this
> patch, one of the monitors remains dark.
> 
> Please let me know if I can provide additional information that could help
> to investigate this problem.

Thanks for the report. To be sure below issue doesn't fall through the
cracks unnoticed, I'm adding it to regzbot, my Linux kernel regression
tracking bot:

#regzbot introduced 4d07b0bc403403 ^
https://gitlab.freedesktop.org/drm/amd/-/issues/2171
#regzbot title drm: amdgpu: No payload for [MST PORT:0000000006da5d29]
found in mst state 00000000b0e556d6" on system resume with TBT dock
connected.
#regzbot ignore-activity

Ciao, Thorsten (wearing his 'the Linux kernel's regression tracker' hat)

P.S.: As the Linux kernel's regression tracker I deal with a lot of
reports and sometimes miss something important when writing mails like
this. If that's the case here, don't hesitate to tell me in a public
reply, it's in everyone's interest to set the public record straight.

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

* Re: Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot
  2022-11-13  9:28 ` Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot Thorsten Leemhuis
@ 2022-11-20 17:29   ` Thorsten Leemhuis
  2022-11-23 15:43   ` Thorsten Leemhuis
  1 sibling, 0 replies; 7+ messages in thread
From: Thorsten Leemhuis @ 2022-11-20 17:29 UTC (permalink / raw)
  To: regressions; +Cc: Linux Kernel

[Note: this mail is primarily send for documentation purposes and/or for
regzbot, my Linux kernel regression tracking bot. That's why I removed
most or all folks from the list of recipients, but left any that looked
like a mailing lists. These mails usually contain '#forregzbot' in the
subject, to make them easy to spot and filter out.]

On 13.11.22 10:28, Thorsten Leemhuis wrote:
> On 10.11.22 23:32, Dirk Gouders wrote:
>>
>> I noticed a regression with Linus' current tree and bisected it to
>> 4d07b0bc403403 (drm/display/dp_mst: Move all payload info into the atomic state):
>>
>> I have two monitors connected to my laptop's USB-C port and since this
>> patch, one of the monitors remains dark.
>>
>> Please let me know if I can provide additional information that could help
>> to investigate this problem.
> 
> Thanks for the report. To be sure below issue doesn't fall through the
> cracks unnoticed, I'm adding it to regzbot, my Linux kernel regression
> tracking bot:
> 
> #regzbot introduced 4d07b0bc403403 ^
> https://gitlab.freedesktop.org/drm/amd/-/issues/2171
> #regzbot title drm: amdgpu: No payload for [MST PORT:0000000006da5d29]
> found in mst state 00000000b0e556d6" on system resume with TBT dock
> connected.
> #regzbot ignore-activity

#regzbot monitor
https://lore.kernel.org/amd-gfx/20221114221754.385090-1-lyude@redhat.com/

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

* Re: Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot
  2022-11-13  9:28 ` Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot Thorsten Leemhuis
  2022-11-20 17:29   ` Thorsten Leemhuis
@ 2022-11-23 15:43   ` Thorsten Leemhuis
  2023-01-13 20:38     ` Salvatore Bonaccorso
  1 sibling, 1 reply; 7+ messages in thread
From: Thorsten Leemhuis @ 2022-11-23 15:43 UTC (permalink / raw)
  To: regressions; +Cc: Linux Kernel

[Note: this mail is primarily send for documentation purposes and/or for
regzbot, my Linux kernel regression tracking bot. That's why I removed
most or all folks from the list of recipients, but left any that looked
like a mailing lists. These mails usually contain '#forregzbot' in the
subject, to make them easy to spot and filter out.]

On 13.11.22 10:28, Thorsten Leemhuis wrote:
> On 10.11.22 23:32, Dirk Gouders wrote:
>>
>> I noticed a regression with Linus' current tree and bisected it to
>> 4d07b0bc403403 (drm/display/dp_mst: Move all payload info into the atomic state):
>>
>> I have two monitors connected to my laptop's USB-C port and since this
>> patch, one of the monitors remains dark.
>>
>> Please let me know if I can provide additional information that could help
>> to investigate this problem.
> 
> Thanks for the report. To be sure below issue doesn't fall through the
> cracks unnoticed, I'm adding it to regzbot, my Linux kernel regression
> tracking bot:
> 
> #regzbot introduced 4d07b0bc403403 ^
> https://gitlab.freedesktop.org/drm/amd/-/issues/2171
> #regzbot title drm: amdgpu: No payload for [MST PORT:0000000006da5d29]
> found in mst state 00000000b0e556d6" on system resume with TBT dock
> connected.
> #regzbot ignore-activity

#regzbot fixed-by: d60b82aa

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

* Re: Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot
  2022-11-23 15:43   ` Thorsten Leemhuis
@ 2023-01-13 20:38     ` Salvatore Bonaccorso
  0 siblings, 0 replies; 7+ messages in thread
From: Salvatore Bonaccorso @ 2023-01-13 20:38 UTC (permalink / raw)
  To: Thorsten Leemhuis; +Cc: regressions, Linux Kernel

hi Thorsten,

On Wed, Nov 23, 2022 at 04:43:41PM +0100, Thorsten Leemhuis wrote:
> [Note: this mail is primarily send for documentation purposes and/or for
> regzbot, my Linux kernel regression tracking bot. That's why I removed
> most or all folks from the list of recipients, but left any that looked
> like a mailing lists. These mails usually contain '#forregzbot' in the
> subject, to make them easy to spot and filter out.]
> 
> On 13.11.22 10:28, Thorsten Leemhuis wrote:
> > On 10.11.22 23:32, Dirk Gouders wrote:
> >>
> >> I noticed a regression with Linus' current tree and bisected it to
> >> 4d07b0bc403403 (drm/display/dp_mst: Move all payload info into the atomic state):
> >>
> >> I have two monitors connected to my laptop's USB-C port and since this
> >> patch, one of the monitors remains dark.
> >>
> >> Please let me know if I can provide additional information that could help
> >> to investigate this problem.
> > 
> > Thanks for the report. To be sure below issue doesn't fall through the
> > cracks unnoticed, I'm adding it to regzbot, my Linux kernel regression
> > tracking bot:
> > 
> > #regzbot introduced 4d07b0bc403403 ^
> > https://gitlab.freedesktop.org/drm/amd/-/issues/2171
> > #regzbot title drm: amdgpu: No payload for [MST PORT:0000000006da5d29]
> > found in mst state 00000000b0e556d6" on system resume with TBT dock
> > connected.
> > #regzbot ignore-activity
> 
> #regzbot fixed-by: d60b82aa

I have a question on this regression tracking, as I noticed the
https://gitlab.freedesktop.org/drm/amd/-/issues/2171 issue which is
still open, does not appear on
https://linux-regtracking.leemhuis.info/regzbot/mainline/ :

Is the fixed-by marking above correct? There is still ongoing
discussion and Mario Limoncello is proposing to revert commit
4d07b0bc403403438d9cf88450506240c5faf92f . Cf.
https://gitlab.freedesktop.org/drm/amd/-/issues/2171#note_1722420 and
https://patchwork.freedesktop.org/patch/518080/ .

So is it needed to to unmark it as fixed or do I miss something here?

Regards,
Salvatore

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

end of thread, other threads:[~2023-01-13 20:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-10 22:32 Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state Dirk Gouders
2022-11-11 20:50 ` Lyude Paul
2022-11-11 22:00   ` Dirk Gouders
2022-11-13  9:28 ` Regression bisected: drm/display/dp_mst: Move all payload info into the atomic state #forregzbot Thorsten Leemhuis
2022-11-20 17:29   ` Thorsten Leemhuis
2022-11-23 15:43   ` Thorsten Leemhuis
2023-01-13 20:38     ` Salvatore Bonaccorso

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.