2019-06-06 08:58:17

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 1/2] arm64: defconfig: enable Lima driver

A bunch of arm64 boards can now use the Lima driver, let's enable it
in defconfig, it will be useful to have it enabled for KernelCI
boot and runtime testing.

Signed-off-by: Neil Armstrong <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d588ceb9aa3c..7e9d684332be 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -505,6 +505,7 @@ CONFIG_DRM_HISI_HIBMC=m
CONFIG_DRM_HISI_KIRIN=m
CONFIG_DRM_MESON=m
CONFIG_DRM_PL111=m
+CONFIG_DRM_LIMA=m
CONFIG_DRM_PANFROST=m
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
--
2.21.0


2019-06-06 08:58:24

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH 2/2] ARM: multi_v7_defconfig: enable Lima driver

A bunch of armv7 boards can now use the Lima driver, let's enable it
in defconfig, it will be useful to have it enabled for KernelCI
boot and runtime testing.

Signed-off-by: Neil Armstrong <[email protected]>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 952dff9d39f2..0757e0278e22 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -656,6 +656,7 @@ CONFIG_DRM_VC4=m
CONFIG_DRM_ETNAVIV=m
CONFIG_DRM_MXSFB=m
CONFIG_DRM_PL111=m
+CONFIG_DRM_LIMA=m
CONFIG_DRM_PANFROST=m
CONFIG_FB_EFI=y
CONFIG_FB_WM8505=y
--
2.21.0

2019-06-11 12:20:09

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: defconfig: enable Lima driver

On 06/06/2019 10:56, Neil Armstrong wrote:
> A bunch of arm64 boards can now use the Lima driver, let's enable it
> in defconfig, it will be useful to have it enabled for KernelCI
> boot and runtime testing.
>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index d588ceb9aa3c..7e9d684332be 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -505,6 +505,7 @@ CONFIG_DRM_HISI_HIBMC=m
> CONFIG_DRM_HISI_KIRIN=m
> CONFIG_DRM_MESON=m
> CONFIG_DRM_PL111=m
> +CONFIG_DRM_LIMA=m
> CONFIG_DRM_PANFROST=m
> CONFIG_FB=y
> CONFIG_FB_MODE_HELPERS=y
>

Hi Kevin,

Could you apply this changeset on the linux-amlogic tree ?

Neil

2019-06-12 07:00:15

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: defconfig: enable Lima driver

Neil Armstrong <[email protected]> writes:

> On 06/06/2019 10:56, Neil Armstrong wrote:
>> A bunch of arm64 boards can now use the Lima driver, let's enable it
>> in defconfig, it will be useful to have it enabled for KernelCI
>> boot and runtime testing.
>>
>> Signed-off-by: Neil Armstrong <[email protected]>
>> ---
>> arch/arm64/configs/defconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index d588ceb9aa3c..7e9d684332be 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -505,6 +505,7 @@ CONFIG_DRM_HISI_HIBMC=m
>> CONFIG_DRM_HISI_KIRIN=m
>> CONFIG_DRM_MESON=m
>> CONFIG_DRM_PL111=m
>> +CONFIG_DRM_LIMA=m
>> CONFIG_DRM_PANFROST=m
>> CONFIG_FB=y
>> CONFIG_FB_MODE_HELPERS=y
>>
>
> Hi Kevin,
>
> Could you apply this changeset on the linux-amlogic tree ?
>

No, this should go through arm-soc (already cc'd)

Kevin

2019-06-19 15:08:41

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH 2/2] ARM: multi_v7_defconfig: enable Lima driver

On Thu, Jun 06, 2019 at 10:56:45AM +0200, Neil Armstrong wrote:
> A bunch of armv7 boards can now use the Lima driver, let's enable it
> in defconfig, it will be useful to have it enabled for KernelCI
> boot and runtime testing.
>
> Signed-off-by: Neil Armstrong <[email protected]>
> ---
> arch/arm/configs/multi_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)

Applied, thanks!


-Olof

2019-06-19 15:08:53

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: defconfig: enable Lima driver

On Thu, Jun 06, 2019 at 10:56:44AM +0200, Neil Armstrong wrote:
> A bunch of arm64 boards can now use the Lima driver, let's enable it
> in defconfig, it will be useful to have it enabled for KernelCI
> boot and runtime testing.
>
> Signed-off-by: Neil Armstrong <[email protected]>

Applied, thanks.


-Olof