[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    drm: allow DRM_IOCTL_VERSION on render-nodes
From:       "Linux Kernel Mailing List" <linux-kernel () vger ! kernel ! org>
Date:       2013-10-30 20:20:34
Message-ID: 20131030202034.94EEE660D5A () gitolite ! kernel ! org
[Download RAW message or body]

Gitweb:     http://git.kernel.org/linus/;a=commit;h=3d3b78c06c827bfc072a11056d7eb70aeb90e449
Commit:     3d3b78c06c827bfc072a11056d7eb70aeb90e449
Parent:     2f2632ff6e9d2b43dee6d13931c0f1894d2fed98
Author:     David Herrmann <dh.herrmann@gmail.com>
AuthorDate: Mon Oct 28 10:55:49 2013 +0100
Committer:  Dave Airlie <airlied@redhat.com>
CommitDate: Wed Oct 30 14:41:56 2013 +1000

    drm: allow DRM_IOCTL_VERSION on render-nodes
    
    DRM_IOCTL_VERSION is a reliable way to get the driver-name and version
    information. It's not related to the interface-version (SET_VERSION ioctl)
    so we can safely enable it on render-nodes.
    
    Note that gbm uses udev-BUSID to load the correct mesa driver. However,
    the VERSION ioctl should be the more reliable way to do this (in case we
    add new DRM-bus drivers which have no BUSID or similar).
    
    Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
    Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: Dave Airlie <airlied@redhat.com>
---
 drivers/gpu/drm/drm_drv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
index 05ad9ba..fe58d08 100644
--- a/drivers/gpu/drm/drm_drv.c
+++ b/drivers/gpu/drm/drm_drv.c
@@ -61,7 +61,7 @@ static int drm_version(struct drm_device *dev, void *data,
 
 /** Ioctl table */
 static const struct drm_ioctl_desc drm_ioctls[] = {
-	DRM_IOCTL_DEF(DRM_IOCTL_VERSION, drm_version, DRM_UNLOCKED),
+	DRM_IOCTL_DEF(DRM_IOCTL_VERSION, drm_version, DRM_UNLOCKED|DRM_RENDER_ALLOW),
 	DRM_IOCTL_DEF(DRM_IOCTL_GET_UNIQUE, drm_getunique, 0),
 	DRM_IOCTL_DEF(DRM_IOCTL_GET_MAGIC, drm_getmagic, 0),
 	DRM_IOCTL_DEF(DRM_IOCTL_IRQ_BUSID, drm_irq_by_busid, DRM_MASTER|DRM_ROOT_ONLY),
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic