Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Dikshita Agarwal <quic_dikshita@quicinc.com>
To: Bryan O'Donoghue <bryan.odonoghue@linaro.org>,
	Stanimir Varbanov <stanimir.k.varbanov@gmail.com>,
	Vikash Garodia <quic_vgarodia@quicinc.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: <quic_renjiang@quicinc.com>, <quic_vnagar@quicinc.com>,
	<konradybcio@kernel.org>, <linux-media@vger.kernel.org>,
	<linux-arm-msm@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v4 3/3] media: dt-bindings: qcom-venus: Deprecate video-decoder and video-encoder where applicable
Date: Fri, 6 Dec 2024 15:33:12 +0530	[thread overview]
Message-ID: <a2285d28-0f57-d165-a22e-2aa57b3cff65@quicinc.com> (raw)
In-Reply-To: <20241128-media-staging-24-11-25-rb3-hw-compat-string-v4-3-fd062b399374@linaro.org>



On 11/28/2024 9:51 PM, Bryan O'Donoghue wrote:
> For the list of yaml files here the video-decoder and video-encoder nodes
> provide nothing more than configuration input for the driver. These entries
> do not in fact impart hardware specific data and should be deprecated.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> ---
>  .../devicetree/bindings/media/qcom,msm8916-venus.yaml        | 12 ++----------
>  .../devicetree/bindings/media/qcom,sc7180-venus.yaml         | 12 ++----------
>  .../devicetree/bindings/media/qcom,sc7280-venus.yaml         | 12 ++----------
>  .../devicetree/bindings/media/qcom,sdm845-venus-v2.yaml      | 12 ++----------
>  .../devicetree/bindings/media/qcom,sm8250-venus.yaml         | 12 ++----------
>  5 files changed, 10 insertions(+), 50 deletions(-)
> 
A general query, this change is not done for 8996-venus, sdm660-venus and
sdm845-venus, was that intentional? may be because these are not active
SOCs in upstream?

