All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org, linux-tegra@vger.kernel.org
Subject: [GIT PULL] drm/tegra: Changes for v5.14-rc1
Date: Fri, 11 Jun 2021 18:51:57 +0200	[thread overview]
Message-ID: <20210611165157.3569315-1-thierry.reding@gmail.com> (raw)

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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: linux-tegra@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: [GIT PULL] drm/tegra: Changes for v5.14-rc1
Date: Fri, 11 Jun 2021 18:51:57 +0200	[thread overview]
Message-ID: <20210611165157.3569315-1-thierry.reding@gmail.com> (raw)

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(-)

             reply	other threads:[~2021-06-11 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 16:51 Thierry Reding [this message]
2021-06-11 16:51 ` [GIT PULL] drm/tegra: Changes for v5.14-rc1 Thierry Reding

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210611165157.3569315-1-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-tegra@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.