Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615795 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2017-04-04 10:50 +0200 |
| Last post | 2017-04-04 14:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 08/13] ARM64: dts: meson-gx: Add shared CMA dma memory pool Neil Armstrong <narmstrong@baylibre.com> - 2017-04-04 10:50 +0200
Re: [PATCH v2 08/13] ARM64: dts: meson-gx: Add shared CMA dma memory pool Kevin Hilman <khilman@baylibre.com> - 2017-04-04 14:00 +0200
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2017-04-04 10:50 +0200 |
| Subject | Re: [PATCH v2 08/13] ARM64: dts: meson-gx: Add shared CMA dma memory pool |
| Message-ID | <tssk1-2s8-9@gated-at.bofh.it> |
On 03/21/2017 04:25 PM, Neil Armstrong wrote:
> The HDMI modes needs more CMA memory to be reserved at boot-time.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> index 5d995f7..94c6f95 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi
> @@ -71,6 +71,14 @@
> reg = <0x0 0x10000000 0x0 0x200000>;
> no-map;
> };
> +
> + linux,cma {
> + compatible = "shared-dma-pool";
> + reusable;
> + size = <0x0 0xbc00000>;
> + alignment = <0x0 0x400000>;
> + linux,cma-default;
> + };
> };
>
> cpus {
>
Hi Kevin,
Please take this one for the amlogic arm-soc DT tree.
It may need a rebase, please tell me then I'll repost this one rebased on your 4.12/dt64 branch.
Thanks,
Neil
[toc] | [next] | [standalone]
| From | Kevin Hilman <khilman@baylibre.com> |
|---|---|
| Date | 2017-04-04 14:00 +0200 |
| Subject | Re: [PATCH v2 08/13] ARM64: dts: meson-gx: Add shared CMA dma memory pool |
| Message-ID | <tsvhT-4mH-9@gated-at.bofh.it> |
| In reply to | #1615795 |
Neil Armstrong <narmstrong@baylibre.com> writes: > On 03/21/2017 04:25 PM, Neil Armstrong wrote: >> The HDMI modes needs more CMA memory to be reserved at boot-time. >> >> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> [...] > Hi Kevin, > > Please take this one for the amlogic arm-soc DT tree. > Applied to v4.12/dt64, Kevin
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web