diff options
author | Thierry Reding <treding@nvidia.com> | 2018-05-04 17:54:45 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-05-04 17:55:19 +0200 |
commit | de7eac113b1ea3ce5b762ec1a2a3e9a321adb0c7 (patch) | |
tree | 2ad4a12de983acec3227c302d7cc23b42bfd8033 /src/host1x.h | |
parent | fcecdf2b699f546fe563b28e277b2ccca664cafc (diff) |
This adds support for Tegra124 with the secure memory FD that's required
for reference picture marking as well as tiling formats needed by the IP
present in Tegra124.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'src/host1x.h')
-rw-r--r-- | src/host1x.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host1x.h b/src/host1x.h index 27d3839..26803f0 100644 --- a/src/host1x.h +++ b/src/host1x.h @@ -88,6 +88,12 @@ enum pixel_format { enum layout_format { PIX_BUF_LAYOUT_LINEAR, PIX_BUF_LAYOUT_TILED_16x16, + PIX_BUF_LAYOUT_BLOCK_16BX2_ONE_GOB, + PIX_BUF_LAYOUT_BLOCK_16BX2_TWO_GOB, + PIX_BUF_LAYOUT_BLOCK_16BX2_FOUR_GOB, + PIX_BUF_LAYOUT_BLOCK_16BX2_EIGHT_GOB, + PIX_BUF_LAYOUT_BLOCK_16BX2_SIXTEEN_GOB, + PIX_BUF_LAYOUT_BLOCK_16BX2_THIRTYTWO_GOB, }; struct host1x_csc_params { |