Hi, On Thu, Dec 13, 2018 at 9:32 AM Jordan Crouse <[email protected]> wrote: > > Define an interconnect port for the GPU to set bus > capabilities. > > Signed-off-by: Jordan Crouse <[email protected]> > --- > arch/arm64/boot/dts/qcom/sdm845.dtsi | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi > b/arch/arm64/boot/dts/qcom/sdm845.dtsi > index 0a5ddfc4c59b..9323f211ca40 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -1370,6 +1370,9 @@ > > operating-points-v2 = <&gpu_opp_table>; > > + interconnects = <&qnoc MASTER_GFX3D &qnoc SLAVE_EBI1>; > + interconnect-names = "gfx-mem";
Thanks for sending this patch. Unfortunately the interconnect node is not called "qnoc" anymore. It's called "&rsc_hlos" in v12 of Georgi's patchset: https://lkml.kernel.org/r/[email protected] Can you repost with that fix (the bindings patch should be updated too)? Other than that feel feel free to add my Reviewed-by to this patch. Thanks! -Doug _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
