[PATCH 4/9] drm: Remove drm_mode_object->atomic_count

2016-08-29 Thread Daniel Vetter
It's only used in drm_mode_object_get_properties, and we can compute it there directly with a bit of code shuffling. Reviewed-by: Archit Taneja Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_mode_object.c | 31 --- include/drm/drm_mode_object.h | 2 +- 2 f

[PATCH 4/9] drm: Remove drm_mode_object->atomic_count

2016-08-25 Thread Archit Taneja
On 08/18/2016 02:26 AM, Daniel Vetter wrote: > It's only used in drm_mode_object_get_properties, and we can compute > it there directly with a bit of code shuffling. > Reviewed-by: Archit Taneja > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_mode_object.c | 31 --

[PATCH 4/9] drm: Remove drm_mode_object->atomic_count

2016-08-17 Thread Daniel Vetter
It's only used in drm_mode_object_get_properties, and we can compute it there directly with a bit of code shuffling. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_mode_object.c | 31 --- include/drm/drm_mode_object.h | 2 +- 2 files changed, 13 insertions(