mbox series

[0/3] Backport patches for 5.13-stable tree

Message ID 20210716074201.28291-1-Wayne.Lin@amd.com
Headers show
Series Backport patches for 5.13-stable tree | expand

Message

Wayne Lin July 16, 2021, 7:41 a.m. UTC
Patches below in Linus's tree failed to apply to 5.13-stable tree.
Adjust them so we can apply them to 5.13-stable tree.

original git commit id:
* 3769e4c0af5b82c8ea21d037013cb9564dfaa51f
  [PATCH] drm/dp_mst: Avoid to mess up payload table by ports in stale topology

* 35d3e8cb35e75450f87f87e3d314e2d418b6954b
  [PATCH] drm/dp_mst: Do not set proposed vcpi directly

* 24ff3dc18b99c4b912ab1746e803ddb3be5ced4c
  [PATCH] drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()

José Roberto de Souza (1):
  drm/dp_mst: Add missing drm parameters to recently added call to
    drm_dbg_kms()

Wayne Lin (2):
  drm/dp_mst: Do not set proposed vcpi directly
  drm/dp_mst: Avoid to mess up payload table by ports in stale topology

 drivers/gpu/drm/drm_dp_mst_topology.c | 68 +++++++++++++++++----------
 1 file changed, 42 insertions(+), 26 deletions(-)

Comments

Greg KH July 19, 2021, 12:54 p.m. UTC | #1
On Fri, Jul 16, 2021 at 03:41:58PM +0800, Wayne Lin wrote:
> Patches below in Linus's tree failed to apply to 5.13-stable tree.

> Adjust them so we can apply them to 5.13-stable tree.

> 

> original git commit id:

> * 3769e4c0af5b82c8ea21d037013cb9564dfaa51f

>   [PATCH] drm/dp_mst: Avoid to mess up payload table by ports in stale topology

> 

> * 35d3e8cb35e75450f87f87e3d314e2d418b6954b

>   [PATCH] drm/dp_mst: Do not set proposed vcpi directly

> 

> * 24ff3dc18b99c4b912ab1746e803ddb3be5ced4c

>   [PATCH] drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()

> 

> José Roberto de Souza (1):

>   drm/dp_mst: Add missing drm parameters to recently added call to

>     drm_dbg_kms()

> 

> Wayne Lin (2):

>   drm/dp_mst: Do not set proposed vcpi directly

>   drm/dp_mst: Avoid to mess up payload table by ports in stale topology

> 

>  drivers/gpu/drm/drm_dp_mst_topology.c | 68 +++++++++++++++++----------

>  1 file changed, 42 insertions(+), 26 deletions(-)

> 

> -- 

> 2.17.1

> 


All now queued up, thanks.

greg k-h