summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/drmP.h
diff options
context:
space:
mode:
authorrnoland <rnoland@FreeBSD.org>2009-08-23 14:33:12 +0000
committerrnoland <rnoland@FreeBSD.org>2009-08-23 14:33:12 +0000
commit02d6d1fd6e2ae08b97550ccfab2e8d57862ff15c (patch)
treea9fd87202ad30c96835a873d49bb492fa287ad14 /sys/dev/drm/drmP.h
parentf98d8dac77d63020f80f0dfab1d03e4e7a9dac22 (diff)
downloadFreeBSD-src-02d6d1fd6e2ae08b97550ccfab2e8d57862ff15c.zip
FreeBSD-src-02d6d1fd6e2ae08b97550ccfab2e8d57862ff15c.tar.gz
Add a read only sysctl tracking the hw.drm.msi tunable.
MFC after: 2 weeks
Diffstat (limited to 'sys/dev/drm/drmP.h')
-rw-r--r--sys/dev/drm/drmP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h
index 9c5f4a4..cad2cee 100644
--- a/sys/dev/drm/drmP.h
+++ b/sys/dev/drm/drmP.h
@@ -148,6 +148,8 @@ MALLOC_DECLARE(DRM_MEM_CTXBITMAP);
MALLOC_DECLARE(DRM_MEM_SGLISTS);
MALLOC_DECLARE(DRM_MEM_DRAWABLE);
+SYSCTL_DECL(_hw_drm);
+
#define DRM_MAX_CTXBITMAP (PAGE_SIZE * 8)
/* Internal types and structures */
OpenPOWER on IntegriCloud