summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-06-27 11:36:54 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2014-08-09 19:11:10 (GMT)
commitec1afbf4e1025f74e636ada2e7da3963c8da4c06 (patch)
treee7072194d62a415f3380d8fe0241a826c9ed3076 /drivers/gpu/drm/nouveau/Makefile
parente2a4e78cdccc4bb2d3729981313da237ad4ad43f (diff)
downloadlinux-ec1afbf4e1025f74e636ada2e7da3963c8da4c06.tar.xz
drm/gk20a: add BAR instance
GK20A's BAR is functionally identical to NVC0's, but do not support being ioremapped write-combined. Create a BAR instance for GK20A that reflect that state. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index 8e74ae7..bff9ed6 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -26,6 +26,7 @@ nouveau-y += core/core/subdev.o
nouveau-y += core/subdev/bar/base.o
nouveau-y += core/subdev/bar/nv50.o
nouveau-y += core/subdev/bar/nvc0.o
+nouveau-y += core/subdev/bar/gk20a.o
nouveau-y += core/subdev/bios/base.o
nouveau-y += core/subdev/bios/bit.o
nouveau-y += core/subdev/bios/boost.o