drm: add an fb creation ioctl that takes a pixel format v5
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nouveau_fb.h
index 95c843e684bbaf1aec87607405f9bfc1cbbd842e..f4dd301508796ae56fd8036bef97c2ceea5acbd1 100644 (file)
@@ -45,5 +45,5 @@ nouveau_framebuffer(struct drm_framebuffer *fb)
 extern const struct drm_mode_config_funcs nouveau_mode_config_funcs;
 
 int nouveau_framebuffer_init(struct drm_device *dev, struct nouveau_framebuffer *nouveau_fb,
-                            struct drm_mode_fb_cmd *mode_cmd, struct nouveau_bo *nvbo);
+                            struct drm_mode_fb_cmd2 *mode_cmd, struct nouveau_bo *nvbo);
 #endif /* __NOUVEAU_FB_H__ */
This page took 0.036507 seconds and 5 git commands to generate.