summaryrefslogtreecommitdiff
path: root/drivers/video/b2r2/b2r2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/b2r2/b2r2_internal.h')
-rw-r--r--drivers/video/b2r2/b2r2_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/b2r2/b2r2_internal.h b/drivers/video/b2r2/b2r2_internal.h
index 7a46bbda19e..c46e814df14 100644
--- a/drivers/video/b2r2/b2r2_internal.h
+++ b/drivers/video/b2r2/b2r2_internal.h
@@ -264,6 +264,8 @@ struct b2r2_node_split_buf {
* @ivmx - the ivmx matrix to use for color conversion
* @blend - determines if blending is enabled
* @clip - determines if destination clipping is enabled
+ * @rotation - determines if rotation is requested
+ * @fullrange - determines YUV<->RGB conversion matrix (iVMx)
* @swap_fg_bg - determines if FG and BG should be swapped when blending
* @flags - the flags passed in the blt request
* @flag_param - parameter required by certain flags,
@@ -294,6 +296,7 @@ struct b2r2_node_split_job {
bool blend;
bool clip;
bool rotation;
+ bool fullrange;
bool swap_fg_bg;