index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared
/
radeon_irq.c
Age
Commit message (
Expand
)
Author
2003-04-26
Ensure driver has been initialized (dev_private != NULL) before installing
Leif Delgass
2003-03-28
merged drm-filp-0-1-branch
Keith Whitwell
2003-02-04
only acknowledge interrupts we handle - others could be used outside the
Michel Daenzer
2002-12-04
further vertical blank interrupt cleanups: remo
# $FreeBSD$
.PATH
: ${
.CURDIR
}/
.. KMOD
=
tdfx NOMAN
=
YES SRCS
=
tdfx_drv.c SRCS
+=
device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS
+= ${
DEBUG_FLAGS
} -
I.
-
I.. .if defined
(
DRM_DEBUG
)
DRM_DEBUG_OPT
=
"\#define DRM_DEBUG 1"
.
endif
.if
!
defined
(
DRM_NOLINUX
)
DRM_LINUX_OPT
=
"\#define DRM_LINUX 1"
.
endif
opt_drm.h
:
touch opt_drm.h echo
$(
DRM_DEBUG_OPT
) >>
opt_drm.h echo
$(
DRM_LINUX_OPT
) >>
opt_drm.h .
include
<
bsd.kmod.mk
>