summaryrefslogtreecommitdiff
path: root/src/gen7_mfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen7_mfd.h')
-rw-r--r--src/gen7_mfd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gen7_mfd.h b/src/gen7_mfd.h
index aede3743..d8938ab0 100644
--- a/src/gen7_mfd.h
+++ b/src/gen7_mfd.h
@@ -63,6 +63,9 @@
struct gen7_vc1_surface {
dri_bo *dmv;
int picture_type;
+ int intensity_compensation;
+ int luma_scale;
+ int luma_shift;
};
struct hw_context;