aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs/bochs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/bochs/bochs.h')
-rw-r--r--drivers/gpu/drm/bochs/bochs.h4
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);
121void bochs_hw_fini(struct drm_device *dev); 122void bochs_hw_fini(struct drm_device *dev);
122 123
123void bochs_hw_setmode(struct bochs_device *bochs, 124void 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);
125void bochs_hw_setbase(struct bochs_device *bochs, 127void bochs_hw_setbase(struct bochs_device *bochs,
126 int x, int y, u64 addr); 128 int x, int y, u64 addr);
127 129