head	1.4;
access;
symbols
	netbsd-11-0-RC4:1.4
	netbsd-11-0-RC3:1.4
	netbsd-11-0-RC2:1.4
	netbsd-11-0-RC1:1.4
	perseant-exfatfs-base-20250801:1.4
	netbsd-11:1.4.0.12
	netbsd-11-base:1.4
	netbsd-10-1-RELEASE:1.4
	perseant-exfatfs-base-20240630:1.4
	perseant-exfatfs:1.4.0.10
	perseant-exfatfs-base:1.4
	netbsd-10-0-RELEASE:1.4
	netbsd-10-0-RC6:1.4
	netbsd-10-0-RC5:1.4
	netbsd-10-0-RC4:1.4
	netbsd-10-0-RC3:1.4
	netbsd-10-0-RC2:1.4
	thorpej-ifq:1.4.0.8
	thorpej-ifq-base:1.4
	thorpej-altq-separation:1.4.0.6
	thorpej-altq-separation-base:1.4
	netbsd-10-0-RC1:1.4
	netbsd-10:1.4.0.4
	netbsd-10-base:1.4
	bouyer-sunxi-drm:1.4.0.2
	bouyer-sunxi-drm-base:1.4;
locks; strict;
comment	@# @;


1.4
date	2022.07.28.10.42.46;	author riastradh;	state Exp;
branches;
next	1.3;
commitid	RN0JfzoiLWwPmEND;

1.3
date	2022.07.28.10.41.07;	author riastradh;	state Exp;
branches;
next	1.2;
commitid	MGk1u7nHHJjgmEND;

1.2
date	2022.07.28.10.24.46;	author riastradh;	state Exp;
branches;
next	1.1;
commitid	XPfCXZzkYmEEgEND;

1.1
date	2022.07.23.12.52.10;	author riastradh;	state Exp;
branches;
next	;
commitid	Mni1Y9WZsQYaf1ND;


desc
@@


1.4
log
@drmkms_sched: Remove duplicate module definition.
@
text
@#	$NetBSD: Makefile,v 1.3 2022/07/28 10:41:07 riastradh Exp $

.include "../Makefile.inc"
.include "../drmkms/Makefile.inc"

.PATH:	${S}/external/bsd/drm2/dist/drm/scheduler
.PATH:	${S}/external/bsd/drm2/drm

KMOD=	drmkms_sched

SRCS+=	sched_entity.c
SRCS+=	sched_fence.c
SRCS+=	sched_main.c

WARNS=	3

.include <bsd.kmodule.mk>
@


1.3
log
@drmkms_sched: Revert previous MKLDSCRIPT, red herring.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.2 2022/07/28 10:24:46 riastradh Exp $
a13 1
SRCS+=	sched_module.c
@


1.2
log
@drmkms_sched: Fix link sets in module.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.1 2022/07/23 12:52:10 riastradh Exp $
a9 1
MKLDSCRIPT=yes
@


1.1
log
@drm: Split scheduler into separate module.

Used only by amdgpu, and it uses something that is currently broken
from the gcc update on aarch64, so let's make it a little more
optional.
@
text
@d1 1
a1 1
#	$NetBSD$
d10 1
@

