From: Paulo Zanoni Date: Tue, 15 May 2012 21:09:01 +0000 (-0300) Subject: drm: create struct drm_object_properties and use it X-Git-Tag: v3.5-rc1~100^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3bdf4a6dca9eb153cc20d69d717308a68bec00;p=pandora-kernel.git drm: create struct drm_object_properties and use it For now, only connectors have it. In the future, all objects that need properties should use it. Since the structure is referenced inside struct drm_mode_object, we will be able to deal with object properties without knowing the real type of the object. Reviewed-by: Eugeni Dodonov Reviewed-by: Rob Clark Tested-by: Rob Clark Signed-off-by: Paulo Zanoni Signed-off-by: Dave Airlie --- Reading git-diff-tree failed