From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH 3/8] drm: create struct drm_object_properties and use it Date: Fri, 30 Mar 2012 15:52:48 +0300 Message-ID: <20120330125248.GZ4917@intel.com> References: <1333056446-3383-1-git-send-email-przanoni@gmail.com> <1333056446-3383-3-git-send-email-przanoni@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id D06C69E8AE for ; Fri, 30 Mar 2012 05:52:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1333056446-3383-3-git-send-email-przanoni@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Paulo Zanoni Cc: Paulo Zanoni , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org 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_framebuffer; > +struct drm_property; Unrelated change? > +struct drm_object_properties; > = > = > #define DRM_MODE_OBJECT_CRTC 0xcccccccc > @@ -50,6 +52,13 @@ struct drm_framebuffer; -- = Ville Syrj=E4l=E4 Intel OTC