commit | 9f35421e09c494c36079d7cf5724ae9f832431d7 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Mon Feb 21 11:17:35 2011 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Mar 04 14:47:30 2011 +1000 |
tree | 1c9ab806a43a30df918e9e12505823a387779e34 | |
parent | e1e84017f95504348308085ae7cd0bfe268caf10 [diff] |
drm/core: add ioctl to query device/driver capabilities We're coming to see a need to have a set of generic capability checks in the core DRM, in addition to the driver-specific ioctls that already exist. This patch defines an ioctl to do as such, but does not yet define any capabilities. [airlied: drop the driver callback for now.] Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>