Commit 63e21a5b authored by Alan Cox's avatar Alan Cox Committed by Greg Kroah-Hartman
Browse files

gma500: the GEM and GTT code is device independant



Rename the gem and gtt files accordingly.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c3f50051
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 \
+1 −1
Original line number Diff line number Diff line
@@ -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"