int drm_rmctx (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_ctx structure. \return zero on success or a negative number on failure.
If not the special kernel context, calls ctxbitmap_free to free the specified context.