From: Francis Hart
This patch adds a test application for 2d library. The application
performs 2d operations using the hardware and outputs the results
into files.
Signed-off-by: Francis Hart
---
configure.ac |1 +
tests/tegra/2d/Makefile.am | 13 ++
tests/tegra/2d/
From: Francis Hart
This patch introduces a simple 2d library on top of stream library.
Signed-off-by: Francis Hart
---
tegra/2d/hw_gr2d.h | 2614 ++
tegra/2d/tegra_2d_api.c | 235
tegra/2d/tegra_2d_color.c| 412 +++
tegra/2d
From: Arto Merilainen
This patch introduces tegra stream library. The library is used for
buffer management, command stream construction and work
synchronization.
Signed-off-by: Arto Merilainen
---
Makefile.am|6 +-
configure.ac | 13 +
tegra/Makefile.am
From: Arto Merilainen
This patch series adds application level support for 2d hardware
acceleration on Tegra SoCs.
The patch series consists of three patches: Host1x stream library, 2d
library and a test application for the 2d library. The first patch
introduces stream library that is used for d
From: Francis Hart
This patch adds a test application for 2d library. The application
performs 2d operations using the hardware and outputs the results
into files.
Signed-off-by: Francis Hart
---
configure.ac |1 +
tests/tegra/2d/Makefile.am | 13 ++
tests/tegra/2d/
From: Arto Merilainen
This patch introduces tegra stream library. The library is used for
buffer management, command stream construction and work
synchronization.
Signed-off-by: Arto Merilainen
---
Makefile.am|6 +-
configure.ac | 13 +
tegra/Makefile.am
From: Arto Merilainen
This patch series adds application level support for 2d hardware
acceleration on Tegra SoCs.
The patch series consists of three patches: Host1x stream library, 2d
library and a test application for the 2d library. The first patch
introduces stream library that is used for d