[PATCH 09/23] drm/sis: use drm_mm instead of drm_sman

Tormod Volden lists.tormod at gmail.com
Fri Oct 28 15:47:18 PDT 2011


On Thu, Oct 27, 2011 at 1:07 PM, Daniel Vetter <daniel.vetter at 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


More information about the dri-devel mailing list