All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Revert "drm/amd/display: disable stream if pixel clock changed with link active"
@ 2020-12-14 21:53 Alex Deucher
  2020-12-14 22:30 ` Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2020-12-14 21:53 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher, Borislav Petkov

This reverts commit 8353d30e747f4e5cdd867c6b054dbb85cdcc76a9.

This causes a hang on a carrizo based laptop.  Revert until we can fix
it properly.

Cc: Borislav Petkov <bp@alien8.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/display/dc/core/dc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
index 58eb0d69873a..5a1340baade2 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -895,6 +895,7 @@ static void disable_vbios_mode_if_required(
 		if (stream->link->local_sink &&
 			stream->link->local_sink->sink_signal == SIGNAL_TYPE_EDP) {
 			link = stream->link;
+			break;
 		}
 
 		if (link != NULL && link->link_enc->funcs->is_dig_enabled(link->link_enc)) {
-- 
2.25.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] Revert "drm/amd/display: disable stream if pixel clock changed with link active"
  2020-12-14 21:53 [PATCH] Revert "drm/amd/display: disable stream if pixel clock changed with link active" Alex Deucher
@ 2020-12-14 22:30 ` Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2020-12-14 22:30 UTC (permalink / raw)
  To: Alex Deucher; +Cc: Alex Deucher, amd-gfx

On Mon, Dec 14, 2020 at 04:53:39PM -0500, Alex Deucher wrote:
> This reverts commit 8353d30e747f4e5cdd867c6b054dbb85cdcc76a9.
> 
> This causes a hang on a carrizo based laptop.  Revert until we can fix
> it properly.
> 
> Cc: Borislav Petkov <bp@alien8.de>

Reported-by: me

> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  drivers/gpu/drm/amd/display/dc/core/dc.c | 1 +
>  1 file changed, 1 insertion(+)

Lemme know if I should test fixes.

Thx.

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2020-12-14 22:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 21:53 [PATCH] Revert "drm/amd/display: disable stream if pixel clock changed with link active" Alex Deucher
2020-12-14 22:30 ` Borislav Petkov

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.