[PATCH] drm/msm/mdp5: add support for MDP5 v1.3

2014-07-15 Thread divya ojha
Hi Stephane, On Mon, Jul 7, 2014 at 8:04 PM, Stephane Viau wrote: > > MDP5 has several functional blocks (ie: VIG/RGB pipes, LMs, ...). > From one revision to another, these blocks' base addresses might > change due to the number of instances present in the MDP5 hw. .. > -static inline uint32_t R

[PATCH] drm/msm/mdp5: add support for MDP5 v1.3

2014-07-15 Thread Rob Clark
On Tue, Jul 15, 2014 at 8:15 AM, divya ojha wrote: > Hi Stephane, > > On Mon, Jul 7, 2014 at 8:04 PM, Stephane Viau wrote: >> >> MDP5 has several functional blocks (ie: VIG/RGB pipes, LMs, ...). >> From one revision to another, these blocks' base addresses might >> change due to the number of ins

[PATCH] drm/msm/mdp5: add support for MDP5 v1.3

2014-07-15 Thread "Stéphane Viau"
Hi, > Hi Stephane, > > On Mon, Jul 7, 2014 at 8:04 PM, Stephane Viau > wrote: >> >> MDP5 has several functional blocks (ie: VIG/RGB pipes, LMs, ...). >> From one revision to another, these blocks' base addresses might >> change due to the number of instances present in the MDP5 hw. > .. >> -stati

[PATCH] drm/msm/mdp5: add support for MDP5 v1.3

2014-07-07 Thread Stephane Viau
MDP5 has several functional blocks (ie: VIG/RGB pipes, LMs, ...). >From one revision to another, these blocks' base addresses might change due to the number of instances present in the MDP5 hw. A way of dealing with these offset changes is to introduce dynamic offsets 'per block'. This change adds

[PATCH] drm/msm/mdp5: add support for MDP5 v1.3

2014-07-07 Thread Stephane Viau
Hi, This patch uses a slightly modified version of envytools/headergen2 (thanks Rob!) to add support for a newer version of MDP5: v1.3 (up to v1.2 is supported as of now), through dynamic offsets. Stephane Viau (1): drm/msm/mdp5: add support for MDP5 v1.3 drivers/gpu/drm/msm/mdp/mdp5/mdp5.xml