From: Mikko Perttunen <mikko.perttunen-/1wQRMveznE@public.gmane.org>
To: Mikko Perttunen
<mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
tbergstrom-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org
Cc: airlied-cv59FeDIM0c@public.gmane.org,
swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org,
gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
amerilainen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 0/5] Host1x/TegraDRM fixes/improvements
Date: Fri, 14 Aug 2015 12:59:15 +0300 [thread overview]
Message-ID: <55CDBBF3.3010405@kapsi.fi> (raw)
In-Reply-To: <1436354868-24309-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Bump.
On 07/08/2015 02:27 PM, Mikko Perttunen wrote:
> Hi, this series has a few small improvements for Host1x and TegraDRM
> that the VIC series will build upon.
>
> 1/5 is a bug fix to host1x.
> 2/5 is required by VIC code to implement ->is_addr_reg().
> 3/5 deduplicates handling of HOST1X class address registers
> and fixes the checked registers.
> 4/5 is required for the host1x firewall to work when bo's are
> mapped using IOMMU.
> 5/5 adds a TegraDRM allocator that allows drivers to allocate
> non-GEM memory that is still mapped to the TegraDRM domain.
>
> Arto Merilainen (3):
> host1x: Store device address to all bufs
> host1x: Pass register value in firewall
> drm/tegra: Support kernel mappings with IOMMU
>
> Mikko Perttunen (2):
> host1x: Handle HOST1X class address registers directly
> drm/tegra: Add Tegra DRM allocation API
>
> drivers/gpu/drm/tegra/drm.c | 99 +++++++++++++++++++++++++++++++++++++++++---
> drivers/gpu/drm/tegra/drm.h | 13 +++++-
> drivers/gpu/drm/tegra/gem.c | 34 +++++++++++++--
> drivers/gpu/drm/tegra/gr2d.c | 25 ++++-------
> drivers/gpu/drm/tegra/gr3d.c | 24 ++++-------
> drivers/gpu/host1x/job.c | 54 +++++++++++++++++-------
> include/linux/host1x.h | 4 +-
> 7 files changed, 193 insertions(+), 60 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: mikko.perttunen@kapsi.fi (Mikko Perttunen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] Host1x/TegraDRM fixes/improvements
Date: Fri, 14 Aug 2015 12:59:15 +0300 [thread overview]
Message-ID: <55CDBBF3.3010405@kapsi.fi> (raw)
In-Reply-To: <1436354868-24309-1-git-send-email-mperttunen@nvidia.com>
Bump.
On 07/08/2015 02:27 PM, Mikko Perttunen wrote:
> Hi, this series has a few small improvements for Host1x and TegraDRM
> that the VIC series will build upon.
>
> 1/5 is a bug fix to host1x.
> 2/5 is required by VIC code to implement ->is_addr_reg().
> 3/5 deduplicates handling of HOST1X class address registers
> and fixes the checked registers.
> 4/5 is required for the host1x firewall to work when bo's are
> mapped using IOMMU.
> 5/5 adds a TegraDRM allocator that allows drivers to allocate
> non-GEM memory that is still mapped to the TegraDRM domain.
>
> Arto Merilainen (3):
> host1x: Store device address to all bufs
> host1x: Pass register value in firewall
> drm/tegra: Support kernel mappings with IOMMU
>
> Mikko Perttunen (2):
> host1x: Handle HOST1X class address registers directly
> drm/tegra: Add Tegra DRM allocation API
>
> drivers/gpu/drm/tegra/drm.c | 99 +++++++++++++++++++++++++++++++++++++++++---
> drivers/gpu/drm/tegra/drm.h | 13 +++++-
> drivers/gpu/drm/tegra/gem.c | 34 +++++++++++++--
> drivers/gpu/drm/tegra/gr2d.c | 25 ++++-------
> drivers/gpu/drm/tegra/gr3d.c | 24 ++++-------
> drivers/gpu/host1x/job.c | 54 +++++++++++++++++-------
> include/linux/host1x.h | 4 +-
> 7 files changed, 193 insertions(+), 60 deletions(-)
>
next prev parent reply other threads:[~2015-08-14 9:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-08 11:27 [PATCH 0/5] Host1x/TegraDRM fixes/improvements Mikko Perttunen
2015-07-08 11:27 ` Mikko Perttunen
[not found] ` <1436354868-24309-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2015-07-08 11:27 ` [PATCH 1/5] host1x: Store device address to all bufs Mikko Perttunen
2015-07-08 11:27 ` Mikko Perttunen
2015-07-08 11:27 ` [PATCH 2/5] host1x: Pass register value in firewall Mikko Perttunen
2015-07-08 11:27 ` Mikko Perttunen
2015-07-08 11:27 ` [PATCH 3/5] host1x: Handle HOST1X class address registers directly Mikko Perttunen
2015-07-08 11:27 ` Mikko Perttunen
2015-07-08 11:27 ` [PATCH 4/5] drm/tegra: Support kernel mappings with IOMMU Mikko Perttunen
2015-07-08 11:27 ` Mikko Perttunen
2015-07-08 11:35 ` [PATCH 5/5] drm/tegra: Add Tegra DRM allocation API Mikko Perttunen
2015-07-08 11:35 ` Mikko Perttunen
2015-08-14 9:59 ` Mikko Perttunen [this message]
2015-08-14 9:59 ` [PATCH 0/5] Host1x/TegraDRM fixes/improvements Mikko Perttunen
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=55CDBBF3.3010405@kapsi.fi \
--to=mikko.perttunen-/1wqrmvezne@public.gmane.org \
--cc=airlied-cv59FeDIM0c@public.gmane.org \
--cc=amerilainen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org \
--cc=tbergstrom-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
--cc=thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.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.