From d38cc35c051611508f04f13100a1b2673bf60369 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 2 Nov 2015 18:59:15 +0100 Subject: [PATCH] drm.4: Document new sysctls. Submitted-by: Rimvydas Jasinskas --- share/man/man4/drm.4 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/share/man/man4/drm.4 b/share/man/man4/drm.4 index c1f07d1691..21e7fa2ee7 100644 --- a/share/man/man4/drm.4 +++ b/share/man/man4/drm.4 @@ -108,6 +108,15 @@ If set, enables debugging output. Specifies the delay (in milliseconds) until the vblank interrupt is disabled again when it's no longer needed. (0 = never disable, negative value = disable immediately) +.It Va hw.dri.%d.busid +Indicates the location of the device on the PCI bus. +The format is: +.Pp +.Dl [0000-ffff]:[00-ff]:[00-1f].[0-7] +.It Va hw.dri.%d.modesetting +Indicates if kernel mode setting +.Dv ( DRIVER_MODESET +feature) is set in the device driver. .El .Sh SEE ALSO .Xr Xorg 1 , -- 2.11.4.GIT