Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/pci drm_pci_agp_destroy is now in drm_...
details: https://anonhg.NetBSD.org/src/rev/220d6ae95505
branches: trunk
changeset: 1027889:220d6ae95505
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 01:04:33 2021 +0000
description:
drm_pci_agp_destroy is now in drm_internal.h.
diffstat:
sys/external/bsd/drm2/pci/drm_pci.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r ecee208e16d7 -r 220d6ae95505 sys/external/bsd/drm2/pci/drm_pci.c
--- a/sys/external/bsd/drm2/pci/drm_pci.c Sun Dec 19 01:04:26 2021 +0000
+++ b/sys/external/bsd/drm2/pci/drm_pci.c Sun Dec 19 01:04:33 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_pci.c,v 1.34 2021/12/19 01:04:26 riastradh Exp $ */
+/* $NetBSD: drm_pci.c,v 1.35 2021/12/19 01:04:33 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.34 2021/12/19 01:04:26 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.35 2021/12/19 01:04:33 riastradh Exp $");
#include <sys/types.h>
#include <sys/errno.h>
@@ -41,6 +41,8 @@
#include <drm/drmP.h>
#include <drm/drm_legacy.h>
+#include "../dist/drm/drm_internal.h"
+
struct drm_bus_irq_cookie {
pci_intr_handle_t *intr_handles;
void *ih_cookie;
Home |
Main Index |
Thread Index |
Old Index