DRM_ADDBUFS
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
drm_addbufs -
SYNOPSIS
"SYNOPSIS"
int drm_addbufs (struct inode * inode, struct file * filp, unsigned int cmd, unsigned long arg);
ARGUMENTS
- inode
-
-- undescribed --
- filp
-
-- undescribed --
- cmd
-
-- undescribed --
- arg
-
-- undescribed --
DESCRIPTION
\param inode device inode.
\param filp file pointer.
\param cmd command.
\param arg pointer to a drm_buf_desc_t request.
\return zero on success or a negative number on failure.
ACCORDING WITH THE MEMORY TYPE SPECIFIED IN DRM_BUF_DESC
:flags and the
build options, it dispatches the call either to addbufs_agp,
addbufs_sg or addbufs_pci for AGP, scatter-gather or consistent
PCI memory respectively.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ACCORDING WITH THE MEMORY TYPE SPECIFIED IN DRM_BUF_DESC
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:04 GMT, October 09, 2005