Message ID | 07e45a015ff8934c4571617c8e8e90205e430eb6.1718811097.git.robin.murphy@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: juno: Enable GPU | expand |
On Wed, Jun 19, 2024 at 04:31:37PM +0100, Robin Murphy wrote: > Both Mali-T620 and Juno's HDLCD are now supported by upstream Mesa in > recent distros, so there's little reason not to enable the GPU by > default. At the very least it should offer a little extra CI coverage > for Panfrost probing and wiggling SCMI. > > Signed-off-by: Robin Murphy <robin.murphy@arm.com> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Sudeep, are you able to take this patch through your tree? Best regards, Liviu > --- > arch/arm64/boot/dts/arm/juno-base.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi > index 98ed2b329ed6..055764d0b9e5 100644 > --- a/arch/arm64/boot/dts/arm/juno-base.dtsi > +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi > @@ -663,7 +663,6 @@ gpu: gpu@2d000000 { > dma-coherent; > /* The SMMU is only really of interest to bare-metal hypervisors */ > /* iommus = <&smmu_gpu 0>; */ > - status = "disabled"; > }; > > sram: sram@2e000000 { > -- > 2.39.2.101.g768bb238c484.dirty >
On Wed, 19 Jun 2024 16:31:37 +0100, Robin Murphy wrote: > Both Mali-T620 and Juno's HDLCD are now supported by upstream Mesa in > recent distros, so there's little reason not to enable the GPU by > default. At the very least it should offer a little extra CI coverage > for Panfrost probing and wiggling SCMI. > Applied to sudeep.holla/linux (for-next/juno/updates), thanks! [1/1] arm64: dts: juno: Enable GPU https://git.kernel.org/sudeep.holla/c/75895aa2bc1e -- Regards, Sudeep
diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi index 98ed2b329ed6..055764d0b9e5 100644 --- a/arch/arm64/boot/dts/arm/juno-base.dtsi +++ b/arch/arm64/boot/dts/arm/juno-base.dtsi @@ -663,7 +663,6 @@ gpu: gpu@2d000000 { dma-coherent; /* The SMMU is only really of interest to bare-metal hypervisors */ /* iommus = <&smmu_gpu 0>; */ - status = "disabled"; }; sram: sram@2e000000 {
Both Mali-T620 and Juno's HDLCD are now supported by upstream Mesa in recent distros, so there's little reason not to enable the GPU by default. At the very least it should offer a little extra CI coverage for Panfrost probing and wiggling SCMI. Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- arch/arm64/boot/dts/arm/juno-base.dtsi | 1 - 1 file changed, 1 deletion(-)