mbox series

[PULL] drm-misc-fixes

Message ID 20210527120828.3w7f53krzkslc4ii@gilmour (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-2021-05-27

Message

Maxime Ripard May 27, 2021, 12:08 p.m. UTC
Hi,

Here's the fixes for drm-misc-fixes for this week

Maxime

drm-misc-fixes-2021-05-27:
A fix in meson for a crash at shutdown and one for TTM to prevent
irrelevant swapout
The following changes since commit 7e008b02557ccece4d2c31fb0eaf6243cbc87121:

  dma-buf: fix unintended pin/unpin warnings (2021-05-20 14:02:27 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-05-27

for you to fetch changes up to 35f819d218035ddfbc71e7cf62a4849231701e58:

  drm/ttm: Skip swapout if ttm object is not populated (2021-05-26 15:02:47 +0200)

----------------------------------------------------------------
A fix in meson for a crash at shutdown and one for TTM to prevent
irrelevant swapout

----------------------------------------------------------------
Neil Armstrong (1):
      drm/meson: fix shutdown crash when component not probed

xinhui pan (1):
      drm/ttm: Skip swapout if ttm object is not populated

 drivers/gpu/drm/meson/meson_drv.c | 9 +++++----
 drivers/gpu/drm/ttm/ttm_device.c  | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)