linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/11] drm/msm/dpu: cleanup dpu_core_perf module
@ 2023-07-12 22:11 Dmitry Baryshkov
  2023-07-12 22:11 ` [PATCH v4 01/11] drm/msm/dpu: drop enum dpu_core_perf_data_bus_id Dmitry Baryshkov
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2023-07-12 22:11 UTC (permalink / raw)
  To: Rob Clark, Sean Paul, Abhinav Kumar, Marijn Suijten
  Cc: Stephen Boyd, David Airlie, Daniel Vetter, Bjorn Andersson,
	linux-arm-msm, dri-devel, freedreno

Apply several cleanups to the DPU's core_perf module.

Changes since v3:
- Dropped avg_bw type change (Abhinav)
- Removed core_perf from the commit cubject (Abhinav)

Changes since v2:
- Dropped perf tuning patches for now (Abhinav)
- Restored kms variable assignment in dpu_core_perf_crtc_release_bw
  (LKP)
- Fixed description for the last patch (Abhinav)

Changes since v1:
- Reworked overrides for the perf parameters instead of completely
  dropping them. Abhinav described why these overrides are useful.
- Moved max clock rate determination to dpu_kms.c

Dmitry Baryshkov (11):
  drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
  drm/msm/dpu: core_perf: extract bandwidth aggregation function
  drm/msm/dpu: core_perf: bail earlier if there are no ICC paths
  drm/msm/dpu: drop separate dpu_core_perf_tune overrides
  drm/msm/dpu: rework indentation in dpu_core_perf
  drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param
  drm/msm/dpu: use dpu_perf_cfg in DPU core_perf code
  drm/msm/dpu: remove unused fields from struct dpu_core_perf
  drm/msm/dpu: remove extra clk_round_rate() call
  drm/msm/dpu: move max clock decision to dpu_kms.
  drm/msm/dpu: drop dpu_core_perf_destroy()

 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 187 +++++++-----------
 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h |  48 +----
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c      |   6 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c       |  14 +-
 4 files changed, 96 insertions(+), 159 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-07-17 18:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-12 22:11 [PATCH v4 00/11] drm/msm/dpu: cleanup dpu_core_perf module Dmitry Baryshkov
2023-07-12 22:11 ` [PATCH v4 01/11] drm/msm/dpu: drop enum dpu_core_perf_data_bus_id Dmitry Baryshkov
2023-07-12 22:11 ` [PATCH v4 02/11] drm/msm/dpu: core_perf: extract bandwidth aggregation function Dmitry Baryshkov
2023-07-17 18:45   ` Abhinav Kumar
2023-07-17 18:56     ` Dmitry Baryshkov
2023-07-12 22:11 ` [PATCH v4 03/11] drm/msm/dpu: core_perf: bail earlier if there are no ICC paths Dmitry Baryshkov
2023-07-12 22:11 ` [PATCH v4 04/11] drm/msm/dpu: drop separate dpu_core_perf_tune overrides Dmitry Baryshkov
2023-07-17 18:42   ` Abhinav Kumar
2023-07-12 22:11 ` [PATCH v4 05/11] drm/msm/dpu: rework indentation in dpu_core_perf Dmitry Baryshkov
2023-07-12 22:11 ` [PATCH v4 06/11] drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param Dmitry Baryshkov
2023-07-12 22:11 ` [PATCH v4 07/11] drm/msm/dpu: use dpu_perf_cfg in DPU core_perf code Dmitry Baryshkov
2023-07-17 18:39   ` Abhinav Kumar
2023-07-12 22:11 ` [PATCH v4 08/11] drm/msm/dpu: remove unused fields from struct dpu_core_perf Dmitry Baryshkov
2023-07-12 22:11 ` [PATCH v4 09/11] drm/msm/dpu: remove extra clk_round_rate() call Dmitry Baryshkov
2023-07-17 17:55   ` Abhinav Kumar
2023-07-12 22:11 ` [PATCH v4 10/11] drm/msm/dpu: move max clock decision to dpu_kms Dmitry Baryshkov
2023-07-17 18:12   ` Abhinav Kumar
2023-07-12 22:11 ` [PATCH v4 11/11] drm/msm/dpu: drop dpu_core_perf_destroy() Dmitry Baryshkov
2023-07-17 18:01   ` Abhinav Kumar

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).