drm/msm/dsi: hs_zero timing

2015-08-28 Thread h...@codeaurora.org
> > > On 08/27/2015 07:12 AM, Werner Johansson wrote: >> On Aug 26, 2015 11:31 AM, "Rob Clark" > > wrote: >> > >> > I'm not completely sure.. I did observe that we calculated slightly >> > different settings w/ the auo novatek panel on z3, compared to what >> >

[PATCH] drm/msm/mdp5: enable clocks in hw_init and set_irqmask

2015-08-26 Thread h...@codeaurora.org
> 2015-08-26 9:55 GMT-04:00 : >> Hi Archit, >> >>> mdp5_hw_init and mdp5_set_irqmask configure registers but may not have >>> clocks enabled. >>> >>> Add mdp5_enable/disable calls in these funcs to ensure clocks are >>> enabled. We need this until we get proper runtime pm support. >>> >>>

[PATCH] drm/msm/mdp5: enable clocks in hw_init and set_irqmask

2015-08-26 Thread h...@codeaurora.org
Hi Archit, > mdp5_hw_init and mdp5_set_irqmask configure registers but may not have > clocks enabled. > > Add mdp5_enable/disable calls in these funcs to ensure clocks are > enabled. We need this until we get proper runtime pm support. > > Signed-off-by: Archit Taneja > --- >

[PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-23 Thread h...@codeaurora.org
Hi Archit, > Hi Hai, > > On 03/19/2015 02:35 AM, hali at codeaurora.org wrote: >> Hi Archit, >> >> Thanks for your comments. Please see my response for some comments >> below. >> Comments without response will be addressed in patch version 2. I will >> wait for other comments if any to push patch

[PATCH 3/4] drm/msm: Initial add DSI connector support

2015-03-18 Thread h...@codeaurora.org
Hi Archit, Thanks for your comments. Please see my response for some comments below. Comments without response will be addressed in patch version 2. I will wait for other comments if any to push patch V2. >> +static int dsi_gpio_init(struct msm_dsi_host *msm_host) >> +{ >> +int ret; >> + >>

[PATCH 4/4] drm/msm: Fix default fb var width and height

2015-03-06 Thread h...@codeaurora.org
Hi Rob, > On Fri, Mar 6, 2015 at 1:12 PM, Rob Clark wrote: >> On Thu, Mar 5, 2015 at 3:20 PM, Hai Li wrote: >>> The framebuffer var width and height should reflect the size of >>> framebuffer memory allocated, which is the entire surface size. >>> >>> In case of dual DSI connectors with TILE

[PATCH 1/2] drm/msm: Initial add eDP support in msm drm driver (V2)

2014-12-11 Thread h...@codeaurora.org
>> +static int edp_bind(struct device *dev, struct device *master, void >> *data) >> +{ >> +struct drm_device *drm = dev_get_drvdata(master); >> +struct msm_drm_private *priv = drm->dev_private; >> +struct msm_edp *edp; >> + >> +DBG(""); >> +edp =

[PATCH] drm/msm: Implement msm drm fb_mmap callback function

2014-06-20 Thread h...@codeaurora.org
Re-send the patch to remove the unnecessary initialization and the comment > This change implements msm drm specific fb_mmap function for fb device > to properly map the fb address to userspace. > > Signed-off-by: Hai Li > Signed-off-by: Stephane Viau > --- > drivers/gpu/drm/msm/msm_fbdev.c |