mbox series

[PULL] drm-misc-next-fixes

Message ID Y/S6tu3gdQ0VizR+@linux-uq9g (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-next-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-02-21

Message

Thomas Zimmermann Feb. 21, 2023, 12:36 p.m. UTC
Hi Dave and Daniel,

here's the final PR for drm-misc-next-fixes for this release cycle.

Best regards
Thomas

drm-misc-next-fixes-2023-02-21:
Short summary of fixes pull:

Fixes GEM SHMEM locking and generic fbdev hotplugging. Constifies
dma_buf kobj type.
The following changes since commit 38b2d8efd03d2e56431b611e3523f0158306451d:

  drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5 (2023-02-15 10:46:05 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-02-21

for you to fetch changes up to 3fb1f62f80a1d249260db5ea9e22c51e52fab9ae:

  drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini() (2023-02-21 13:26:18 +0100)

----------------------------------------------------------------
Short summary of fixes pull:

Fixes GEM SHMEM locking and generic fbdev hotplugging. Constifies
dma_buf kobj type.

----------------------------------------------------------------
Asahi Lina (1):
      drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()

Thomas Weißschuh (1):
      dma-buf: make kobj_type structure constant

Thomas Zimmermann (1):
      drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()

 drivers/dma-buf/dma-buf-sysfs-stats.c      |  2 +-
 drivers/gpu/drm/armada/armada_fbdev.c      |  3 ++
 drivers/gpu/drm/drm_fb_helper.c            |  2 --
 drivers/gpu/drm/drm_fbdev_generic.c        |  2 ++
 drivers/gpu/drm/drm_gem_shmem_helper.c     | 54 +++++++++++++++++++-----------
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c  |  3 +-
 drivers/gpu/drm/gma500/framebuffer.c       |  2 ++
 drivers/gpu/drm/i915/display/intel_fbdev.c |  1 +
 drivers/gpu/drm/msm/msm_fbdev.c            |  2 ++
 drivers/gpu/drm/omapdrm/omap_fbdev.c       |  2 ++
 drivers/gpu/drm/radeon/radeon_fb.c         |  2 ++
 drivers/gpu/drm/tegra/fb.c                 |  1 +
 12 files changed, 52 insertions(+), 24 deletions(-)