gpu: host1x: Add Tegra194 support
The host1x hardware found on Tegra194 is mostly backwards compatible
with the version found on Tegra186, with the notable exceptions of the
increased number of syncpoints and mlocks. In addition, some rarely
used features such as syncpoint wait bases were dropped and some
registers had to move around to accomodate the increased number of
syncpoints.
Signed-off-by:
Thierry Reding <treding@nvidia.com>
Showing
- drivers/gpu/host1x/Makefile 2 additions, 1 deletiondrivers/gpu/host1x/Makefile
- drivers/gpu/host1x/dev.c 13 additions, 0 deletionsdrivers/gpu/host1x/dev.c
- drivers/gpu/host1x/hw/debug_hw_1x06.c 6 additions, 1 deletiondrivers/gpu/host1x/hw/debug_hw_1x06.c
- drivers/gpu/host1x/hw/host1x07.c 44 additions, 0 deletionsdrivers/gpu/host1x/hw/host1x07.c
- drivers/gpu/host1x/hw/host1x07.h 26 additions, 0 deletionsdrivers/gpu/host1x/hw/host1x07.h
- drivers/gpu/host1x/hw/host1x07_hardware.h 142 additions, 0 deletionsdrivers/gpu/host1x/hw/host1x07_hardware.h
- drivers/gpu/host1x/hw/hw_host1x07_hypervisor.h 32 additions, 0 deletionsdrivers/gpu/host1x/hw/hw_host1x07_hypervisor.h
- drivers/gpu/host1x/hw/hw_host1x07_uclass.h 181 additions, 0 deletionsdrivers/gpu/host1x/hw/hw_host1x07_uclass.h
- drivers/gpu/host1x/hw/hw_host1x07_vm.h 46 additions, 0 deletionsdrivers/gpu/host1x/hw/hw_host1x07_vm.h
- drivers/gpu/host1x/hw/syncpt_hw.c 4 additions, 0 deletionsdrivers/gpu/host1x/hw/syncpt_hw.c
drivers/gpu/host1x/hw/host1x07.c
0 → 100644
drivers/gpu/host1x/hw/host1x07.h
0 → 100644
drivers/gpu/host1x/hw/host1x07_hardware.h
0 → 100644
drivers/gpu/host1x/hw/hw_host1x07_uclass.h
0 → 100644
drivers/gpu/host1x/hw/hw_host1x07_vm.h
0 → 100644
Please register or sign in to comment