diff options
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2014-01-04 20:58:35 +0100 |
---|---|---|
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | 2014-03-17 20:11:51 +0100 |
commit | 1c6b5d17d6ed124afd55027a72d64b6f6eca501e (patch) | |
tree | 627f9676d7693617116bd05a25401773fe2198bd /drivers/gpu/drm/gma500/Makefile | |
parent | drm/gma500: Give MMU code it's own header file (diff) | |
download | linux-1c6b5d17d6ed124afd55027a72d64b6f6eca501e.tar.xz 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/Makefile | 1 |
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 \ |