diff options
Diffstat (limited to 'drivers/gpu/drm/cirrus/cirrus_drv.h')
-rw-r--r-- | drivers/gpu/drm/cirrus/cirrus_drv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/cirrus/cirrus_drv.h b/drivers/gpu/drm/cirrus/cirrus_drv.h index d44e69daa239..693a4565c4ff 100644 --- a/drivers/gpu/drm/cirrus/cirrus_drv.h +++ b/drivers/gpu/drm/cirrus/cirrus_drv.h | |||
@@ -210,6 +210,9 @@ int cirrus_framebuffer_init(struct drm_device *dev, | |||
210 | struct drm_mode_fb_cmd2 *mode_cmd, | 210 | struct drm_mode_fb_cmd2 *mode_cmd, |
211 | struct drm_gem_object *obj); | 211 | struct drm_gem_object *obj); |
212 | 212 | ||
213 | bool cirrus_check_framebuffer(struct cirrus_device *cdev, int width, int height, | ||
214 | int bpp, int pitch); | ||
215 | |||
213 | /* cirrus_display.c */ | 216 | /* cirrus_display.c */ |
214 | int cirrus_modeset_init(struct cirrus_device *cdev); | 217 | int cirrus_modeset_init(struct cirrus_device *cdev); |
215 | void cirrus_modeset_fini(struct cirrus_device *cdev); | 218 | void cirrus_modeset_fini(struct cirrus_device *cdev); |