rpms/kernel/F-10 drm-next.patch,1.3,1.4

Dave Airlie airlied at fedoraproject.org
Wed Nov 12 00:08:54 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19464

Modified Files:
	drm-next.patch 
Log Message:
omg just build already


drm-next.patch:

Index: drm-next.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/drm-next.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- drm-next.patch	11 Nov 2008 21:11:22 -0000	1.3
+++ drm-next.patch	12 Nov 2008 00:08:23 -0000	1.4
@@ -1,3 +1,19 @@
+commit f923fc916fa3aa5c3acf66d3223138227df58fb9
+Author: Keith Packard <keithp at keithp.com>
+Date:   Fri Jun 20 00:08:06 2008 -0700
+
+    Export shmem_file_setup for DRM-GEM
+    
+    GEM needs to create shmem files to back buffer objects.  Though currently
+    creation of files for objects could have been driven from userland, the
+    modesetting work will require allocation of buffer objects before userland
+    is running, for boot-time message display.
+    
+    Signed-off-by: Eric Anholt <eric at anholt.net>
+    Cc: Nick Piggin <npiggin at suse.de>
+    Signed-off-by: Dave Airlie <airlied at redhat.com>
+    (cherry picked from commit 395e0ddc44005ced5e4fed9bfc2e4bdf63d37627)
+
 commit 5a9568f2ccf9040fc461aab1628c9b8d6302a628
 Author: Dave Airlie <airlied at redhat.com>
 Date:   Mon Nov 3 11:07:28 2008 +1000
@@ -14943,6 +14959,18 @@
 +#endif /* CONFIG_X86_32 */
 +
 +#endif /* _LINUX_IO_MAPPING_H */
+diff --git a/mm/shmem.c b/mm/shmem.c
+index 04fb4f1..e6e88bd 100644
+--- a/mm/shmem.c
++++ b/mm/shmem.c
+@@ -2582,6 +2582,7 @@ put_memory:
+ 	shmem_unacct_size(flags, size);
+ 	return ERR_PTR(error);
+ }
++EXPORT_SYMBOL_GPL(shmem_file_setup);
+ 
+ /**
+  * shmem_zero_setup - setup a shared anonymous mapping
 diff --git a/mm/tiny-shmem.c b/mm/tiny-shmem.c
 index 8d7a27a..3e67d57 100644
 --- a/mm/tiny-shmem.c




More information about the scm-commits mailing list