[RFC] drm/msm: DT support for 8960/8064

2014-07-03 Thread sv...@codeaurora.org
Hi Rob, > Now that we (almost) have enough dependencies in place (MMCC, RPM, etc), > add necessary DT support so that we can use drm/msm on upstream kernel. > > Signed-off-by: Rob Clark > --- > Commence bikeshedding :-) > > diff --git a/Documentation/devicetree/bindings/drm/msm/hdmi.txt > b/Docu

[RFC] drm/msm: DT support for 8960/8064

2014-07-03 Thread Rob Clark
On Thu, Jul 3, 2014 at 12:36 PM, wrote: > Hi Rob, > >> Now that we (almost) have enough dependencies in place (MMCC, RPM, etc), >> add necessary DT support so that we can use drm/msm on upstream kernel. >> >> Signed-off-by: Rob Clark >> --- >> Commence bikeshedding :-) >> > >> diff --git a/Docu

[RFC] drm/msm: DT support for 8960/8064

2014-07-03 Thread Mark Rutland
On Wed, Jul 02, 2014 at 10:01:40PM +0100, Rob Clark wrote: > On Wed, Jul 2, 2014 at 2:09 PM, Mark Rutland wrote: > > On Tue, Jul 01, 2014 at 07:57:35PM +0100, Rob Clark wrote: > >> Now that we (almost) have enough dependencies in place (MMCC, RPM, etc), > >> add necessary DT support so that we can

[RFC] drm/msm: DT support for 8960/8064

2014-07-03 Thread Rob Clark
On Thu, Jul 3, 2014 at 5:15 AM, Mark Rutland wrote: > On Wed, Jul 02, 2014 at 10:01:40PM +0100, Rob Clark wrote: >> On Wed, Jul 2, 2014 at 2:09 PM, Mark Rutland wrote: >> > On Tue, Jul 01, 2014 at 07:57:35PM +0100, Rob Clark wrote: >> >> Now that we (almost) have enough dependencies in place (MMC

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Mark Rutland
On Tue, Jul 01, 2014 at 07:57:35PM +0100, Rob Clark wrote: > Now that we (almost) have enough dependencies in place (MMCC, RPM, etc), > add necessary DT support so that we can use drm/msm on upstream kernel. > > Signed-off-by: Rob Clark > --- > Commence bikeshedding :-) > > Documentation/device

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Rob Clark
On Wed, Jul 2, 2014 at 2:09 PM, Mark Rutland wrote: > On Tue, Jul 01, 2014 at 07:57:35PM +0100, Rob Clark wrote: >> Now that we (almost) have enough dependencies in place (MMCC, RPM, etc), >> add necessary DT support so that we can use drm/msm on upstream kernel. >> >> Signed-off-by: Rob Clark >>

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Rob Clark
On Wed, Jul 2, 2014 at 1:12 PM, Olof Johansson wrote: > On Wed, Jul 2, 2014 at 7:26 AM, Jordan Crouse > wrote: >> On 07/01/2014 12:57 PM, Rob Clark wrote: >>> >>> diff --git a/Documentation/devicetree/bindings/drm/msm/gpu.txt >>> b/Documentation/devicetree/bindings/drm/msm/gpu.txt >>> new file m

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Jordan Crouse
On 07/02/2014 03:01 PM, Rob Clark wrote: > As far as I can tell from diving downstream android kgsl code, seems > like some a2xx you might be able to read the value from hw. Beyond > that I'm not entirely sure. (Remember, no docs.) Ohhh! I get to tell a story! The on chip registers have a long

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Jordan Crouse
On 07/02/2014 08:42 AM, Rob Clark wrote: > On Wed, Jul 2, 2014 at 10:26 AM, Jordan Crouse > wrote: >> >> On 07/01/2014 12:57 PM, Rob Clark wrote: >>> >>> diff --git a/Documentation/devicetree/bindings/drm/msm/gpu.txt >>> b/Documentation/devicetree/bindings/drm/msm/gpu.txt >>> new file mode 10064

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Rob Clark
On Wed, Jul 2, 2014 at 10:26 AM, Jordan Crouse wrote: > > On 07/01/2014 12:57 PM, Rob Clark wrote: >> >> diff --git a/Documentation/devicetree/bindings/drm/msm/gpu.txt >> b/Documentation/devicetree/bindings/drm/msm/gpu.txt >> new file mode 100644 >> index 000..6e33efe >> --- /dev/null >> +++

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Olof Johansson
On Wed, Jul 2, 2014 at 7:26 AM, Jordan Crouse wrote: > On 07/01/2014 12:57 PM, Rob Clark wrote: >> >> diff --git a/Documentation/devicetree/bindings/drm/msm/gpu.txt >> b/Documentation/devicetree/bindings/drm/msm/gpu.txt >> new file mode 100644 >> index 000..6e33efe >> --- /dev/null >> +++ b/Do

[RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Jordan Crouse
On 07/01/2014 12:57 PM, Rob Clark wrote: > diff --git a/Documentation/devicetree/bindings/drm/msm/gpu.txt > b/Documentation/devicetree/bindings/drm/msm/gpu.txt > new file mode 100644 > index 000..6e33efe > --- /dev/null > +++ b/Documentation/devicetree/bindings/drm/msm/gpu.txt > @@ -0,0 +1,51

[RFC] drm/msm: DT support for 8960/8064

2014-07-01 Thread Rob Clark
Now that we (almost) have enough dependencies in place (MMCC, RPM, etc), add necessary DT support so that we can use drm/msm on upstream kernel. Signed-off-by: Rob Clark --- Commence bikeshedding :-) Documentation/devicetree/bindings/drm/msm/gpu.txt | 51 Documentation/dev