This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-05-24 10:39:52 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3816139c8a
linux
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
top
/
Kbuild
4 lines
98 B
Text
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 15:11:42 +10:00
# SPDX-License-Identifier: MIT
drm/nouveau/top: initial implementation Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2016-04-08 17:24:40 +10: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 17:24:40 +10:00
nvkm-y += nvkm/subdev/top/gk104.o
Reference in a new issue
Copy permalink