commit | 95cbf110756c21397946ded181cc5ea4ab568c11 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Thu Dec 18 16:01:49 2014 -0500 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Dec 18 22:25:40 2014 +0100 |
tree | d7d0006a06a376b9c957a5994f4b96873884adfc | |
parent | ccfc08655d5fd5076828f45fb09194c070f2f63a [diff] |
drm: refactor getproperties/getconnector Both need to iterate a mode objects properties. Split that out into a helper shared by both ioctl handlers, since this is going to become more complicated when we add atomic properties (which will need filtering from legacy userspace). Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>