summaryrefslogtreecommitdiff
path: root/shared/radeon_irq.c
AgeCommit message (Expand)Author
2003-04-26Ensure driver has been initialized (dev_private != NULL) before installingLeif Delgass
2003-03-28merged drm-filp-0-1-branchKeith Whitwell
2003-02-04only acknowledge interrupts we handle - others could be used outside theMichel Daenzer
2002-12-04further 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>
tch register,Michel Daenzer 2002-09-26DRM(vblank_wait) is driver specificMichel Daenzer 2002-09-25common ioctl to wait for vertical blank IRQsMichel Daenzer 2002-09-23merged r200-0-2-branch to trunkKeith Whitwell