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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gen7_mfd.h b/src/gen7_mfd.h
index f268f5a8..aede3743 100644
--- a/src/gen7_mfd.h
+++ b/src/gen7_mfd.h
@@ -60,16 +60,14 @@
#define GEN7_YUV422H_4Y 6
#define GEN7_YUV422V_4Y 7
-struct gen7_vc1_surface
-{
+struct gen7_vc1_surface {
dri_bo *dmv;
int picture_type;
};
struct hw_context;
-struct gen7_mfd_context
-{
+struct gen7_mfd_context {
struct hw_context base;
union {
@@ -87,7 +85,7 @@ struct gen7_mfd_context
GenBuffer mpr_row_store_scratch_buffer;
GenBuffer bitplane_read_buffer;
GenBuffer segmentation_buffer;
-
+
VASurfaceID jpeg_wa_surface_id;
struct object_surface *jpeg_wa_surface_object;
dri_bo *jpeg_wa_slice_data_bo;