linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pull] drm/msm: drm-msm-fixes-2021-01-07
@ 2021-01-07 21:54 Rob Clark
  2021-01-08  8:54 ` Daniel Vetter
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Clark @ 2021-01-07 21:54 UTC (permalink / raw)
  To: Dave Airlie
  Cc: dri-devel, linux-arm-msm, freedreno, Sean Paul, Jordan Crouse,
	Abhinav Kumar

Hi Dave,

A few misc fixes

The following changes since commit e319a1b956f785f618611857cd946dca2bb68542:

  drm/msm: add IOMMU_SUPPORT dependency (2020-12-05 08:25:52 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/msm.git drm-msm-fixes-2021-01-07

for you to fetch changes up to 00fd44a1a4700718d5d962432b55c09820f7e709:

  drm/msm: Only enable A6xx LLCC code on A6xx (2021-01-07 09:23:05 -0800)

----------------------------------------------------------------
Craig Tatlor (1):
      drm/msm: Call msm_init_vram before binding the gpu

Iskren Chernev (3):
      drm/msm: Fix null dereference in _msm_gem_new
      drm/msm: Ensure get_pages is called when locked
      drm/msm: Add modparam to allow vram carveout

Konrad Dybcio (1):
      drm/msm: Only enable A6xx LLCC code on A6xx

Kuogee Hsieh (1):
      drm/msm/dp: postpone irq_hpd event during connection pending state

Rob Clark (1):
      drm/msm: Fix WARN_ON() splat in _free_object()

 drivers/gpu/drm/msm/adreno/a2xx_gpu.c      |  6 ++++--
 drivers/gpu/drm/msm/adreno/a3xx_gpu.c      |  6 ++++--
 drivers/gpu/drm/msm/adreno/a4xx_gpu.c      |  6 ++++--
 drivers/gpu/drm/msm/adreno/adreno_device.c |  4 ++++
 drivers/gpu/drm/msm/adreno/adreno_gpu.c    | 21 ++++++++++++---------
 drivers/gpu/drm/msm/adreno/adreno_gpu.h    |  6 ++++++
 drivers/gpu/drm/msm/dp/dp_display.c        |  7 +++++++
 drivers/gpu/drm/msm/dp/dp_panel.c          | 12 +++++++++---
 drivers/gpu/drm/msm/msm_drv.c              |  8 ++++----
 drivers/gpu/drm/msm/msm_gem.c              | 13 +++++++++----
 10 files changed, 63 insertions(+), 26 deletions(-)

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

* Re: [pull] drm/msm: drm-msm-fixes-2021-01-07
  2021-01-07 21:54 [pull] drm/msm: drm-msm-fixes-2021-01-07 Rob Clark
@ 2021-01-08  8:54 ` Daniel Vetter
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2021-01-08  8:54 UTC (permalink / raw)
  To: Rob Clark
  Cc: Dave Airlie, freedreno, linux-arm-msm, Abhinav Kumar, dri-devel,
	Sean Paul

On Thu, Jan 07, 2021 at 01:54:59PM -0800, Rob Clark wrote:
> Hi Dave,
> 
> A few misc fixes
> 
> The following changes since commit e319a1b956f785f618611857cd946dca2bb68542:
> 
>   drm/msm: add IOMMU_SUPPORT dependency (2020-12-05 08:25:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/drm/msm.git drm-msm-fixes-2021-01-07

Applied, thanks.
-Daniel

> 
> for you to fetch changes up to 00fd44a1a4700718d5d962432b55c09820f7e709:
> 
>   drm/msm: Only enable A6xx LLCC code on A6xx (2021-01-07 09:23:05 -0800)
> 
> ----------------------------------------------------------------
> Craig Tatlor (1):
>       drm/msm: Call msm_init_vram before binding the gpu
> 
> Iskren Chernev (3):
>       drm/msm: Fix null dereference in _msm_gem_new
>       drm/msm: Ensure get_pages is called when locked
>       drm/msm: Add modparam to allow vram carveout
> 
> Konrad Dybcio (1):
>       drm/msm: Only enable A6xx LLCC code on A6xx
> 
> Kuogee Hsieh (1):
>       drm/msm/dp: postpone irq_hpd event during connection pending state
> 
> Rob Clark (1):
>       drm/msm: Fix WARN_ON() splat in _free_object()
> 
>  drivers/gpu/drm/msm/adreno/a2xx_gpu.c      |  6 ++++--
>  drivers/gpu/drm/msm/adreno/a3xx_gpu.c      |  6 ++++--
>  drivers/gpu/drm/msm/adreno/a4xx_gpu.c      |  6 ++++--
>  drivers/gpu/drm/msm/adreno/adreno_device.c |  4 ++++
>  drivers/gpu/drm/msm/adreno/adreno_gpu.c    | 21 ++++++++++++---------
>  drivers/gpu/drm/msm/adreno/adreno_gpu.h    |  6 ++++++
>  drivers/gpu/drm/msm/dp/dp_display.c        |  7 +++++++
>  drivers/gpu/drm/msm/dp/dp_panel.c          | 12 +++++++++---
>  drivers/gpu/drm/msm/msm_drv.c              |  8 ++++----
>  drivers/gpu/drm/msm/msm_gem.c              | 13 +++++++++----
>  10 files changed, 63 insertions(+), 26 deletions(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [pull] drm/msm: drm-msm-fixes-2021-01-07
  2021-01-07 21:54 [pull] drm/msm: drm-msm-fixes-2021-01-07 Rob Clark
  2021-01-08  8:54 ` Daniel Vetter
@ 2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-03-01 19:59 UTC (permalink / raw)
  To: Rob Clark; +Cc: linux-arm-msm

Hello:

This pull request was applied to qcom/linux.git (refs/heads/for-next):

On Thu, 7 Jan 2021 13:54:59 -0800 you wrote:
> Hi Dave,
> 
> A few misc fixes
> 
> The following changes since commit e319a1b956f785f618611857cd946dca2bb68542:
> 
>   drm/msm: add IOMMU_SUPPORT dependency (2020-12-05 08:25:52 -0800)
> 
> [...]

Here is the summary with links:
  - [pull] drm/msm: drm-msm-fixes-2021-01-07
    https://git.kernel.org/qcom/c/25ea8ecf4d93

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-03-01 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 21:54 [pull] drm/msm: drm-msm-fixes-2021-01-07 Rob Clark
2021-01-08  8:54 ` Daniel Vetter
2021-03-01 19:59 ` patchwork-bot+linux-arm-msm

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