gpu: host1x: Add Tegra210 support
authorThierry Reding <treding@nvidia.com>
Mon, 23 Mar 2015 09:46:28 +0000 (10:46 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 14 Dec 2015 09:50:33 +0000 (10:50 +0100)
commita134789a67480e6cc7e50c9dfcbc7adca5016010
treefaf701e52855836f342411e07dc6d636b67e4fe5
parente3e70814cebb0beec47dd38e60f89850950a2903
gpu: host1x: Add Tegra210 support

The host1x unit found in Tegra210 SoCs is very similar to the unit in
Tegra124, but it has 2 additional channels for a total of 14 channels.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/Makefile
drivers/gpu/host1x/dev.c
drivers/gpu/host1x/hw/host1x05.c [new file with mode: 0644]
drivers/gpu/host1x/hw/host1x05.h [new file with mode: 0644]
drivers/gpu/host1x/hw/host1x05_hardware.h [new file with mode: 0644]
drivers/gpu/host1x/hw/hw_host1x05_channel.h [new file with mode: 0644]
drivers/gpu/host1x/hw/hw_host1x05_sync.h [new file with mode: 0644]
drivers/gpu/host1x/hw/hw_host1x05_uclass.h [new file with mode: 0644]