summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/Makefile
diff options
context:
space:
mode:
authorPatrik Jakobsson2014-01-04 20:58:35 +0100
committerPatrik Jakobsson2014-03-17 20:11:51 +0100
commit1c6b5d17d6ed124afd55027a72d64b6f6eca501e (patch)
tree627f9676d7693617116bd05a25401773fe2198bd /drivers/gpu/drm/gma500/Makefile
parentdrm/gma500: Give MMU code it's own header file (diff)
downloadkernel-qcow2-linux-1c6b5d17d6ed124afd55027a72d64b6f6eca501e.tar.gz
kernel-qcow2-linux-1c6b5d17d6ed124afd55027a72d64b6f6eca501e.tar.xz
kernel-qcow2-linux-1c6b5d17d6ed124afd55027a72d64b6f6eca501e.zip
drm/gma500: Add first piece of blitter code
Right now, all we need to know about the blitter is that it's not doing anything that can be messed up when fiddling with MMU mappings. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/Makefile')
-rw-r--r--drivers/gpu/drm/gma500/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/Makefile b/drivers/gpu/drm/gma500/Makefile
index e9064dd9045d..69c0d7f4d794 100644
--- a/drivers/gpu/drm/gma500/Makefile
+++ b/drivers/gpu/drm/gma500/Makefile
@@ -13,6 +13,7 @@ gma500_gfx-y += \
intel_i2c.o \
intel_gmbus.o \
mmu.o \
+ blitter.o \
power.o \
psb_drv.o \
gma_display.o \