mbox series

[GIT,PULL] drm/tegra: Changes for v5.14-rc1

Message ID 20210611165157.3569315-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] drm/tegra: Changes for v5.14-rc1 | expand

Pull-request

ssh://git.freedesktop.org/git/tegra/linux.git tags/drm/tegra/for-5.14-rc1

Message

Thierry Reding June 11, 2021, 4:51 p.m. UTC
Hi Dave,

The following changes since commit 671cc352acd3e2b2832b59787ed8027d9f80ccc9:

  drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT (2021-05-31 14:29:44 +0200)

are available in the Git repository at:

  ssh://git.freedesktop.org/git/tegra/linux.git tags/drm/tegra/for-5.14-rc1

for you to fetch changes up to 46f99eebda08963e24efdacec5c95fc66b90f600:

  drm/tegra: Don't call SET_APPLICATION_ID in VIC boot (2021-06-11 18:48:36 +0200)

Note that I've based this on the drm/tegra/for-5.13-rc5 fixes PR that
I sent out last week for simplicity.

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Changes for v5.14-rc1

The two major changes here are fixed YUV support as well as scaling on
Tegra186 and later. This allows Tegra DRM to be used, for example, as a
video sink for the kmssink gstreamer plugin. The remainder of the
changes are minor fixes.

----------------------------------------------------------------
Mikko Perttunen (1):
      drm/tegra: Don't call SET_APPLICATION_ID in VIC boot

Tan Zhongjun (1):
      drm/tegra: Remove superfluous error messages around platform_get_irq()

Thierry Reding (2):
      drm/tegra: hub: Fix YUV support
      drm/tegra: hub: Implement basic scaling support

 drivers/gpu/drm/tegra/dc.c    |   2 +-
 drivers/gpu/drm/tegra/dc.h    |  26 ++++++
 drivers/gpu/drm/tegra/dpaux.c |   4 +-
 drivers/gpu/drm/tegra/hub.c   | 182 +++++++++++++++++++++++++++++++++++++++---
 drivers/gpu/drm/tegra/plane.c |  23 +++++-
 drivers/gpu/drm/tegra/plane.h |   3 +-
 drivers/gpu/drm/tegra/vic.c   |   2 -
 drivers/gpu/drm/tegra/vic.h   |   1 -
 8 files changed, 223 insertions(+), 20 deletions(-)