commit | ac9c925616028f1f03f631f229bca49b3a92ce9a | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Thu Dec 18 16:01:47 2014 -0500 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Dec 18 22:22:46 2014 +0100 |
tree | 057234e8e4c26509ad5c638a1d0b7ef5f0838eaa | |
parent | 40ecc694e114a06b9ed77e3e94641b0f5490693c [diff] |
drm: add atomic_get_property Since we won't be using the obj->properties->values[] array to shadow property values for atomic drivers, we are going to need a vfunc for getting prop values. Add that along w/ mandatory wrapper fxns. v2: more comments and copypasta comment typo fix Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Sean Paul <seanpaul@chromium.org> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>