All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Refactor and clean up codes of mst
@ 2023-08-04  6:20 ` Wayne Lin
  0 siblings, 0 replies; 38+ messages in thread
From: Wayne Lin @ 2023-08-04  6:20 UTC (permalink / raw)
  To: dri-devel, amd-gfx
  Cc: jani.nikula, imre.deak, jerry.zuo, Wayne Lin, harry.wentland,
	ville.syrjala

This patch set is mainly trying to organize the mst code today a bit.
Like to clarify and organize the sequence of mst payload allocation and
removement.And also clean up some redundant codes today.

The main refactor one is the patch
"drm/mst: Refactor the flow for payload allocation/removement"
which is adding a new enum variable in stuct drm_dp_mst_atomic_payload
to represent the status of paylad alloction, and then handle the payload
accordingly. Besides, rename some drm mst fnctions to better express the
behind idea.

The other two patches are mainly to clean up unnecessary codes.

Wayne Lin (3):
  drm/mst: delete unnecessary case in drm_dp_add_payload_part2()
  drm/mst: Refactor the flow for payload allocation/removement
  drm/mst: adjust the function drm_dp_remove_payload_part2()

 .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c |  60 +-----
 drivers/gpu/drm/display/drm_dp_mst_topology.c | 189 +++++++++++-------
 drivers/gpu/drm/i915/display/intel_dp_mst.c   |  13 +-
 drivers/gpu/drm/nouveau/dispnv50/disp.c       |  11 +-
 include/drm/display/drm_dp_mst_helper.h       |  22 +-
 5 files changed, 158 insertions(+), 137 deletions(-)

-- 
2.37.3


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

end of thread, other threads:[~2023-09-14  3:29 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04  6:20 [PATCH 0/3] Refactor and clean up codes of mst Wayne Lin
2023-08-04  6:20 ` Wayne Lin
2023-08-04  6:20 ` [PATCH 1/3] drm/mst: delete unnecessary case in drm_dp_add_payload_part2() Wayne Lin
2023-08-04  6:20   ` Wayne Lin
2023-08-04  6:20 ` [PATCH 2/3] drm/mst: Refactor the flow for payload allocation/removement Wayne Lin
2023-08-04  6:20   ` Wayne Lin
2023-08-04  9:19   ` kernel test robot
2023-08-04  9:19     ` kernel test robot
2023-08-04 14:47   ` kernel test robot
2023-08-04 14:47     ` kernel test robot
2023-08-04  6:20 ` [PATCH 3/3] drm/mst: adjust the function drm_dp_remove_payload_part2() Wayne Lin
2023-08-04  6:20   ` Wayne Lin
2023-08-04 15:31   ` Imre Deak
2023-08-04 15:31     ` Imre Deak
2023-08-07  2:43     ` Lin, Wayne
2023-08-07  2:43       ` Lin, Wayne
2023-08-07 15:59       ` Imre Deak
2023-08-07 15:59         ` Imre Deak
2023-08-08  3:47         ` Lin, Wayne
2023-08-08  3:47           ` Lin, Wayne
2023-08-18 17:46           ` Imre Deak
2023-08-18 17:46             ` Imre Deak
2023-08-23  3:16             ` Lin, Wayne
2023-08-23  3:16               ` Lin, Wayne
2023-08-25 13:55               ` Imre Deak
2023-08-25 13:55                 ` Imre Deak
2023-09-07  3:44                 ` Lin, Wayne
2023-09-07  3:44                   ` Lin, Wayne
2023-09-08 19:18                   ` Imre Deak
2023-09-08 19:18                     ` Imre Deak
2023-09-12  7:26                     ` Lin, Wayne
2023-09-12  7:26                       ` Lin, Wayne
2023-09-12 11:18                       ` Imre Deak
2023-09-12 11:18                         ` Imre Deak
2023-09-14  3:29                         ` Lin, Wayne
2023-09-14  3:29                           ` Lin, Wayne
2023-08-17 21:38         ` Lyude Paul
2023-08-17 21:38           ` Lyude Paul

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.