summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/Makefile
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.jf.intel.com>2011-04-19 15:27:28 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-25 17:13:48 -0700
commitf20ee24445b54be28cae8609c4194fb400377c63 (patch)
tree0fbd997ce4ccedf161930151d6b1d264160959ce /drivers/staging/gma500/Makefile
parentf11dd9b14f48941ca4282174a282ee4f17ded530 (diff)
downloadop-kernel-dev-f20ee24445b54be28cae8609c4194fb400377c63.zip
op-kernel-dev-f20ee24445b54be28cae8609c4194fb400377c63.tar.gz
gma500: begin adding GEM
This puts in place the infrastructure for GEM allocators. Our implementation is fairly simplistic at this point and we don't deal with things like evicting objects from the GART to make space, nor compaction. We extent our gtt_range struct to include a GEM object and that allows GEM to do all the handle management and most of the memory mapping work for us. This patch also doesn't load GEM pages into the GART so the GEM side isn't very useful. Before we can do that a fair bit of work is needed reworking the internal GTT code. 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, 1 insertions, 0 deletions
diff --git a/drivers/staging/gma500/Makefile b/drivers/staging/gma500/Makefile
index e00557e..0c4f7b6 100644
--- a/drivers/staging/gma500/Makefile
+++ b/drivers/staging/gma500/Makefile
@@ -5,6 +5,7 @@ ccflags-y += -Iinclude/drm
psb_gfx-y += psb_bl.o \
psb_drv.o \
+ psb_gem.o \
psb_fb.o \
psb_2d.o \
psb_gtt.o \
OpenPOWER on IntegriCloud