mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 09:18:04 +02:00
drm: masters are always authenticated
This commit is contained in:
parent
8f7fc880e8
commit
1eedeed091
1 changed files with 1 additions and 0 deletions
|
|
@ -281,6 +281,7 @@ static int drm_open_helper(struct inode *inode, struct file *filp,
|
|||
priv->is_master = 1;
|
||||
priv->master = priv->minor->master;
|
||||
|
||||
priv->authenticated = 1;
|
||||
mutex_unlock(&dev->struct_mutex);
|
||||
if (dev->driver->master_create) {
|
||||
ret = dev->driver->master_create(dev, priv->master);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue