<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-linux/Documentation/devicetree/bindings/display/msm, branch jd/unified-crypt-queue</title>
<subtitle>WireGuard for the Linux kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-linux/atom/Documentation/devicetree/bindings/display/msm?h=jd%2Funified-crypt-queue</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-linux/atom/Documentation/devicetree/bindings/display/msm?h=jd%2Funified-crypt-queue'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/'/>
<updated>2020-03-20T14:13:05Z</updated>
<entry>
<title>dt-bindings: display: msm: Convert GMU bindings to YAML</title>
<updated>2020-03-20T14:13:05Z</updated>
<author>
<name>Jordan Crouse</name>
<email>jcrouse@codeaurora.org</email>
</author>
<published>2020-03-20T03:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=a168b512de1ae82da888d5e376bfdb92b61ea8e6'/>
<id>urn:sha1:a168b512de1ae82da888d5e376bfdb92b61ea8e6</id>
<content type='text'>
Convert display/msm/gmu.txt to display/msm/gmu.yaml and remove the old
text bindings.  The 'sram' text from the old binding never applied to
the GMU so it was not converted but all the other properties were correct.

Acked-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Jordan Crouse &lt;jcrouse@codeaurora.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: display: msm: gmu: move sram property to gpu bindings</title>
<updated>2020-03-19T19:23:31Z</updated>
<author>
<name>Brian Masney</name>
<email>masneyb@onstation.org</email>
</author>
<published>2020-03-09T11:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=00d9220ec5ed3513905cfde94bb4337633a061e3'/>
<id>urn:sha1:00d9220ec5ed3513905cfde94bb4337633a061e3</id>
<content type='text'>
The sram property was incorrectly added to the GMU binding when it
really belongs with the GPU binding instead. Let's go ahead and
move it.

While changes are being made here, let's update the sram property
description to mention that this property is only valid for a3xx and
a4xx GPUs. The a3xx/a4xx example in the GPU is replaced with what was
in the GMU.

Signed-off-by: Brian Masney &lt;masneyb@onstation.org&gt;
Fixes: 198a72c8f9ee ("dt-bindings: display: msm: gmu: add optional ocmem property")
Acked-by: Jordan Crouse &lt;jcrouse@codeaurora.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: drm/msm/gpu: Document firmware-name</title>
<updated>2020-01-13T20:45:42Z</updated>
<author>
<name>Rob Clark</name>
<email>robdclark@chromium.org</email>
</author>
<published>2020-01-08T00:28:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=57d6c2eb735a0e08d7e0bbd985ec3ebc5fcaf214'/>
<id>urn:sha1:57d6c2eb735a0e08d7e0bbd985ec3ebc5fcaf214</id>
<content type='text'>
The firmware-name property in the zap node can be used to specify a
device specific zap firmware.

Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
Reviewed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: msm:disp: add sc7180 DPU variant</title>
<updated>2020-01-02T23:28:46Z</updated>
<author>
<name>Kalyan Thota</name>
<email>kalyan_t@codeaurora.org</email>
</author>
<published>2019-11-25T11:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=854f94226a91010e81e09d79ba7ea253e64e6091'/>
<id>urn:sha1:854f94226a91010e81e09d79ba7ea253e64e6091</id>
<content type='text'>
Add a compatible string to support sc7180 dpu version.

Signed-off-by: Kalyan Thota &lt;kalyan_t@codeaurora.org&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: drm/msm/gpu: document second interconnect</title>
<updated>2020-01-02T22:20:42Z</updated>
<author>
<name>Brian Masney</name>
<email>masneyb@onstation.org</email>
</author>
<published>2019-11-22T01:26:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=b435f8b4f6a08f5bbf001cfd4bed22070e3774fd'/>
<id>urn:sha1:b435f8b4f6a08f5bbf001cfd4bed22070e3774fd</id>
<content type='text'>
Some A3xx and all A4xx Adreno GPUs do not have GMEM inside the GPU core
and must use the On Chip MEMory (OCMEM) in order to be functional.
There's a separate interconnect path that needs to be setup to OCMEM.
Let's document this second interconnect path that's available. Since
there's now two available interconnects, let's add the
interconnect-names property.

Signed-off-by: Brian Masney &lt;masneyb@onstation.org&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Reviewed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: msm/mdp5: Document optional TBU and TBU_RT clocks</title>
<updated>2019-11-04T21:17:27Z</updated>
<author>
<name>AngeloGioacchino Del Regno</name>
<email>kholk11@gmail.com</email>
</author>
<published>2019-10-31T10:43:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=2ab45a0973a86bfffaf2f0c49f49119ba5a6f4af'/>
<id>urn:sha1:2ab45a0973a86bfffaf2f0c49f49119ba5a6f4af</id>
<content type='text'>
These two clocks aren't present in all versions of the MDP5 HW:
where present, they are needed to enable the Translation Buffer
Unit(s).

Signed-off-by: AngeloGioacchino Del Regno &lt;kholk11@gmail.com&gt;
Acked-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: display: msm: gmu: add optional ocmem property</title>
<updated>2019-10-07T15:10:37Z</updated>
<author>
<name>Brian Masney</name>
<email>masneyb@onstation.org</email>
</author>
<published>2019-08-23T12:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=198a72c8f9ee8eef24bacde6a3b3feb3b026ee04'/>
<id>urn:sha1:198a72c8f9ee8eef24bacde6a3b3feb3b026ee04</id>
<content type='text'>
Some A3xx and A4xx Adreno GPUs do not have GMEM inside the GPU core and
must use the On Chip MEMory (OCMEM) in order to be functional. Add the
optional ocmem property to the Adreno Graphics Management Unit bindings.

Signed-off-by: Brian Masney &lt;masneyb@onstation.org&gt;
Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: msm/disp: Introduce interconnect bindings for MDSS on SDM845</title>
<updated>2019-06-20T15:39:24Z</updated>
<author>
<name>Jayant Shekhar</name>
<email>jshekhar@codeaurora.org</email>
</author>
<published>2019-06-18T20:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=a67e13e1ee2d62871149e5ec629cf766d4127ff9'/>
<id>urn:sha1:a67e13e1ee2d62871149e5ec629cf766d4127ff9</id>
<content type='text'>
Add interconnect properties such as interconnect provider specifier
, the edge source and destination ports which are required by the
interconnect API to configure interconnect path for MDSS.

Changes in v2:
	- None

Changes in v3:
	- Remove common property definitions (Rob Herring)

Changes in v4:
	- Use port macros and change port string names (Georgi Djakov)

Changes in v5-v7:
	- None

Signed-off-by: Sravanthi Kollukuduru &lt;skolluku@codeaurora.org&gt;
Signed-off-by: Jayant Shekhar &lt;jshekhar@codeaurora.org&gt;
Reviewed-by: Rob Herring &lt;robh@kernel.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: msm/dsi: Add 10nm phy for msm8998 compatible</title>
<updated>2019-06-18T20:56:42Z</updated>
<author>
<name>Jeffrey Hugo</name>
<email>jeffrey.l.hugo@gmail.com</email>
</author>
<published>2019-05-30T16:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=590714e5a3704c7db21a4f82932d3f2699edb35c'/>
<id>urn:sha1:590714e5a3704c7db21a4f82932d3f2699edb35c</id>
<content type='text'>
The DSI phy on MSM8998 is a 10nm design like SDM845, however it has some
slightly different quirks which need to be handled by drivers.  Provide
a separate compatible to assist in handling the specifics.

Signed-off-by: Jeffrey Hugo &lt;jeffrey.l.hugo@gmail.com&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
<entry>
<title>dt-bindings: drm/msm/gpu: Document a5xx / a6xx zap shader region</title>
<updated>2019-04-21T14:37:17Z</updated>
<author>
<name>Jordan Crouse</name>
<email>jcrouse@codeaurora.org</email>
</author>
<published>2019-04-19T19:46:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=b55ee6b243bd2743b9cb20b6aa812091748c4304'/>
<id>urn:sha1:b55ee6b243bd2743b9cb20b6aa812091748c4304</id>
<content type='text'>
Describe the zap-shader node that defines a reserved memory region
to store the zap shader.

Signed-off-by: Jordan Crouse &lt;jcrouse@codeaurora.org&gt;
Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;
</content>
</entry>
</feed>
