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
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
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
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
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
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
---
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