diff options
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/display_timing.h | 1 | ||||
-rw-r--r-- | include/video/uvesafb.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/video/display_timing.h b/include/video/display_timing.h index 5d0259b08e01..28d9d0d566ca 100644 --- a/include/video/display_timing.h +++ b/include/video/display_timing.h | |||
@@ -27,6 +27,7 @@ enum display_flags { | |||
27 | DISPLAY_FLAGS_PIXDATA_NEGEDGE = BIT(7), | 27 | DISPLAY_FLAGS_PIXDATA_NEGEDGE = BIT(7), |
28 | DISPLAY_FLAGS_INTERLACED = BIT(8), | 28 | DISPLAY_FLAGS_INTERLACED = BIT(8), |
29 | DISPLAY_FLAGS_DOUBLESCAN = BIT(9), | 29 | DISPLAY_FLAGS_DOUBLESCAN = BIT(9), |
30 | DISPLAY_FLAGS_DOUBLECLK = BIT(10), | ||
30 | }; | 31 | }; |
31 | 32 | ||
32 | /* | 33 | /* |
diff --git a/include/video/uvesafb.h b/include/video/uvesafb.h index 1a91850cb961..30f53625415c 100644 --- a/include/video/uvesafb.h +++ b/include/video/uvesafb.h | |||
@@ -134,6 +134,7 @@ struct uvesafb_par { | |||
134 | 134 | ||
135 | int mode_idx; | 135 | int mode_idx; |
136 | struct vbe_crtc_ib crtc; | 136 | struct vbe_crtc_ib crtc; |
137 | int mtrr_handle; | ||
137 | }; | 138 | }; |
138 | 139 | ||
139 | #endif /* _UVESAFB_H */ | 140 | #endif /* _UVESAFB_H */ |