int drm_getclient (struct inode * inode, struct file * filp, unsigned int cmd, unsigned long arg);
\param inode device inode. \param filp file pointer. \param cmd command. \param arg user argument, pointing to a drm_client structure.
\return zero on success or a negative number on failure.
Searches for the client with the specified index and copies its information into userspace