Re: [Freedreno] Whether A200 driver is supported by Linux Mainline Kernel

2018-03-05 Thread abhijit
Hi All, This is to inform that we managed to get the 3D driver working on Karo board The issue was with u-boot. In u-boot code of Karo, CCM_CMEOR.MOD_EN_OV_GPU was set to 0 CCM_CCGR5.gpu_clk_enable was set to 0 After changing above register bits to one, I am able to get GPU ID Thank you very

Re: [Freedreno] [PATCH 1/3] PM / OPP: Add dev_pm_opp_get_np()

2018-03-05 Thread Jordan Crouse
On Mon, Mar 05, 2018 at 10:07:08AM +0530, Viresh Kumar wrote: > On 02-03-18, 14:43, Jordan Crouse wrote: > > Add a function to return the device node associated with a > > specific opp which will facilitate detailing with custom > > properties in client drivers. > > > > Signed-off-by: Jordan Crous

Re: [Freedreno] [PATCH 3/3] drm/msm: Add A6XX device support

2018-03-05 Thread Jordan Crouse
On Mon, Mar 05, 2018 at 10:09:38AM +0530, Viresh Kumar wrote: > On 02-03-18, 14:43, Jordan Crouse wrote: > > +static int a6xx_gmu_build_freq_table(struct device *dev, unsigned long > > *freqs, > > + u32 size) > > +{ > > + int count = dev_pm_opp_get_opp_count(dev); > > + struct dev_pm

Re: [Freedreno] [PATCH 2/2] arm64: dts: sdm845: Support GPU/GMU

2018-03-05 Thread Jordan Crouse
On Mon, Mar 05, 2018 at 10:12:21AM +0530, Viresh Kumar wrote: > On 02-03-18, 14:56, Jordan Crouse wrote: > > Add the nodes and other bits to describe the Adreno GPU and GMU > > devices. > > > > Change-Id: Ibf4dc0ebb0ac03d8b6b8e65747e142c440e70b0a > > Remove it ? * Shakes fist at Gerrit * > > Si

Re: [Freedreno] [PATCH 1/2] dt-bindings: Document qcom,adreno-gmu

2018-03-05 Thread Rob Herring
On Fri, Mar 2, 2018 at 3:56 PM, Jordan Crouse wrote: > Document the device tree bindings for the Adreno GMU device > available on Adreno a6xx targets. > > Change-Id: I3cfd5fb35ab0045e39905ff12393006e60f1a124 Gerrit! > Signed-off-by: Jordan Crouse > --- > .../devicetree/bindings/display/msm/gmu

Re: [Freedreno] [DPU PATCH 05/11] drm/msm: Mark the crtc->state->event consumed

2018-03-05 Thread Jeykumar Sankaran
On 2018-02-28 11:19, Sean Paul wrote: Don't leave the event != NULL once it's consumed, this is used a signal to the atomic helpers that the event will be handled by the driver. Change-Id: Ib934fb2e97bacbb4a1f9c780cc7369c2bb98ed50 Signed-off-by: Sean Paul Reviewed-by: Jeykumar Sankaran ---

Re: [Freedreno] [PATCH 2/2] arm64: dts: sdm845: Support GPU/GMU

2018-03-05 Thread Viresh Kumar
On 05-03-18, 08:28, Jordan Crouse wrote: > I'm glad you brought this up - I was trying to find a place in the > documentation > to put it, but since target specific nodes would be a new trick for OPP I > didn't > quite know how to go about doing it. Do we just list them as Optional: or > should w