]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit10f03a0b08f01c3a7cea6697663ba2c36404e721
treefaf701e52855836f342411e07dc6d636b67e4fe5
parent078cfac00b8abc87243519bdcda99244a9cd8407
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]