On Thu, Oct 27, 2011 at 1:07 PM, Daniel Vetter daniel.vetter@ffwll.ch wrote: ...
@@ -139,13 +99,35 @@ static int sis_drm_alloc(struct drm_device *dev, struct drm_file *file,
...
+#if defined(CONFIG_FB_SIS) || defined(CONFIG_FB_SIS_MODULE)
- item->req.size = mem->size;
- sis_malloc(&item->req);
- if (item->req.size == 0)
- retval = -ENOMEN;
ENOMEN is omen, I guess this was not compile tested with either CONFIG?
Cheers, Tormod