Hi Dave,
Finally got my send-mail script sorted out. A few bugfixes for drm-next.
drm-misc-next-fixes-2018-05-31: drm-misc-next-fixes for v4.18:
Driver changes: - Plug small memory leak in vc4. (anholt) - Depend on MMU in v3d. (arnd) The following changes since commit 2045b22461c07a88dc3d2bab3cbfc6dc0c602fd4:
Merge tag 'drm-misc-next-2018-05-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2018-05-15 19:25:07 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2018-05-31
for you to fetch changes up to fbecef131676c1d18e8e6b42c04e10dc49725e96:
drm/v3d: add CONFIG_MMU dependency (2018-05-30 12:15:18 -0700)
---------------------------------------------------------------- drm-misc-next-fixes for v4.18:
Driver changes: - Plug small memory leak in vc4. (anholt) - Depend on MMU in v3d. (arnd)
---------------------------------------------------------------- Arnd Bergmann (1): drm/v3d: add CONFIG_MMU dependency
Eric Anholt (1): drm/vc4: Fix leak of the file_priv that stored the perfmon.
drivers/gpu/drm/v3d/Kconfig | 1 + drivers/gpu/drm/vc4/vc4_drv.c | 1 + 2 files changed, 2 insertions(+)
dri-devel@lists.freedesktop.org