This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3816139c8a
linux
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
top
/
Kbuild
4 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
drm/nouveau: fix bogus GPL-2 license header The bulk SPDX addition made all these files into GPL-2.0 licensed files. However the remainder of the project is MIT-licensed, these files were simply missing the boiler plate and got caught up in the global update. Fixes: 96ac6d4351004 (treewide: Add SPDX license identifier - Kbuild) Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2019-07-05 05:11:42 +00:00
# SPDX-License-Identifier: MIT
drm/nouveau/top: initial implementation Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2016-04-08 07:24:40 +00:00
nvkm-y += nvkm/subdev/top/base.o
drm/nouveau/top/gk104: initial implementation Ported from the code currently in engine/fifo/gk104.c. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2016-04-08 07:24:40 +00:00
nvkm-y += nvkm/subdev/top/gk104.o
Reference in New Issue
Copy Permalink