summaryrefslogtreecommitdiff
path: root/drivers/staging/omapdrm/tcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/omapdrm/tcm.h')
-rw-r--r--drivers/staging/omapdrm/tcm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/omapdrm/tcm.h b/drivers/staging/omapdrm/tcm.h
index d273e3ee0b4..a8d5ce47686 100644
--- a/drivers/staging/omapdrm/tcm.h
+++ b/drivers/staging/omapdrm/tcm.h
@@ -59,6 +59,8 @@ struct tcm {
u16 width, height; /* container dimensions */
int lut_id; /* Lookup table identifier */
+ unsigned int y_offset; /* offset to use for y coordinates */
+
/* 'pvt' structure shall contain any tcm details (attr) along with
linked list of allocated areas and mutex for mutually exclusive access
to the list. It may also contain copies of width and height to notice