mbox series

[PULL] drm-misc-fixes

Message ID 20221222130224.wnnxpbsdd3yglu7c@penduick (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-12-22

Message

Maxime Ripard Dec. 22, 2022, 1:02 p.m. UTC
Hi,

here's this week drm-misc-fixes PR

Maxime

drm-misc-fixes-2022-12-22:
One fix for a use-after-free in panfrost, one to fix the error handling in
dma_buf_export and one to fix a compile error with
drm_plane_helper_atomic_check missing a definition for drm_atomic_state
The following changes since commit c4252650a8c4770b669398fe7270ed8c94fc0eba:

  Merge tag 'drm-misc-fixes-2022-12-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2022-12-09 10:11:06 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-12-22

for you to fetch changes up to 4217c6ac817451d5116687f3cc6286220dc43d49:

  drm/panfrost: Fix GEM handle creation ref-counting (2022-12-21 15:04:42 +0000)

----------------------------------------------------------------
One fix for a use-after-free in panfrost, one to fix the error handling in
dma_buf_export and one to fix a compile error with
drm_plane_helper_atomic_check missing a definition for drm_atomic_state

----------------------------------------------------------------
Christian König (1):
      dma-buf: fix dma_buf_export init order v2

Ma Jun (1):
      drm/plane-helper: Add the missing declaration of drm_atomic_state

Steven Price (1):
      drm/panfrost: Fix GEM handle creation ref-counting

 drivers/dma-buf/dma-buf-sysfs-stats.c   |  7 +--
 drivers/dma-buf/dma-buf-sysfs-stats.h   |  4 +-
 drivers/dma-buf/dma-buf.c               | 84 +++++++++++++++------------------
 drivers/gpu/drm/panfrost/panfrost_drv.c | 27 +++++++----
 drivers/gpu/drm/panfrost/panfrost_gem.c | 16 +------
 drivers/gpu/drm/panfrost/panfrost_gem.h |  5 +-
 include/drm/drm_plane_helper.h          |  1 +
 7 files changed, 64 insertions(+), 80 deletions(-)