DRM_SETUNIQUE

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

 

NAME

drm_setunique -  

SYNOPSIS

"SYNOPSIS"

int drm_setunique (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 user argument, pointing to a drm_unique structure. \return zero on success or a negative number on failure.  

COPIES THE BUS ID FROM USERSPACE INTO DRM_DEVICE

:unique, and verifies that it matches the device this DRM is attached to (EINVAL otherwise). Deprecated in interface version 1.1 and will return EBUSY when setversion has requested version 1.1 or greater.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
COPIES THE BUS ID FROM USERSPACE INTO DRM_DEVICE

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