All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org
Cc: Wayne Lin <Wayne.Lin@amd.com>, Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.12.y] drm/amd/display: Reduce accessing remote DPCD overhead
Date: Tue,  4 Feb 2025 11:34:03 -0500	[thread overview]
Message-ID: <20250204111522-1628a2ec44cb6355@stable.kernel.org> (raw)
In-Reply-To: <20250204101336.2029586-1-Wayne.Lin@amd.com>

[ Sasha's backport helper bot ]

Hi,

Found matching upstream commit: adb4998f4928a17d91be054218a902ba9f8c1f93


Status in newer kernel trees:
6.13.y | Present (exact SHA1)
6.12.y | Not found

Note: The patch differs from the upstream commit:
---
1:  adb4998f4928a ! 1:  0e5ffb81ed4e1 drm/amd/display: Reduce accessing remote DPCD overhead
    @@ Commit message
         Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
         (cherry picked from commit 4a9a918545455a5979c6232fcf61ed3d8f0db3ae)
         Cc: stable@vger.kernel.org
    +    (cherry picked from commit adb4998f4928a17d91be054218a902ba9f8c1f93)
    +    Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
     
      ## drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h ##
     @@ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h: struct amdgpu_dm_connector {
    @@ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c: amdgpu_dm_mst_conne
     +static inline void
     +amdgpu_dm_mst_reset_mst_connector_setting(struct amdgpu_dm_connector *aconnector)
     +{
    -+	aconnector->drm_edid = NULL;
    ++	aconnector->edid = NULL;
     +	aconnector->dsc_aux = NULL;
     +	aconnector->mst_output_port->passthrough_aux = NULL;
     +	aconnector->mst_local_bw = 0;
    @@ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c: amdgpu_dm_mst_conne
      
      		dc_sink_release(dc_sink);
      		aconnector->dc_sink = NULL;
    --		aconnector->drm_edid = NULL;
    +-		aconnector->edid = NULL;
     -		aconnector->dsc_aux = NULL;
     -		port->passthrough_aux = NULL;
     +		amdgpu_dm_mst_reset_mst_connector_setting(aconnector);
    @@ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c: dm_dp_mst_detect(st
      
      		dc_sink_release(aconnector->dc_sink);
      		aconnector->dc_sink = NULL;
    --		aconnector->drm_edid = NULL;
    +-		aconnector->edid = NULL;
     -		aconnector->dsc_aux = NULL;
     -		port->passthrough_aux = NULL;
     +		amdgpu_dm_mst_reset_mst_connector_setting(aconnector);
---

Results of testing on various branches:

| Branch                    | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.12.y       |  Success    |  Success   |

      parent reply	other threads:[~2025-02-04 16:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-20 14:18 FAILED: patch "[PATCH] drm/amd/display: Reduce accessing remote DPCD overhead" failed to apply to 6.12-stable tree gregkh
2025-02-04 10:13 ` [PATCH 6.12.y] drm/amd/display: Reduce accessing remote DPCD overhead Wayne Lin
2025-02-04 10:22   ` Greg KH
2025-02-04 15:09     ` Mario Limonciello
2025-02-04 16:34   ` Sasha Levin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250204111522-1628a2ec44cb6355@stable.kernel.org \
    --to=sashal@kernel.org \
    --cc=Wayne.Lin@amd.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.