Message ID | 4f99f0a1-1fae-42cf-a8ea-0f859e9818b9@freebox.fr (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for qcom msm8998-venus (HW vdec / venc) | expand |
On 30/04/2024 16:30, Marc Gonzalez wrote: > msm8998 has the same video encode/decode accelerator as msm8996. > > Signed-off-by: Marc Gonzalez <mgonzalez@freebox.fr> > --- > Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > index 3a4d817e544e2..56c16458e3bb4 100644 > --- a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml > @@ -18,7 +18,9 @@ allOf: > > properties: > compatible: > - const: qcom,msm8996-venus > + enum: > + - qcom,msm8996-venus > + - qcom,msm8998-venus > > power-domains: > maxItems: 1 Yes, we're supposed to rearch venus to remove encoder/decoder blocks. That's going on for 6+ months now, I'll post an RFC to address since I don't think we should forever gate new SoC additions on a patchset that appears to not be happening. In the meantime. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
On 30/04/2024 17:30, Marc Gonzalez wrote: > msm8998 has the same video encode/decode accelerator as msm8996. > > Signed-off-by: Marc Gonzalez <mgonzalez@freebox.fr> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml index 3a4d817e544e2..56c16458e3bb4 100644 --- a/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml +++ b/Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml @@ -18,7 +18,9 @@ allOf: properties: compatible: - const: qcom,msm8996-venus + enum: + - qcom,msm8996-venus + - qcom,msm8998-venus power-domains: maxItems: 1
msm8998 has the same video encode/decode accelerator as msm8996. Signed-off-by: Marc Gonzalez <mgonzalez@freebox.fr> --- Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)