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

    drm/ast: invalidate page tables when pinning a BO

to the 3.10-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-ast-invalidate-page-tables-when-pinning-a-bo.patch
and it can be found in the queue-3.10 subdirectory.

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


>From 3ac65259328324de323dc006b52ff7c1a5b18d19 Mon Sep 17 00:00:00 2001
From: Dave Airlie <[email protected]>
Date: Wed, 7 Aug 2013 10:01:56 +1000
Subject: drm/ast: invalidate page tables when pinning a BO

From: Dave Airlie <[email protected]>

commit 3ac65259328324de323dc006b52ff7c1a5b18d19 upstream.

same fix as cirrus and mgag200.

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

---
 drivers/gpu/drm/ast/ast_ttm.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/gpu/drm/ast/ast_ttm.c
+++ b/drivers/gpu/drm/ast/ast_ttm.c
@@ -348,6 +348,7 @@ int ast_bo_create(struct drm_device *dev
 
        astbo->gem.driver_private = NULL;
        astbo->bo.bdev = &ast->ttm.bdev;
+       astbo->bo.bdev->dev_mapping = dev->dev_mapping;
 
        ast_ttm_placement(astbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM);
 


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

queue-3.10/drm-cirrus-invalidate-page-tables-when-pinning-a-bo.patch
queue-3.10/drm-mgag200-invalidate-page-tables-when-pinning-a-bo.patch
queue-3.10/drm-don-t-pass-negative-delta-to-ktime_sub_ns.patch
queue-3.10/drm-ast-invalidate-page-tables-when-pinning-a-bo.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