drm/radeon/si: Add support for new ucode format (v3)
[linux-2.6-block.git] / drivers / gpu / drm / drm_crtc_helper.c
index 78b37f3febd37cb288b529a0136c14a05e4c96f8..6c65a0a28fbde3e0efbee9ccd9541cccef7aeaa6 100644 (file)
@@ -818,6 +818,7 @@ void drm_helper_mode_fill_fb_struct(struct drm_framebuffer *fb,
        drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth,
                                    &fb->bits_per_pixel);
        fb->pixel_format = mode_cmd->pixel_format;
+       fb->flags = mode_cmd->flags;
 }
 EXPORT_SYMBOL(drm_helper_mode_fill_fb_struct);