Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 09:50:36 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm: drm_drv.h

Log Message:
DRM_IRQ_ARGS

Author: Maya Rashish <m...@netbsd.org>


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h:1.4 src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h:1.5
--- src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h:1.4	Sun Dec 19 01:56:33 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_drv.h	Sun Dec 19 09:50:36 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_drv.h,v 1.4 2021/12/19 01:56:33 riastradh Exp $	*/
+/*	$NetBSD: drm_drv.h,v 1.5 2021/12/19 09:50:36 riastradh Exp $	*/
 
 /*
  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
@@ -431,7 +431,7 @@ struct drm_driver {
 	 * Interrupt handler called when using drm_irq_install(). Not used by
 	 * drivers which implement their own interrupt handling.
 	 */
-	irqreturn_t(*irq_handler) (int irq, void *arg);
+	irqreturn_t(*irq_handler) (DRM_IRQ_ARGS);
 
 	/**
 	 * @irq_preinstall:

Reply via email to