On Tue, Dec 16, 2014 at 06:05:31PM -0500, Rob Clark wrote:
> For atomic drivers, we won't use the values array but instead shunt
> things off to obj->atomic_get_property(). So to simplify things make
> all read/write of properties values go through the accessors.
>
> Signed-off-by: Rob Clark
Re
For atomic drivers, we won't use the values array but instead shunt
things off to obj->atomic_get_property(). So to simplify things make
all read/write of properties values go through the accessors.
Signed-off-by: Rob Clark
---
drivers/gpu/drm/drm_crtc.c | 19 +++
include/drm/dr