summaryrefslogtreecommitdiff
path: root/src/host1x.h
diff options
context:
space:
mode:
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 {