mbox series

[PULL] drm-misc-next-fixes

Message ID Y9twz2rqOP2+LjaT@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-02

Message

Thomas Zimmermann Feb. 2, 2023, 8:14 a.m. UTC
Hi Dave and Daniel,

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

Best regards
Thomas

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

A number of simple fixes throughout the DRM codebase.
The following changes since commit aebd8f0c6f8280ba35bc989f4a9ea47469d3589a:

  Merge v6.2-rc6 into drm-next (2023-01-31 12:23:23 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 84cc4c7aecc4c6a17ea1030c49199ad7dc0a6b55:

  drm/client: fix kernel-doc warning in drm_client.h (2023-02-01 16:32:35 +0100)

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

A number of simple fixes throughout the DRM codebase.

----------------------------------------------------------------
Arnd Bergmann (2):
      accel: fix CONFIG_DRM dependencies
      accel/ivpu: avoid duplicate assignment

Dan Carpenter (1):
      drm/simpledrm: Fix an NULL vs IS_ERR() bug

Danilo Krummrich (1):
      dma-buf: actually set signaling bit for private stub fences

Randy Dunlap (1):
      drm/client: fix kernel-doc warning in drm_client.h

Rob Clark (1):
      drm/shmem: Cleanup drm_gem_shmem_create_with_handle()

 drivers/accel/Kconfig                  |  5 ++++-
 drivers/accel/ivpu/ivpu_drv.c          |  1 -
 drivers/dma-buf/dma-fence.c            |  2 +-
 drivers/gpu/drm/drm_gem_shmem_helper.c | 13 ++++---------
 drivers/gpu/drm/tiny/simpledrm.c       |  4 ++--
 include/drm/drm_client.h               |  2 +-
 6 files changed, 12 insertions(+), 15 deletions(-)