gpu: host1x: Add Tegra124 support
authorThierry Reding <treding@nvidia.com>
Fri, 15 Nov 2013 13:58:05 +0000 (14:58 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 19 Dec 2013 08:29:52 +0000 (09:29 +0100)
commite6fff4aaf99763da8a68b237e09cb8d47730f118
treefa050b9b2fa9c620dd289f2ef4d96969b10a19ad
parent23a0e27aacad6b97598dd6786f782e4b6dd86096
gpu: host1x: Add Tegra124 support

Tegra124 has 192 syncpoints whereas its predecessors had 32 syncpoints.
This required changes to the hardware register layout.

Signed-off-by: Arto Merilainen <amerilainen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/Makefile
drivers/gpu/host1x/dev.c
drivers/gpu/host1x/hw/host1x04.c [new file with mode: 0644]
drivers/gpu/host1x/hw/host1x04.h [new file with mode: 0644]
drivers/gpu/host1x/hw/host1x04_hardware.h [new file with mode: 0644]
drivers/gpu/host1x/hw/hw_host1x04_channel.h [new file with mode: 0644]
drivers/gpu/host1x/hw/hw_host1x04_sync.h [new file with mode: 0644]
drivers/gpu/host1x/hw/hw_host1x04_uclass.h [new file with mode: 0644]