summaryrefslogtreecommitdiff
path: root/drivers/staging/gma500/Makefile
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.jf.intel.com>2011-04-19 14:27:43 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-26 00:13:48 (GMT)
commit6a62730c7a5278c73eaaac6c9510820c86f4a6f9 (patch)
tree76485562b34e85d8a79eba07ab08276b13824a62 /drivers/staging/gma500/Makefile
parentf20ee24445b54be28cae8609c4194fb400377c63 (diff)
downloadlinux-fsl-qoriq-6a62730c7a5278c73eaaac6c9510820c86f4a6f9.tar.xz
gma500: Add support for inserting and removing pages from the GART
There are two chunks of code we need to do this. The first one is the code to insert and remove the pages from the GART, the second is the code to build page table lists from the GEM object. Surprisingly this latter one doesn't seem to have a nice GEM helper. While we are at it we can begin dismantling the semi redundant struct pg, and finish pruning out the old now unused gtt code as well as the last bits of helper glue from the old driver base. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/Makefile')
-rw-r--r--drivers/staging/gma500/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile
index 0c4f7b6..db73ec6 100644
--- a/drivers/staging/gma500/Makefile
+++ b/drivers/staging/gma500/Makefile
@@ -17,7 +17,6 @@ psb_gfx-y += psb_bl.o \
psb_intel_modes.o \
psb_intel_sdvo.o \
psb_lid.o \
- psb_pvr_glue.o \
psb_mmu.o \
psb_powermgmt.o \
psb_irq.o \