Re: [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-10-18 Thread Jeffrey Hugo
On Thu, Oct 17, 2019 at 5:16 PM Jeffrey Hugo wrote: > > On Thu, Oct 17, 2019 at 3:50 PM Stephen Boyd wrote: > > > > Quoting Jeffrey Hugo (2019-10-01 18:16:40) > > > +static const struct freq_tbl ftbl_gfx3d_clk_src[] = { > > > + F(18000, P_GPUPLL0_OUT_EVEN, 2, 0, 0), > > > + F(2570

Re: [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-10-18 Thread Jeffrey Hugo
On Thu, Oct 17, 2019 at 10:11 PM Taniya Das wrote: > > Hi Jeffrey, > > On 10/2/2019 6:46 AM, Jeffrey Hugo wrote: > > The GPUCC manages the clocks for the Adreno GPU found on MSM8998. > > > > Signed-off-by: Jeffrey Hugo > > --- > > drivers/clk/qcom/Kconfig | 9 + > > drivers/clk/qcom/

Re: [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-10-17 Thread Taniya Das
Hi Jeffrey, On 10/2/2019 6:46 AM, Jeffrey Hugo wrote: The GPUCC manages the clocks for the Adreno GPU found on MSM8998. Signed-off-by: Jeffrey Hugo --- drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile| 1 + drivers/clk/qcom/gpucc-msm8998.c | 346 +++

Re: [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-10-17 Thread Jeffrey Hugo
On Thu, Oct 17, 2019 at 3:50 PM Stephen Boyd wrote: > > Quoting Jeffrey Hugo (2019-10-01 18:16:40) > > diff --git a/drivers/clk/qcom/gpucc-msm8998.c > > b/drivers/clk/qcom/gpucc-msm8998.c > > new file mode 100644 > > index ..f0ccb4963885 > > --- /dev/null > > +++ b/drivers/clk/qcom/gp

Re: [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-10-17 Thread Stephen Boyd
Quoting Jeffrey Hugo (2019-10-01 18:16:40) > diff --git a/drivers/clk/qcom/gpucc-msm8998.c > b/drivers/clk/qcom/gpucc-msm8998.c > new file mode 100644 > index ..f0ccb4963885 > --- /dev/null > +++ b/drivers/clk/qcom/gpucc-msm8998.c > @@ -0,0 +1,346 @@ > +// SPDX-License-Identifier: GPL-

[PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

2019-10-01 Thread Jeffrey Hugo
The GPUCC manages the clocks for the Adreno GPU found on MSM8998. Signed-off-by: Jeffrey Hugo --- drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile| 1 + drivers/clk/qcom/gpucc-msm8998.c | 346 +++ 3 files changed, 356 insertions(+) create