diff options
Diffstat (limited to 'drivers/gpu/drm/bochs/bochs.h')
| -rw-r--r-- | drivers/gpu/drm/bochs/bochs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bochs/bochs.h b/drivers/gpu/drm/bochs/bochs.h index b4f6bb521900..e7a69077e45a 100644 --- a/drivers/gpu/drm/bochs/bochs.h +++ b/drivers/gpu/drm/bochs/bochs.h | |||
| @@ -58,6 +58,7 @@ struct bochs_device { | |||
| 58 | void __iomem *fb_map; | 58 | void __iomem *fb_map; |
| 59 | unsigned long fb_base; | 59 | unsigned long fb_base; |
| 60 | unsigned long fb_size; | 60 | unsigned long fb_size; |
| 61 | unsigned long qext_size; | ||
| 61 | 62 | ||
| 62 | /* mode */ | 63 | /* mode */ |
| 63 | u16 xres; | 64 | u16 xres; |
| @@ -121,7 +122,8 @@ int bochs_hw_init(struct drm_device *dev); | |||
| 121 | void bochs_hw_fini(struct drm_device *dev); | 122 | void bochs_hw_fini(struct drm_device *dev); |
| 122 | 123 | ||
| 123 | void bochs_hw_setmode(struct bochs_device *bochs, | 124 | void bochs_hw_setmode(struct bochs_device *bochs, |
| 124 | struct drm_display_mode *mode); | 125 | struct drm_display_mode *mode, |
| 126 | const struct drm_format_info *format); | ||
| 125 | void bochs_hw_setbase(struct bochs_device *bochs, | 127 | void bochs_hw_setbase(struct bochs_device *bochs, |
| 126 | int x, int y, u64 addr); | 128 | int x, int y, u64 addr); |
| 127 | 129 | ||
