|
@@ -112,11 +112,8 @@ static int omap_fbdev_create(struct drm_fb_helper *helper,
|
|
dma_addr_t paddr;
|
|
dma_addr_t paddr;
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
- /* only doing ARGB32 since this is what is needed to alpha-blend
|
|
|
|
- * with video overlays:
|
|
|
|
- */
|
|
|
|
sizes->surface_bpp = 32;
|
|
sizes->surface_bpp = 32;
|
|
- sizes->surface_depth = 32;
|
|
|
|
|
|
+ sizes->surface_depth = 24;
|
|
|
|
|
|
DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width,
|
|
DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width,
|
|
sizes->surface_height, sizes->surface_bpp,
|
|
sizes->surface_height, sizes->surface_bpp,
|