Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sm6115p-j606f: Enable GPU

Enable the A610 GPU and provide a firmware path to the ZAP blob.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230620-topic-gpu_tablet_disp-v2-3-0538ea1beb0b@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
be9f88ab e3dc814d

+8
+8
arch/arm64/boot/dts/qcom/sm6115p-lenovo-j606f.dts
··· 65 65 }; 66 66 }; 67 67 68 + &gpu { 69 + status = "okay"; 70 + 71 + zap-shader { 72 + firmware-name = "qcom/sm6115/LENOVO/J606F/a610_zap.mbn"; 73 + }; 74 + }; 75 + 68 76 &mdss { 69 77 status = "okay"; 70 78 };