Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-07-14 Thread Qiang Yu
On Sun, Jul 15, 2018 at 3:16 AM André Przywara wrote: > > On 07/14/2018 03:18 PM, Qiang Yu wrote: > > Hi, > > > On Sat, Jul 14, 2018 at 8:07 PM André Przywara > > wrote: > >> > >> On 07/14/2018 02:14 AM, Qiang Yu wrote: > >> > >> Hi, > >> > >>> Thanks for your info. What a surprise that exist su

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-07-14 Thread André Przywara
On 07/14/2018 03:18 PM, Qiang Yu wrote: Hi, > On Sat, Jul 14, 2018 at 8:07 PM André Przywara wrote: >> >> On 07/14/2018 02:14 AM, Qiang Yu wrote: >> >> Hi, >> >>> Thanks for your info. What a surprise that exist such a SoC. That >>> means I have to >>> judge if it's a 64bit CPU in other way than

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-07-14 Thread Qiang Yu
On Sat, Jul 14, 2018 at 8:07 PM André Przywara wrote: > > On 07/14/2018 02:14 AM, Qiang Yu wrote: > > Hi, > > > Thanks for your info. What a surprise that exist such a SoC. That > > means I have to > > judge if it's a 64bit CPU in other way than just check ARM64 config. > > Yeah, you should do any

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-07-14 Thread André Przywara
On 07/14/2018 02:14 AM, Qiang Yu wrote: Hi, > Thanks for your info. What a surprise that exist such a SoC. That > means I have to > judge if it's a 64bit CPU in other way than just check ARM64 config. Yeah, you should do anyways. Actually you should try to avoid those explicit checks in the firs

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-07-13 Thread Qiang Yu
Hi Andre, Thanks for your info. What a surprise that exist such a SoC. That means I have to judge if it's a 64bit CPU in other way than just check ARM64 config. Regards, Qiang On Sat, Jun 16, 2018 at 1:23 AM Andre Przywara wrote: > > On 05/23/2018 17:16, Marek Vasut wrote: > > On 05/18/2018 11:2

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-06-15 Thread Andre Przywara
On 05/23/2018 17:16, Marek Vasut wrote: > On 05/18/2018 11:28 AM, Qiang Yu wrote: >> From: Lima Project Developers >> >> Signed-off-by: Qiang Yu >> Signed-off-by: Neil Armstrong >> Signed-off-by: Simon Shields >> Signed-off-by: Heiko Stuebner >> --- >> drivers/gpu/drm/Kconfig | 2 ++ >

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-05-24 Thread Marek Vasut
On 05/18/2018 11:28 AM, Qiang Yu wrote: > From: Lima Project Developers > > Signed-off-by: Qiang Yu > Signed-off-by: Neil Armstrong > Signed-off-by: Simon Shields > Signed-off-by: Heiko Stuebner > --- > drivers/gpu/drm/Kconfig | 2 ++ > drivers/gpu/drm/Makefile | 1 + > drivers/

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-05-23 Thread Qiang Yu
Yeah, the list is coming longer and longer, maybe I should just use ARM || ARM64 || COMPILE_TEST Regards, Qiang On Thu, May 24, 2018 at 1:26 AM, Rob Herring wrote: > On Wed, May 23, 2018 at 07:16:41PM +0200, Marek Vasut wrote: >> On 05/18/2018 11:28 AM, Qiang Yu wrote: >> > From: Lima Project De

Re: [PATCH RFC 24/24] drm/lima: add makefile and kconfig

2018-05-23 Thread Rob Herring
On Wed, May 23, 2018 at 07:16:41PM +0200, Marek Vasut wrote: > On 05/18/2018 11:28 AM, Qiang Yu wrote: > > From: Lima Project Developers > > > > Signed-off-by: Qiang Yu > > Signed-off-by: Neil Armstrong > > Signed-off-by: Simon Shields > > Signed-off-by: Heiko Stuebner > > --- > > drivers/gp