Module Name: src
Committed By: riastradh
Date: Mon Aug 27 06:44:42 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/dist/include/drm: drm_dp_mst_helper.h
Log Message:
ifdef CONFIG_DEBUG_FS
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.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_dp_mst_helper.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h:1.3 src/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h:1.4
--- src/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h:1.3 Mon Aug 27 06:06:41 2018
+++ src/sys/external/bsd/drm2/dist/include/drm/drm_dp_mst_helper.h Mon Aug 27 06:44:41 2018
@@ -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_update_payload_part2(struct d
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);