Thanks,
Dikshita
> diff --git a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml
> index 9410f13ca97c181973c62fe62d0399fc9e82f05d..da140c2e3d3f3c3e886496e3e2303eda1df99bb4 100644
> --- a/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml
> @@ -45,6 +45,7 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>    video-encoder:
> @@ -57,13 +58,12 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>  required:
>    - compatible
>    - iommus
> -  - video-decoder
> -  - video-encoder
>  
>  unevaluatedProperties: false
>  
> @@ -83,12 +83,4 @@ examples:
>          power-domains = <&gcc VENUS_GDSC>;
>          iommus = <&apps_iommu 5>;
>          memory-region = <&venus_mem>;
> -
> -        video-decoder {
> -            compatible = "venus-decoder";
> -        };
> -
> -        video-encoder {
> -            compatible = "venus-encoder";
> -        };
>      };
> diff --git a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml
> index 5cec1d077cda77817f6d876109defcb0abbfeb2c..83c4a5d95f020437bd160d6456850bc84a2cf5ff 100644
> --- a/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sc7180-venus.yaml
> @@ -70,6 +70,7 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>    video-encoder:
> @@ -82,14 +83,13 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>  required:
>    - compatible
>    - power-domain-names
>    - iommus
> -  - video-decoder
> -  - video-encoder
>  
>  unevaluatedProperties: false
>  
> @@ -114,12 +114,4 @@ examples:
>                        "vcodec0_core", "vcodec0_bus";
>          iommus = <&apps_smmu 0x0c00 0x60>;
>          memory-region = <&venus_mem>;
> -
> -        video-decoder {
> -            compatible = "venus-decoder";
> -        };
> -
> -        video-encoder {
> -            compatible = "venus-encoder";
> -        };
>      };
> diff --git a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml
> index 10c334e6b3dcf25967fa438f8e6e5035448af1b9..413c5b4ee6504ba1d5fe9f74d5be04ad8c90c318 100644
> --- a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml
> @@ -68,6 +68,7 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>    video-encoder:
> @@ -80,14 +81,13 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>  required:
>    - compatible
>    - power-domain-names
>    - iommus
> -  - video-decoder
> -  - video-encoder
>  
>  unevaluatedProperties: false
>  
> @@ -125,14 +125,6 @@ examples:
>  
>          memory-region = <&video_mem>;
>  
> -        video-decoder {
> -            compatible = "venus-decoder";
> -        };
> -
> -        video-encoder {
> -            compatible = "venus-encoder";
> -        };
> -
>          video-firmware {
>              iommus = <&apps_smmu 0x21a2 0x0>;
>          };
> diff --git a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml
> index 6228fd2b324631f3138e128c918266da58f6b544..c839cb1ebc0999e10b865f4bb43ea76ffa2bf46d 100644
> --- a/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml
> @@ -70,6 +70,7 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>    video-core1:
> @@ -82,14 +83,13 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>  required:
>    - compatible
>    - power-domain-names
>    - iommus
> -  - video-core0
> -  - video-core1
>  
>  unevaluatedProperties: false
>  
> @@ -119,12 +119,4 @@ examples:
>          iommus = <&apps_smmu 0x10a0 0x8>,
>                   <&apps_smmu 0x10b0 0x0>;
>          memory-region = <&venus_mem>;
> -
> -        video-core0 {
> -            compatible = "venus-decoder";
> -        };
> -
> -        video-core1 {
> -            compatible = "venus-encoder";
> -        };
>      };
> diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml
> index f66033ae8b590e7b6f1e344c368994744411aca2..da54493220c9dc90e7d9f5fcfce7590acb241c85 100644
> --- a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml
> @@ -73,6 +73,7 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>    video-encoder:
> @@ -85,6 +86,7 @@ properties:
>      required:
>        - compatible
>  
> +    deprecated: true
>      additionalProperties: false
>  
>  required:
> @@ -95,8 +97,6 @@ required:
>    - iommus
>    - resets
>    - reset-names
> -  - video-decoder
> -  - video-encoder
>  
>  unevaluatedProperties: false
>  
> @@ -132,12 +132,4 @@ examples:
>          resets = <&gcc GCC_VIDEO_AXI0_CLK_ARES>,
>                   <&videocc VIDEO_CC_MVS0C_CLK_ARES>;
>          reset-names = "bus", "core";
> -
> -        video-decoder {
> -            compatible = "venus-decoder";
> -        };
> -
> -        video-encoder {
> -            compatible = "venus-encoder";
> -        };
>      };
> 

  reply	other threads:[~2024-12-06 10:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-28 16:21 [PATCH v4 0/3] media: venus: Provide support for selecting encoder/decoder from in-driver Bryan O'Donoghue
2024-11-28 16:21 ` [PATCH v4 1/3] media: venus: Add support for static video encoder/decoder declarations Bryan O'Donoghue
2024-12-09  6:29   ` Dikshita Agarwal
2024-11-28 16:21 ` [PATCH v4 2/3] media: venus: Populate video encoder/decoder nodename entries Bryan O'Donoghue
2024-11-28 16:21 ` [PATCH v4 3/3] media: dt-bindings: qcom-venus: Deprecate video-decoder and video-encoder where applicable Bryan O'Donoghue
2024-12-06 10:03   ` Dikshita Agarwal [this message]
2024-12-06 21:25     ` Bryan O'Donoghue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2285d28-0f57-d165-a22e-2aa57b3cff65@quicinc.com \
    --to=quic_dikshita@quicinc.com \
    --cc=bryan.odonoghue@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=quic_renjiang@quicinc.com \
    --cc=quic_vgarodia@quicinc.com \
    --cc=quic_vnagar@quicinc.com \
    --cc=robh@kernel.org \
    --cc=stanimir.k.varbanov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox