* [PATCH 6.6.y] Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"
@ 2024-10-07 3:57 Jonathan Gray
2024-10-08 9:22 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Gray @ 2024-10-07 3:57 UTC (permalink / raw)
To: gregkh; +Cc: stable
This reverts commit a53841b074cc196c3caaa37e1f15d6bc90943b97.
duplicated a change made in 6.6.46
718d83f66fb07b2cab89a1fc984613a00e3db18f
Cc: stable@vger.kernel.org # 6.6
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
---
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
index 7fb11445a28f..d390e3d62e56 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
@@ -1266,9 +1266,6 @@ static bool is_dsc_need_re_compute(
}
}
- if (new_stream_on_link_num == 0)
- return false;
-
if (new_stream_on_link_num == 0)
return false;
--
2.46.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 6.6.y] Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link"
2024-10-07 3:57 [PATCH 6.6.y] Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link" Jonathan Gray
@ 2024-10-08 9:22 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2024-10-08 9:22 UTC (permalink / raw)
To: Jonathan Gray; +Cc: dri-devel, stable
On Mon, Oct 07, 2024 at 02:57:11PM +1100, Jonathan Gray wrote:
> This reverts commit a53841b074cc196c3caaa37e1f15d6bc90943b97.
>
> duplicated a change made in 6.6.46
> 718d83f66fb07b2cab89a1fc984613a00e3db18f
>
> Cc: stable@vger.kernel.org # 6.6
> Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
> ---
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> index 7fb11445a28f..d390e3d62e56 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
> @@ -1266,9 +1266,6 @@ static bool is_dsc_need_re_compute(
> }
> }
>
> - if (new_stream_on_link_num == 0)
> - return false;
> -
> if (new_stream_on_link_num == 0)
> return false;
>
> --
> 2.46.1
>
The whole drm tree is messed up when it comes to stable patches.
Duplicates like this happen all the time due to their bizarre workflow
that causes this to happen at least once a release, and is still a major
pain to deal with.
I dread the -rc1 merge window each time for the drm patches and put them
off until I have gotten through everything else. Can you please work
with those developers to make this go better to prevent this from
constantly happening?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-08 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 3:57 [PATCH 6.6.y] Revert "drm/amd/display: Skip Recompute DSC Params if no Stream on Link" Jonathan Gray
2024-10-08 9:22 ` Greg KH
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).