[PATCH 02/13] drm: store property instead of id in obj attachment

2014-12-17 Thread Daniel Vetter
On Tue, Dec 16, 2014 at 06:05:30PM -0500, Rob Clark wrote: > Keep property pointer, instead of id, in per mode-object attachments. > This will simplify things in later patches. > > Signed-off-by: Rob Clark Reviewed-by: Daniel Vetter > --- > drivers/gpu/drm/drm_crtc.c | 17 - >

[PATCH 02/13] drm: store property instead of id in obj attachment

2014-12-16 Thread Rob Clark
Keep property pointer, instead of id, in per mode-object attachments. This will simplify things in later patches. Signed-off-by: Rob Clark --- drivers/gpu/drm/drm_crtc.c | 17 - include/drm/drm_crtc.h | 7 ++- 2 files changed, 14 insertions(+), 10 deletions(-) diff --gi