From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liviu Dudau Subject: Re: [PATCH 3/4] drm: Increase DRM_OBJECT_MAX_PROPERTY to 32 Date: Fri, 7 Jun 2019 11:05:38 +0100 Message-ID: <20190607100537.GC4173@e110455-lin.cambridge.arm.com> References: <20190521093411.26609-1-james.qian.wang@arm.com> <20190521093411.26609-4-james.qian.wang@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20190521093411.26609-4-james.qian.wang@arm.com> Sender: linux-kernel-owner@vger.kernel.org To: "james qian wang (Arm Technology China)" Cc: "airlied@linux.ie" , Brian Starkey , "maarten.lankhorst@linux.intel.com" , "sean@poorly.run" , "ezequiel@collabora.com" , "uma.shankar@intel.com" , "Jonathan Chai (Arm Technology China)" , "Julien Yin (Arm Technology China)" , "thomas Sun (Arm Technology China)" , "Lowry Li (Arm Technology China)" , Ayan Halder , "Tiannan Zhu (Arm Technology China)" , "Yiqi Kang (Arm Technology China)" , nd , "linux-kernel@vger.kernel.org" , dri-devel@lis List-Id: dri-devel@lists.freedesktop.org On Tue, May 21, 2019 at 10:34:54AM +0100, james qian wang (Arm Technology China) wrote: > DRM_OBJECT_MAX_PROPERTY number 24 is not enough for komeda usage, increase > it to 32 to fit komeda's requirement. > > Signed-off-by: James Qian Wang (Arm Technology China) Reviewed-by: Liviu Dudau Best regards, Liviu > --- > include/drm/drm_mode_object.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/drm_mode_object.h b/include/drm/drm_mode_object.h > index c34a3e8030e1..fd7666048197 100644 > --- a/include/drm/drm_mode_object.h > +++ b/include/drm/drm_mode_object.h > @@ -60,7 +60,7 @@ struct drm_mode_object { > void (*free_cb)(struct kref *kref); > }; > > -#define DRM_OBJECT_MAX_PROPERTY 24 > +#define DRM_OBJECT_MAX_PROPERTY 32 > /** > * struct drm_object_properties - property tracking for &drm_mode_object > */ > -- > 2.17.1 -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