drm: Include GPU scheduler in drmkms.kmod.

Could be split into a separate module, but whatever.
This commit is contained in:
riastradh 2022-07-17 15:35:42 +00:00
parent fa2fa0c741
commit 84936b9b9e
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2022/07/17 15:05:09 riastradh Exp $
# $NetBSD: Makefile,v 1.18 2022/07/17 15:35:42 riastradh Exp $
.include "../Makefile.inc"
.include "Makefile.inc"
@ -11,6 +11,7 @@ MKLDSCRIPT=yes
.PATH: ${S}/external/bsd/drm2/pci
.PATH: ${S}/external/bsd/drm2/dist/drm
.PATH: ${S}/external/bsd/drm2/dist/drm/scheduler
# NetBSD additions.
SRCS+= drm_agp_hook.c
@ -51,6 +52,11 @@ SRCS+= drm_legacy_misc.c
SRCS+= drm_lock.c
SRCS+= drm_scatter.c
# GPU scheduler
SRCS+= sched_entity.c
SRCS+= sched_fence.c
SRCS+= sched_main.c
# Upstream source files.
#SRCS+= drm_agpsupport.c
SRCS+= drm_atomic.c