[PATCH v2 15/27] gpu: host1x: Add support for Tegra114
Stephen Warren
swarren at wwwdotorg.org
Sat Oct 12 00:13:07 CEST 2013
On 10/07/2013 02:34 AM, Thierry Reding wrote:
> Tegra114 uses a slightly updated version of host1x with an additional
> syncpoint.
> drivers/gpu/host1x/hw/host1x02.c | 42 +++++
> drivers/gpu/host1x/hw/host1x02.h | 26 +++
> drivers/gpu/host1x/hw/hw_host1x02_channel.h | 121 ++++++++++++++
> drivers/gpu/host1x/hw/hw_host1x02_sync.h | 243 ++++++++++++++++++++++++++++
> drivers/gpu/host1x/hw/hw_host1x02_uclass.h | 175 ++++++++++++++++++++
That seems like an awful lot of extra lines to support just one extra
syncpoint. Are there other changes? If not, can the code be
shared/parameterized somehow?
More information about the dri-devel
mailing list