[GIT PULL v2] drm/tegra: Fixes for v4.16-rc7
Thierry Reding
thierry.reding at gmail.com
Mon Mar 19 09:09:45 UTC 2018
Hi Dave,
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-4.16-rc7-fixes
for you to fetch changes up to 192b4af6cd28cdad9b42fd79c21a90a2aeb0bec7:
drm/tegra: Shutdown on driver unbind (2018-03-19 09:57:32 +0100)
This updated pull request contains fixes for three more issues that I
accidentally ran into while debugging some unrelated code. They happen
only if all outputs are disabled, so the code paths don't see a lot of
test coverage.
Thierry
----------------------------------------------------------------
drm/tegra: Fixes for v4.16-rc7
This contains two small fixes for the alpha blending support that was
merged into v4.16-rc1 and a fix for connector reference leaks caused by
the fact that display pipelines are no longer automatically disabled if
the framebuffer is removed.
Furthermore this contains a fix for a crash on IOMMU detach at driver
unbind time and a regulator enable/disable unbalance fix.
----------------------------------------------------------------
Dmitry Osipenko (1):
drm/tegra: plane: Correct legacy blending
Thierry Reding (4):
drm/tegra: plane: Fix RGB565 format on older Tegra
drm/tegra: dc: Detach IOMMU group from domain only once
drm/tegra: dsi: Don't disable regulator on ->exit()
drm/tegra: Shutdown on driver unbind
drivers/gpu/drm/tegra/dc.c | 16 +++++++++++++---
drivers/gpu/drm/tegra/drm.c | 1 +
drivers/gpu/drm/tegra/dsi.c | 1 -
drivers/gpu/drm/tegra/plane.c | 9 ++++++---
4 files changed, 20 insertions(+), 7 deletions(-)
More information about the dri-devel
mailing list