summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorAlan Cox2011-07-05 16:42:53 +0200
committerGreg Kroah-Hartman2011-07-05 17:20:43 +0200
commit641b41858b29d4ebf1be3921cab7b2cac7b18111 (patch)
tree6ce7ed1bfd30b5b939240a24f3176f21d801242c /drivers/staging
parentgma500: move opregion files (diff)
downloadkernel-qcow2-linux-641b41858b29d4ebf1be3921cab7b2cac7b18111.tar.gz
kernel-qcow2-linux-641b41858b29d4ebf1be3921cab7b2cac7b18111.tar.xz
kernel-qcow2-linux-641b41858b29d4ebf1be3921cab7b2cac7b18111.zip
gma500: the MMU code is also generic
Move this over. In actual fact there are some underlying differences as some devices have more MMU contexts, but for our 2D purposes we don't actually care. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/gma500/Makefile2
-rw-r--r--drivers/staging/gma500/mmu.c (renamed from drivers/staging/gma500/psb_mmu.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile
index c0143732f323..d4a87c07e177 100644
--- a/drivers/staging/gma500/Makefile
+++ b/drivers/staging/gma500/Makefile
@@ -11,6 +11,7 @@ psb_gfx-y += gem_glue.o \
gtt.o \
intel_bios.o \
intel_opregion.o \
+ mmu.o \
power.o \
psb_drv.o \
psb_intel_display.o \
@@ -19,7 +20,6 @@ psb_gfx-y += gem_glue.o \
psb_intel_modes.o \
psb_intel_sdvo.o \
psb_lid.o \
- psb_mmu.o \
psb_irq.o \
psb_device.o \
mid_bios.o
diff --git a/drivers/staging/gma500/psb_mmu.c b/drivers/staging/gma500/mmu.c
index c904d73b1de3..c904d73b1de3 100644
--- a/drivers/staging/gma500/psb_mmu.c
+++ b/drivers/staging/gma500/mmu.c