summaryrefslogtreecommitdiff
path: root/usr/src/man/man7d
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man7d')
-rw-r--r--usr/src/man/man7d/Makefile28
-rw-r--r--usr/src/man/man7d/i915.7d46
2 files changed, 74 insertions, 0 deletions
diff --git a/usr/src/man/man7d/Makefile b/usr/src/man/man7d/Makefile
new file mode 100644
index 0000000..0b9bcbe
--- /dev/null
+++ b/usr/src/man/man7d/Makefile
@@ -0,0 +1,28 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 of the CDDL.
+#
+# A full copy of the text of the CDDL should have accompanied this
+# source. A copy of the CDDL is also available via the Internet
+# at http://www.illumos.org/license/CDDL.
+#
+
+#
+# Copyright 2011, Richard Lowe
+#
+
+include $(SRC)/Makefile.master
+
+MANSECT= 7d
+
+MANFILES= i915.7d
+
+MANLINKS=
+
+.KEEP_STATE:
+
+include $(SRC)/man/Makefile.man
+
+install: $(ROOTMANFILES) $(ROOTMANLINKS)
diff --git a/usr/src/man/man7d/i915.7d b/usr/src/man/man7d/i915.7d
new file mode 100644
index 0000000..54b5b7e
--- /dev/null
+++ b/usr/src/man/man7d/i915.7d
@@ -0,0 +1,46 @@
+'\" te
+.\" Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
+.TH i915 7D "15 Dec 2015" "SunOS 5.12" "Device Drivers & /dev files"
+.SH NAME
+i915 \- DRI-compliant kernel driver providing graphic hardware acceleration support
+.SH DESCRIPTION
+.sp
+.LP
+The \fBi915\fR driver is a Direct Rendering Infrastructure (DRI)- compliant kernel driver that provides graphics hardware acceleration support. DRI is a framework for coordinating OS kernel, 3D graphics hardware, X window system and OpenGL applications.
+.sp
+.LP
+The \fBi915\fR driver currently supports the Intel i845, i865, i915, i945, i965 and G33 series integrated graphics controllers.
+.SH FILES
+.sp
+.ne 2
+.mk
+.na
+\fB\fB/platform/i86pc/kernel/drv/amd64/i915\fR\fR
+.ad
+.br
+.sp .6
+.RS 4n
+64-bit \fBELF\fR kernel module (x86).
+.RE
+
+.SH ATTRIBUTES
+.sp
+.LP
+See \fBattributes\fR(7) for descriptions of the following attributes:
+.sp
+.TS
+tab( ) box;
+cw(2.75i) |cw(2.75i)
+lw(2.75i) |lw(2.75i)
+.
+ATTRIBUTE TYPE ATTRIBUTE VALUE
+_
+Availability driver/graphics/drm
+_
+Architecture x86
+.TE
+.sp
+.SH SEE ALSO
+.sp
+.LP
+\fBXorg\fR(1), \fBXserver\fR(1), \fBattributes\fR(7)