All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/msm: mdp5+dpu interconnect support
@ 2019-06-18 20:24 ` Rob Clark
  0 siblings, 0 replies; 22+ messages in thread
From: Rob Clark @ 2019-06-18 20:24 UTC (permalink / raw)
  To: dri-devel; +Cc: linux-arm-msm, Sean Paul, Georgi Djakov, Rob Clark

From: Rob Clark <robdclark@chromium.org>

Most of this is a resend of things that have already been posted to
list.  I've rebased the DPU patches, which was somewhat conflicty due to
other changes and refactoring in the DPU code.

Abhinav Kumar (1):
  drm/msm/dpu: add icc voting in dpu_mdss_init

Georgi Djakov (1):
  drm/msm/mdp5: Use the interconnect API

Jayant Shekhar (3):
  drm/msm/dpu: clean up references of DPU custom bus scaling
  drm/msm/dpu: Integrate interconnect API in MDSS
  dt-bindings: msm/disp: Introduce interconnect bindings for MDSS on
    SDM845

 .../devicetree/bindings/display/msm/dpu.txt   |  10 +
 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 174 +++++++-----------
 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h |   4 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c      |  11 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c      |  57 +++++-
 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h     |  22 +--
 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c      |  14 ++
 7 files changed, 158 insertions(+), 134 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 0/5] drm/msm: mdp5+dpu interconnect support
@ 2019-05-08 20:42 Rob Clark
  2019-05-08 20:42 ` [PATCH 5/5] drm/msm/mdp5: Use the interconnect API Rob Clark
  0 siblings, 1 reply; 22+ messages in thread
From: Rob Clark @ 2019-05-08 20:42 UTC (permalink / raw)
  To: dri-devel; +Cc: Rob Clark

From: Rob Clark <robdclark@chromium.org>

Most of this is a resend of things that have already been posted to
list.  I've rebased the DPU patches, which was somewhat conflicty due to
other changes and refactoring in the DPU code.

Probably wouldn't hurt for someone to look over my rebases of the first
two patches in particular.  But I don't think I missed anything, and
they get display back to working without underflow.

I apologize if I missed any r-b/a-b tags, patchwork didn't seem to pick
them up for some reason.  I looked thru earlier versions of the DPU
patches, but I might have missed tags.

Abhinav Kumar (1):
  drm/msm/dpu: add icc voting in dpu_mdss_init

Georgi Djakov (1):
  drm/msm/mdp5: Use the interconnect API

Jayant Shekhar (3):
  drm/msm/dpu: clean up references of DPU custom bus scaling
  drm/msm/dpu: Integrate interconnect API in MDSS
  dt-bindings: msm/disp: Introduce interconnect bindings for MDSS on
    SDM845

 .../devicetree/bindings/display/msm/dpu.txt   |  10 +
 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 174 +++++++-----------
 drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.h |   4 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c      |  11 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c      |  57 +++++-
 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h     |  22 +--
 drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c      |  14 ++
 7 files changed, 158 insertions(+), 134 deletions(-)

-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-06-20 14:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-18 20:24 [PATCH 0/5] drm/msm: mdp5+dpu interconnect support Rob Clark
2019-06-18 20:24 ` Rob Clark
2019-06-18 20:24 ` [PATCH 1/5] drm/msm/dpu: clean up references of DPU custom bus scaling Rob Clark
2019-06-18 20:24   ` Rob Clark
2019-06-18 20:39   ` Sean Paul
2019-06-18 20:24 ` [PATCH 2/5] drm/msm/dpu: Integrate interconnect API in MDSS Rob Clark
2019-06-18 20:24   ` Rob Clark
2019-06-18 20:42   ` Sean Paul
2019-06-18 20:42     ` Sean Paul
2019-06-18 20:24 ` [PATCH 3/5] dt-bindings: msm/disp: Introduce interconnect bindings for MDSS on SDM845 Rob Clark
2019-06-18 20:24 ` [PATCH 4/5] drm/msm/dpu: add icc voting in dpu_mdss_init Rob Clark
2019-06-18 20:24 ` [PATCH 5/5] drm/msm/mdp5: Use the interconnect API Rob Clark
2019-06-18 20:24   ` Rob Clark
2019-06-18 20:44   ` [Freedreno] " Jeffrey Hugo
2019-06-18 20:44     ` Jeffrey Hugo
2019-06-18 21:17     ` [Freedreno] " Rob Clark
2019-06-18 22:10     ` [PATCH 5/5 v3] " Rob Clark
2019-06-18 22:10       ` Rob Clark
2019-06-20 14:48       ` [Freedreno] " Jeffrey Hugo
  -- strict thread matches above, loose matches on Subject: below --
2019-05-08 20:42 [PATCH 0/5] drm/msm: mdp5+dpu interconnect support Rob Clark
2019-05-08 20:42 ` [PATCH 5/5] drm/msm/mdp5: Use the interconnect API Rob Clark
2019-05-13 14:49   ` Sean Paul
2019-05-29 13:08   ` Georgi Djakov

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.