dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] drm/msm: drm-msm-fixes-2021-05-09 for v5.13-rc2
@ 2021-05-09 23:21 Rob Clark
  2021-05-14 20:10 ` Rob Clark
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Clark @ 2021-05-09 23:21 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: freedreno, linux-arm-msm, Abhinav Kumar, Jordan Crouse,
	dri-devel, Dmitry Baryshkov, Sean Paul

Hi Dave & Daniel,

First round of fixes for v5.13

The following changes since commit a29c8c0241654d5f3165d52e9307e4feff955621:

  drm/msm/disp/dpu1: fix display underruns during modeset. (2021-04-09
12:02:35 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/msm.git

for you to fetch changes up to f2f46b878777e0d3f885c7ddad48f477b4dea247:

  drm/msm/dp: initialize audio_comp when audio starts (2021-05-06
16:26:57 -0700)

----------------------------------------------------------------
Dmitry Baryshkov (2):
      drm/msm/dsi: dsi_phy_28nm_8960: fix uninitialized variable access
      drm/msm/dsi: fix msm_dsi_phy_get_clk_provider return code

Jonathan Marek (2):
      drm/msm: fix LLC not being enabled for mmu500 targets
      drm/msm: fix minor version to indicate MSM_PARAM_SUSPENDS support

Kuogee Hsieh (2):
      drm/msm/dp: check sink_count before update is_connected status
      drm/msm/dp: initialize audio_comp when audio starts

Rob Clark (1):
      drm/msm: Do not unpin/evict exported dma-buf's

 drivers/gpu/drm/msm/adreno/a6xx_gpu.c           |  9 +++++----
 drivers/gpu/drm/msm/dp/dp_audio.c               |  1 +
 drivers/gpu/drm/msm/dp/dp_display.c             | 26 ++++++++++++++++---------
 drivers/gpu/drm/msm/dp/dp_display.h             |  1 +
 drivers/gpu/drm/msm/dsi/phy/dsi_phy.c           |  2 +-
 drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c |  4 ++++
 drivers/gpu/drm/msm/msm_drv.c                   |  2 +-
 drivers/gpu/drm/msm/msm_gem.c                   | 16 ++++++++++++++-
 drivers/gpu/drm/msm/msm_gem.h                   |  4 ++--
 9 files changed, 47 insertions(+), 18 deletions(-)

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

* Re: [pull] drm/msm: drm-msm-fixes-2021-05-09 for v5.13-rc2
  2021-05-09 23:21 [pull] drm/msm: drm-msm-fixes-2021-05-09 for v5.13-rc2 Rob Clark
@ 2021-05-14 20:10 ` Rob Clark
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Clark @ 2021-05-14 20:10 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter
  Cc: freedreno, linux-arm-msm, Abhinav Kumar, Jordan Crouse,
	dri-devel, Dmitry Baryshkov, Sean Paul

On Sun, May 9, 2021 at 4:21 PM Rob Clark <robdclark@gmail.com> wrote:
>
> Hi Dave & Daniel,
>
> First round of fixes for v5.13
>
> The following changes since commit a29c8c0241654d5f3165d52e9307e4feff955621:
>
>   drm/msm/disp/dpu1: fix display underruns during modeset. (2021-04-09
> 12:02:35 -0700)
>
> are available in the Git repository at:
>
>   https://gitlab.freedesktop.org/drm/msm.git

this should have been:

   https://gitlab.freedesktop.org/drm/msm.git drm-msm-fixes-2021-05-09

BR,
-R

>
> for you to fetch changes up to f2f46b878777e0d3f885c7ddad48f477b4dea247:
>
>   drm/msm/dp: initialize audio_comp when audio starts (2021-05-06
> 16:26:57 -0700)
>
> ----------------------------------------------------------------
> Dmitry Baryshkov (2):
>       drm/msm/dsi: dsi_phy_28nm_8960: fix uninitialized variable access
>       drm/msm/dsi: fix msm_dsi_phy_get_clk_provider return code
>
> Jonathan Marek (2):
>       drm/msm: fix LLC not being enabled for mmu500 targets
>       drm/msm: fix minor version to indicate MSM_PARAM_SUSPENDS support
>
> Kuogee Hsieh (2):
>       drm/msm/dp: check sink_count before update is_connected status
>       drm/msm/dp: initialize audio_comp when audio starts
>
> Rob Clark (1):
>       drm/msm: Do not unpin/evict exported dma-buf's
>
>  drivers/gpu/drm/msm/adreno/a6xx_gpu.c           |  9 +++++----
>  drivers/gpu/drm/msm/dp/dp_audio.c               |  1 +
>  drivers/gpu/drm/msm/dp/dp_display.c             | 26 ++++++++++++++++---------
>  drivers/gpu/drm/msm/dp/dp_display.h             |  1 +
>  drivers/gpu/drm/msm/dsi/phy/dsi_phy.c           |  2 +-
>  drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c |  4 ++++
>  drivers/gpu/drm/msm/msm_drv.c                   |  2 +-
>  drivers/gpu/drm/msm/msm_gem.c                   | 16 ++++++++++++++-
>  drivers/gpu/drm/msm/msm_gem.h                   |  4 ++--
>  9 files changed, 47 insertions(+), 18 deletions(-)

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-09 23:21 [pull] drm/msm: drm-msm-fixes-2021-05-09 for v5.13-rc2 Rob Clark
2021-05-14 20:10 ` Rob Clark

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