Re: [DPU PATCH v2 3/3] drm/msm/dp: add support for DP PLL driver

2019-02-25 Thread chandanu
Hello Sam, Only DP core driver comments have been addressed in V2. PLL driver comments in V1 and your comments in V2 version will be addressed in V3. Responded to your comments/queries below. On 2019-01-07 14:14, Sam Ravnborg wrote: Hi Chandan A few comments in the following. Mostly nitpicks

Re: [DPU PATCH v2 3/3] drm/msm/dp: add support for DP PLL driver

2019-01-08 Thread kbuild test robot
Hi Chandan, Thank you for the patch! Yet something to improve: [auto build test ERROR on robclark/msm-next] [also build test ERROR on v5.0-rc1 next-20190108] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/li

Re: [DPU PATCH v2 3/3] drm/msm/dp: add support for DP PLL driver

2019-01-07 Thread Sam Ravnborg
Hi Chandan A few comments in the following. Mostly nitpicks / style stuff, not a throughly review. Sam > +config DRM_MSM_DP_PLL > + bool "Enable DP PLL driver in MSM DRM" So DRM_MSM_DP_PLL cannot be 'm'. > --- a/drivers/gpu/drm/msm/Makefile > +++ b/drivers/gpu/drm/msm/Makefile > @@

[DPU PATCH v2 3/3] drm/msm/dp: add support for DP PLL driver

2019-01-07 Thread Chandan Uddaraju
Add the needed DP PLL specific files to support display port interface on msm targets. The DP driver calls the DP PLL driver registration. The DP driver sets the link and pixel clock sources. Changes in v2: -- Update copyright markings on all relevant files. -- Use DRM_DEBUG_DP for debug msgs. S