gma500: the GEM and GTT code is device independant
authorAlan Cox <alan@linux.intel.com>
Tue, 5 Jul 2011 14:41:43 +0000 (15:41 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 15:20:42 +0000 (08:20 -0700)
Rename the gem and gtt files accordingly.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/gma500/Makefile
drivers/staging/gma500/gem.c [moved from drivers/staging/gma500/psb_gem.c with 100% similarity]
drivers/staging/gma500/gtt.c [moved from drivers/staging/gma500/psb_gtt.c with 100% similarity]
drivers/staging/gma500/gtt.h [moved from drivers/staging/gma500/psb_gtt.h with 100% similarity]
drivers/staging/gma500/psb_drv.h

index d2c0887..0603949 100644 (file)
@@ -6,11 +6,11 @@ ccflags-y += -Iinclude/drm
 psb_gfx-y += gem_glue.o \
          accel_2d.o \
          backlight.o \
-         power.o \
          framebuffer.o \
+         gem.o \
+         gtt.o \
+         power.o \
          psb_drv.o \
-         psb_gem.o \
-         psb_gtt.o \
          psb_intel_bios.o \
          psb_intel_opregion.o \
          psb_intel_display.o \
index 9c6aba5..307ff9c 100644 (file)
@@ -29,7 +29,7 @@
 #include "psb_drm.h"
 #include "psb_reg.h"
 #include "psb_intel_drv.h"
-#include "psb_gtt.h"
+#include "gtt.h"
 #include "psb_powermgmt.h"
 #include "mrst.h"