All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] drm/tegra: Fixes for v4.16-rc7
@ 2018-03-16 23:00 Thierry Reding
  2018-03-19  9:09 ` [GIT PULL v2] " Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2018-03-16 23:00 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-tegra, dri-devel

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

for you to fetch changes up to 48519232bea9230d1c5dbbb680d9257d4861bb4c:

  drm/tegra: plane: Correct legacy blending (2018-03-15 15:56:46 +0100)

Thanks,
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.

----------------------------------------------------------------
Dmitry Osipenko (1):
      drm/tegra: plane: Correct legacy blending

Thierry Reding (1):
      drm/tegra: plane: Fix RGB565 format on older Tegra

 drivers/gpu/drm/tegra/plane.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL v2] drm/tegra: Fixes for v4.16-rc7
  2018-03-16 23:00 [GIT PULL] drm/tegra: Fixes for v4.16-rc7 Thierry Reding
@ 2018-03-19  9:09 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2018-03-19  9:09 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-tegra, dri-devel

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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-19  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-16 23:00 [GIT PULL] drm/tegra: Fixes for v4.16-rc7 Thierry Reding
2018-03-19  9:09 ` [GIT PULL v2] " Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.