.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "DRM_PROC_INIT" "9" "09 October 2005" "" ""
.SH NAME
drm_proc_init \-
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int drm_proc_init (drm_device_t * \fIdev\fB, int \fIminor\fB, struct proc_dir_entry * \fIroot\fB, struct proc_dir_entry ** \fIdev_root\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
-- undescribed --
.TP
\fB\fIminor\fB\fR
-- undescribed --
.TP
\fB\fIroot\fB\fR
-- undescribed --
.TP
\fB\fIdev_root\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
\\param dev DRM device.
\\param minor device minor number.
\\param root DRI proc dir entry.
\\param dev_root resulting DRI device proc dir entry.
\\return root entry pointer on success, or NULL on failure.
.PP
Create the DRI proc root entry ``/proc/dri'', the device proc root entry
``/proc/dri/minor%/'', and each entry in proc_list as
``/proc/dri/minor%/name%''\&.