diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-05-02 18:32:38 +0900 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-06-10 16:05:49 +1000 |
commit | 86ebef722dab7f9ea4c5753640ef7d660c681985 (patch) | |
tree | 58869e602e564dc5e5061c38d110d6f2ea472fef /drivers/gpu/drm/nouveau/Makefile | |
parent | fef94f6272c6d1ce1c9177770f50f7281d61f5f6 (diff) | |
download | lwn-86ebef722dab7f9ea4c5753640ef7d660c681985.tar.gz lwn-86ebef722dab7f9ea4c5753640ef7d660c681985.zip |
drm/nouveau/fifo: add GK20A support
GK20A's FIFO is compatible with NVE0, but only features 128 channels and
1 runlist.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index 34fef246e779..e6fe53bab593 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -248,6 +248,7 @@ nouveau-y += core/engine/fifo/nv50.o nouveau-y += core/engine/fifo/nv84.o nouveau-y += core/engine/fifo/nvc0.o nouveau-y += core/engine/fifo/nve0.o +nouveau-y += core/engine/fifo/gk20a.o nouveau-y += core/engine/fifo/nv108.o nouveau-y += core/engine/graph/ctxnv40.o nouveau-y += core/engine/graph/ctxnv50.o |