mbox series

[GIT,PULL] drm/tegra: Fixes for v5.1-rc6

Message ID 20190417073525.21680-1-thierry.reding@gmail.com
State Deferred
Headers show
Series [GIT,PULL] drm/tegra: Fixes for v5.1-rc6 | expand

Pull-request

git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc6

Message

Thierry Reding April 17, 2019, 7:35 a.m. UTC
Hi Dave,

The following changes since commit e154592a1d25fa1f50ac1bd8d132d0e1103442ba:

  gpu: host1x: Fix compile error when IOMMU API is not available (2019-04-11 10:35:39 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.1-rc6

for you to fetch changes up to 83f8bf4b837b0e3417f0e5c717a43fcf71ecc992:

  drm/tegra: hdmi: Setup audio only if configured (2019-04-17 09:28:43 +0200)

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Fixes for v5.1-rc6

This contains a follow-up fix for the stream ID programming and a fix
for a regression on older Tegra devices (Tegra20 and Tegra30) that are
running into a division by zero trying to enable audio over HDMI.

----------------------------------------------------------------
Arnd Bergmann (1):
      gpu: host1x: Program stream ID to bypass without SMMU

Thierry Reding (1):
      drm/tegra: hdmi: Setup audio only if configured

 drivers/gpu/drm/tegra/hdmi.c       | 12 +++++++++---
 drivers/gpu/host1x/hw/channel_hw.c |  8 ++++++--
 2 files changed, 15 insertions(+), 5 deletions(-)