Re: [Freedreno] [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

Re: [Freedreno] [DPU PATCH v2 2/3] drm/msm/dp: add displayPort driver support

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

Re: [Freedreno] [PATCH v7 6/6] arm64: dts: sdm845: Add gpu and gmu device nodes

2019-01-08 Thread Doug Anderson
Hi, On Tue, Dec 18, 2018 at 2:57 PM Doug Anderson wrote: > > Hi, > > On Tue, Dec 18, 2018 at 10:33 AM Jordan Crouse wrote: > > > > Add the nodes to describe the Adreno GPU and GMU devices. > > > > Signed-off-by: Jordan Crouse > > --- > > > > v7: Updated the GMU compatible string and removed int

Re: [Freedreno] [PATCH 2/2] drm/msm/gpu: fix building without debugfs

2019-01-08 Thread Rob Clark
On Tue, Jan 8, 2019 at 9:16 AM Ioana Ciornei wrote: > > > > Subject: [PATCH 2/2] drm/msm/gpu: fix building without debugfs > > > > When debugfs is disabled, but coredump is turned on, the adreno driver > > fails to > > build: > > > > drivers/gpu/drm/msm/adreno/a3xx_gpu.c:460:4: error: 'struct msm

Re: [Freedreno] [PATCH 2/2] drm/msm/gpu: fix building without debugfs

2019-01-08 Thread Ioana Ciornei
> Subject: [PATCH 2/2] drm/msm/gpu: fix building without debugfs > > When debugfs is disabled, but coredump is turned on, the adreno driver fails > to > build: > > drivers/gpu/drm/msm/adreno/a3xx_gpu.c:460:4: error: 'struct msm_gpu_funcs' > has no member named 'show' >.show = adreno_show, >

[Freedreno] [PATCH 1/4] drm/edid: Pass connector to AVI infoframe functions

2019-01-08 Thread Ville Syrjala
From: Ville Syrjälä Make life easier for drivers by simply passing the connector to drm_hdmi_avi_infoframe_from_display_mode() and drm_hdmi_avi_infoframe_quant_range(). That way drivers don't need to worry about is_hdmi2_sink mess. v2: Make is_hdmi2_sink() return true for sil-sii8620 Adapt t