|
@@ -71,7 +71,6 @@ static int hibmc_drm_fb_create(struct drm_fb_helper *helper,
|
|
DRM_DEBUG_DRIVER("surface width(%d), height(%d) and bpp(%d)\n",
|
|
DRM_DEBUG_DRIVER("surface width(%d), height(%d) and bpp(%d)\n",
|
|
sizes->surface_width, sizes->surface_height,
|
|
sizes->surface_width, sizes->surface_height,
|
|
sizes->surface_bpp);
|
|
sizes->surface_bpp);
|
|
- sizes->surface_depth = 32;
|
|
|
|
|
|
|
|
bytes_per_pixel = DIV_ROUND_UP(sizes->surface_bpp, 8);
|
|
bytes_per_pixel = DIV_ROUND_UP(sizes->surface_bpp, 8);
|
|
|
|
|