Re: [PATCH v2 10/29] drm/sun4i: Rename DE2 registers related macros

2018-10-09 Thread Maxime Ripard
On Mon, Oct 08, 2018 at 04:28:41PM +0200, Jernej Škrabec wrote: > Dne ponedeljek, 08. oktober 2018 ob 12:18:28 CEST je Maxime Ripard napisal(a): > > Hi, > > > > On Sun, Oct 07, 2018 at 11:38:46AM +0200, Jernej Skrabec wrote: > > > In preparation to introduce DE3 support, change prefix from "SUN8I_

Re: [PATCH v2 10/29] drm/sun4i: Rename DE2 registers related macros

2018-10-09 Thread Jernej Škrabec
Dne ponedeljek, 08. oktober 2018 ob 12:18:28 CEST je Maxime Ripard napisal(a): > Hi, > > On Sun, Oct 07, 2018 at 11:38:46AM +0200, Jernej Skrabec wrote: > > In preparation to introduce DE3 support, change prefix from "SUN8I_" to > > "DE2_". Current prefix suggest that it's valid only for one famil

Re: [PATCH v2 10/29] drm/sun4i: Rename DE2 registers related macros

2018-10-08 Thread Maxime Ripard
Hi, On Sun, Oct 07, 2018 at 11:38:46AM +0200, Jernej Skrabec wrote: > In preparation to introduce DE3 support, change prefix from "SUN8I_" to > "DE2_". Current prefix suggest that it's valid only for one family, > whereas in reality, DE2 unit is used also on sun50i family. > Additionally, it will

[PATCH v2 10/29] drm/sun4i: Rename DE2 registers related macros

2018-10-08 Thread Jernej Skrabec
In preparation to introduce DE3 support, change prefix from "SUN8I_" to "DE2_". Current prefix suggest that it's valid only for one family, whereas in reality, DE2 unit is used also on sun50i family. Additionally, it will be easier to distinguish DE3 specific macros by using "DE3_" prefix. No func