[PULL] drm-misc-next-fixes

Sean Paul sean at poorly.run
Wed May 8 20:51:53 UTC 2019


Hi Da.*,
So last week when I said we were ready for merge window... I lied. Lots of stuff
to sneak in this week including 6 patches that came from -misc-next. Fortunately
they _just_ missed the feature freeze so I was able to tag and merge them here.
Most of what is here is panfrost fixes, which is understandable given its age, I
expect this trend will continue this release as it becomes more mature.

The sole msm patch is here b/c that's all Rob and I have for -fixes in msm atm
and it was easier to just stuff it in here.

drm-misc-next-fixes-2019-05-08:
- A handful of fixes from -next that just missed feature freeze
- More panfrost fixes that went directly in -misc-next-fixes (various)
- Fix searchpaths during build (Masahiro)
- msm patch to fix the driver for chips without zap shader (Rob)
- Fix freeing imported buffers in drm_gem_cma_free_object() (Noralf)

Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
Cc: Rob Clark <robdclark at chromium.org>
Cc: Noralf Trønnes <noralf at tronnes.org>

Cheers, Sean


The following changes since commit 761e473f6b23f206862d904a1a5fcbc012656b47:

  drm/gem: Fix sphinx warnings (2019-04-25 10:02:10 -0400)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2019-05-08

for you to fetch changes up to 15273ffd7efdf6e9f21c4e4beef6539229167343:

  drm/msm/a6xx: No zap shader is not an error (2019-05-08 16:00:54 -0400)

----------------------------------------------------------------
- A handful of fixes from -next that just missed feature freeze
- More panfrost fixes that went directly in -misc-next-fixes (various)
- Fix searchpaths during build (Masahiro)
- msm patch to fix the driver for chips without zap shader (Rob)
- Fix freeing imported buffers in drm_gem_cma_free_object() (Noralf)

Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
Cc: Rob Clark <robdclark at chromium.org>
Cc: Noralf Trønnes <noralf at tronnes.org>

----------------------------------------------------------------
Mario Kleiner (1):
      drm: Fix timestamp docs for variable refresh properties.

Masahiro Yamada (1):
      drm: prefix header search paths with $(srctree)/

Noralf Trønnes (1):
      drm/cma-helper: Fix drm_gem_cma_free_object()

Rob Clark (1):
      drm/msm/a6xx: No zap shader is not an error

Robin Murphy (4):
      drm/panfrost: Set DMA masks earlier
      drm/panfrost: Disable PM on probe failure
      drm/panfrost: Don't scream about deferred probe
      drm/panfrost: Show stored feature registers

Sean Paul (1):
      Merge panfrost-fixes into drm-misc-next-fixes

Steven Price (2):
      drm/panfrost: Add missing include
      drm/panfrost: depend on !GENERIC_ATOMIC64 when using COMPILE_TEST

Tomeu Vizoso (2):
      drm/panfrost: Prevent concurrent resets
      drm/panfrost: Add sanity checks to submit IOCTL

Vicente Bergas (1):
      drm/rockchip: shutdown drm subsystem on shutdown

YueHaibing (1):
      drm/panfrost: Make panfrost_gem_free_object() static

 drivers/gpu/drm/amd/amdgpu/Makefile         |  2 +-
 drivers/gpu/drm/arm/display/komeda/Makefile |  4 +--
 drivers/gpu/drm/drm_connector.c             |  6 ----
 drivers/gpu/drm/drm_gem_cma_helper.c        |  8 ++---
 drivers/gpu/drm/i915/gvt/Makefile           |  2 +-
 drivers/gpu/drm/msm/Makefile                |  6 ++--
 drivers/gpu/drm/msm/adreno/a6xx_gpu.c       |  1 +
 drivers/gpu/drm/nouveau/Kbuild              |  8 ++---
 drivers/gpu/drm/panfrost/Kconfig            |  2 +-
 drivers/gpu/drm/panfrost/panfrost_devfreq.c |  1 +
 drivers/gpu/drm/panfrost/panfrost_device.c  |  1 +
 drivers/gpu/drm/panfrost/panfrost_device.h  |  1 +
 drivers/gpu/drm/panfrost/panfrost_drv.c     | 47 ++++++++++++++++++-----------
 drivers/gpu/drm/panfrost/panfrost_gem.c     |  2 +-
 drivers/gpu/drm/panfrost/panfrost_gpu.c     | 19 +++++++-----
 drivers/gpu/drm/panfrost/panfrost_job.c     |  4 +++
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c |  9 ++++++
 17 files changed, 75 insertions(+), 48 deletions(-)

-- 
Sean Paul, Software Engineer, Google / Chromium OS


More information about the dri-devel mailing list