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/dist/include/drm ifdef CONFIG_DEBUG_FS
details: https://anonhg.NetBSD.org/src/rev/c7387334aec9
branches: trunk
changeset: 992486:c7387334aec9
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 06:44:41 2018 +0000
description:
ifdef CONFIG_DEBUG_FS
diffstat:
sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r ebe5bf95edea -r c7387334aec9 sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h Mon Aug 27 06:44:29 2018 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h Mon Aug 27 06:44:41 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_dp_mst_helper.h,v 1.3 2018/08/27 06:06:41 riastradh Exp $ */
+/* $NetBSD: drm_dp_mst_helper.h,v 1.4 2018/08/27 06:44:41 riastradh Exp $ */
/*
* Copyright © 2014 Red Hat.
@@ -510,8 +510,10 @@
int drm_dp_check_act_status(struct drm_dp_mst_topology_mgr *mgr);
+#ifdef CONFIG_DEBUG_FS
void drm_dp_mst_dump_topology(struct seq_file *m,
struct drm_dp_mst_topology_mgr *mgr);
+#endif
void drm_dp_mst_topology_mgr_suspend(struct drm_dp_mst_topology_mgr *mgr);
int drm_dp_mst_topology_mgr_resume(struct drm_dp_mst_topology_mgr *mgr);
Home |
Main Index |
Thread Index |
Old Index