summaryrefslogtreecommitdiff
path: root/src/host1x.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2018-05-04 17:54:45 +0200
committerThierry Reding <treding@nvidia.com>2018-05-04 17:55:19 +0200
commitde7eac113b1ea3ce5b762ec1a2a3e9a321adb0c7 (patch)
tree2ad4a12de983acec3227c302d7cc23b42bfd8033 /src/host1x.h
parentfcecdf2b699f546fe563b28e277b2ccca664cafc (diff)
Update for new kernel ABIHEADmaster
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.h6
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 {