DRM_PROC_INIT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

drm_proc_init -  

SYNOPSIS

"SYNOPSIS"

int drm_proc_init (drm_device_t * dev, int minor, struct proc_dir_entry * root, struct proc_dir_entry ** dev_root);  

ARGUMENTS

dev
-- undescribed --
minor
-- undescribed --
root
-- undescribed --
dev_root
-- undescribed --
 

DESCRIPTION

\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.

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%''.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:05 GMT, October 09, 2005