mbox series

[pull] drm/msm: drm-msm-fixes-2023-01-16 for v6.3-rc5

Message ID CAF6AEGskguoVsz2wqAK2k+f32LwcVY5JC6+e2RwLqZswz3RY2Q@mail.gmail.com
State New
Headers show
Series [pull] drm/msm: drm-msm-fixes-2023-01-16 for v6.3-rc5 | expand

Pull-request

https://gitlab.freedesktop.org/drm/msm.git tags/drm-msm-fixes-2023-01-16

Message

Rob Clark Jan. 16, 2023, 5:41 p.m. UTC
Hi Dave,

A couple more fixes for the v6.3 cycle, which were meant to be part of
the previous fixes pull, but I fumbled at git when applying the tag.

The following changes since commit f4a75b5933c998e60fd812a7680e0971eb1c7cee:

  drm/msm/a6xx: Avoid gx gbit halt during rpm suspend (2023-01-05
15:13:16 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/msm.git tags/drm-msm-fixes-2023-01-16

for you to fetch changes up to a66f1efcf748febea7758c4c3c8b5bc5294949ef:

  drm/msm/gpu: Fix potential double-free (2023-01-11 09:00:14 -0800)

----------------------------------------------------------------
msm-fixes for v6.3-rc5

Two GPU fixes which were meant to be part of the previous pull request,
but I'd forgotten to fetch from gitlab after the MR was merged so that
git tag was applied to the wrong commit.

- kexec shutdown fix
- fix potential double free

----------------------------------------------------------------
Joel Fernandes (Google) (1):
      adreno: Shutdown the GPU properly

Rob Clark (1):
      drm/msm/gpu: Fix potential double-free

 drivers/gpu/drm/msm/adreno/adreno_device.c |  5 +++--
 drivers/gpu/drm/msm/adreno/adreno_gpu.c    |  4 ++++
 drivers/gpu/drm/msm/msm_gpu.c              |  2 ++
 drivers/gpu/drm/msm/msm_gpu.h              | 12 ++++++++++--
 4 files changed, 19 insertions(+), 4 deletions(-)