This is a note to let you know that I've just added the patch titled

    drm/nouveau: fix booting with plymouth + dumb support

to the 3.4-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-nouveau-fix-booting-with-plymouth-dumb-support.patch
and it can be found in the queue-3.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 610bd7da160f76f1644ecb4cd7f39511b49a22cc Mon Sep 17 00:00:00 2001
From: Dave Airlie <[email protected]>
Date: Fri, 14 Sep 2012 13:28:23 +1000
Subject: drm/nouveau: fix booting with plymouth + dumb support

From: Dave Airlie <[email protected]>

commit 610bd7da160f76f1644ecb4cd7f39511b49a22cc upstream.

We noticed a plymouth bug on Fedora 18, and I then
noticed this stupid thinko, fixing it fixed the problem
with plymouth.

Acked-by: Ben Skeggs <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/gpu/drm/nouveau/nouveau_display.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/nouveau/nouveau_display.c
+++ b/drivers/gpu/drm/nouveau/nouveau_display.c
@@ -586,7 +586,7 @@ nouveau_display_dumb_create(struct drm_f
        args->size = args->pitch * args->height;
        args->size = roundup(args->size, PAGE_SIZE);
 
-       ret = nouveau_gem_new(dev, args->size, 0, TTM_PL_FLAG_VRAM, 0, 0, &bo);
+       ret = nouveau_gem_new(dev, args->size, 0, NOUVEAU_GEM_DOMAIN_VRAM, 0, 
0, &bo);
        if (ret)
                return ret;
 


Patches currently in stable-queue which might be from [email protected] are

queue-3.4/drm-nouveau-fix-booting-with-plymouth-dumb-support.patch
queue-3.4/vmwgfx-add-dumb-ioctl-support.patch
queue-3.4/fbcon-fix-race-condition-between-console-lock-and-cursor-timer-v1.1.patch
queue-3.4/drm-check-for-invalid-cursor-flags.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to