commit | 51cb4b392a307a8293b4f1f300ab803d7ad3b036 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Thu Oct 03 07:02:29 2013 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Nov 08 15:36:06 2013 +1000 |
tree | 8d3015ce594c93d63d1f4fbf025a9ceaad92ebb5 | |
parent | 7589563eb34527fd1f357a1ef0dbb7ee6b02af1c [diff] |
drm/nouveau/core: convert event handler apis to split create/enable semantics This is a necessary step towards being able to work with the insane locking requirements of the DRM core's vblank routines, and a nice cleanup as a side-effect. This is similar in spirit to the interfaces that Peter Hurley arrived at with his nouveau_event rcu conversion series. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>