On Thu, Mar 29, 2012 at 06:27:21PM -0300, Paulo Zanoni wrote:
> diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
> index c3d429a..84880a7 100644
> --- a/include/drm/drm_crtc.h
> +++ b/include/drm/drm_crtc.h
> @@ -36,6 +36,8 @@
> struct drm_device;
> struct drm_mode_set;
> struct drm_
On Thu, Mar 29, 2012 at 06:27:21PM -0300, Paulo Zanoni wrote:
> diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
> index c3d429a..84880a7 100644
> --- a/include/drm/drm_crtc.h
> +++ b/include/drm/drm_crtc.h
> @@ -36,6 +36,8 @@
> struct drm_device;
> struct drm_mode_set;
> struct drm_
On Thu, Mar 29, 2012 at 18:27, Paulo Zanoni wrote:
> From: Paulo Zanoni
>
> For now, only connectors have it. In the future, all objects that need
> properties should use it. Since the strucutre is referenced inside
>
*structure
> struct drm_mode_object, we will be able to deal with object pr
On Thu, Mar 29, 2012 at 18:27, Paulo Zanoni wrote:
> From: Paulo Zanoni
>
> For now, only connectors have it. In the future, all objects that need
> properties should use it. Since the strucutre is referenced inside
>
*structure
> struct drm_mode_object, we will be able to deal with object pr
From: Paulo Zanoni
For now, only connectors have it. In the future, all objects that need
properties should use it. Since the strucutre is referenced inside
struct drm_mode_object, we will be able to deal with object properties
without knowing the real type of the object.
Signed-off-by: Paulo Za
From: Paulo Zanoni
For now, only connectors have it. In the future, all objects that need
properties should use it. Since the strucutre is referenced inside
struct drm_mode_object, we will be able to deal with object properties
without knowing the real type of the object.
Signed-off-by: Paulo Za