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 Avoid declarations th...



details:   https://anonhg.NetBSD.org/src/rev/98b30073c907
branches:  trunk
changeset: 1028237:98b30073c907
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:54:31 2021 +0000

description:
Avoid declarations that appear in drm_debugfs.h


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/dist/include/drm/drmP.h |  24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diffs (38 lines):

diff -r b7f673292392 -r 98b30073c907 sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h     Sun Dec 19 09:54:20 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h     Sun Dec 19 09:54:31 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: drmP.h,v 1.63 2021/12/19 09:52:43 riastradh Exp $      */
+/*     $NetBSD: drmP.h,v 1.64 2021/12/19 09:54:31 riastradh Exp $      */
 
 /*
  * Internal Header for the Direct Rendering Manager
@@ -119,28 +119,6 @@
 struct seq_file;
 #endif
 
-/**
- * Info file list entry. This structure represents a debugfs or proc file to
- * be created by the drm core
- */
-struct drm_info_list {
-       const char *name; /** file name */
-       int (*show)(struct seq_file*, void*); /** show callback */
-       u32 driver_features; /**< Required driver features for this entry */
-       void *data;
-};
-
-/**
- * debugfs node structure. This structure represents a debugfs file.
- */
-struct drm_info_node {
-       struct list_head list;
-       struct drm_minor *minor;
-       const struct drm_info_list *info_ent;
-       struct dentry *dent;
-};
-
-
 /******************************************************************/
 /** \name Internal function definitions */
 /*@{*/



Home | Main Index | Thread Index | Old Index