[PATCH 03/13] drm: get rid of direct property value access

2014-12-17 Thread Daniel Vetter
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

[PATCH 03/13] drm: get rid of direct property value access

2014-12-16 Thread Rob Clark
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