Message ID | 20220125171129.472775-3-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl | expand |
Shawn, Can you take patches 2-4 of this series or shall I? In the latter case I need your Acked-by for these three patches. Regards, Hans On 25/01/2022 18:11, Adam Ford wrote: > From: Lucas Stach <l.stach@pengutronix.de> > > This adds the defines for the power domains provided by the VPU > blk-ctrl on the i.MX8MQ. > > Signed-off-by: Lucas Stach <l.stach@pengutronix.de> > Acked-by: Rob Herring <robh@kernel.org> > > diff --git a/include/dt-bindings/power/imx8mq-power.h b/include/dt-bindings/power/imx8mq-power.h > index 8a513bd9166e..9f7d0f1e7c32 100644 > --- a/include/dt-bindings/power/imx8mq-power.h > +++ b/include/dt-bindings/power/imx8mq-power.h > @@ -18,4 +18,7 @@ > #define IMX8M_POWER_DOMAIN_MIPI_CSI2 9 > #define IMX8M_POWER_DOMAIN_PCIE2 10 > > +#define IMX8MQ_VPUBLK_PD_G1 0 > +#define IMX8MQ_VPUBLK_PD_G2 1 > + > #endif
On Thu, Jan 27, 2022 at 2:46 AM Hans Verkuil <hverkuil@xs4all.nl> wrote: > > Shawn, > > Can you take patches 2-4 of this series or shall I? In the latter case I > need your Acked-by for these three patches. If necessary, I can tweak the YAML file. I just need to know if I need to resubmit the whole series of just the one file. adam > > Regards, > > Hans > > On 25/01/2022 18:11, Adam Ford wrote: > > From: Lucas Stach <l.stach@pengutronix.de> > > > > This adds the defines for the power domains provided by the VPU > > blk-ctrl on the i.MX8MQ. > > > > Signed-off-by: Lucas Stach <l.stach@pengutronix.de> > > Acked-by: Rob Herring <robh@kernel.org> > > > > diff --git a/include/dt-bindings/power/imx8mq-power.h b/include/dt-bindings/power/imx8mq-power.h > > index 8a513bd9166e..9f7d0f1e7c32 100644 > > --- a/include/dt-bindings/power/imx8mq-power.h > > +++ b/include/dt-bindings/power/imx8mq-power.h > > @@ -18,4 +18,7 @@ > > #define IMX8M_POWER_DOMAIN_MIPI_CSI2 9 > > #define IMX8M_POWER_DOMAIN_PCIE2 10 > > > > +#define IMX8MQ_VPUBLK_PD_G1 0 > > +#define IMX8MQ_VPUBLK_PD_G2 1 > > + > > #endif >
Hi Shawn, Hans, On Thu, 27 Jan 2022 at 05:46, Hans Verkuil <hverkuil@xs4all.nl> wrote: > > Shawn, > > Can you take patches 2-4 of this series or shall I? In the latter case I > need your Acked-by for these three patches. > Gentle reminder about these patches. Thanks! Ezequiel > Regards, > > Hans > > On 25/01/2022 18:11, Adam Ford wrote: > > From: Lucas Stach <l.stach@pengutronix.de> > > > > This adds the defines for the power domains provided by the VPU > > blk-ctrl on the i.MX8MQ. > > > > Signed-off-by: Lucas Stach <l.stach@pengutronix.de> > > Acked-by: Rob Herring <robh@kernel.org> > > > > diff --git a/include/dt-bindings/power/imx8mq-power.h b/include/dt-bindings/power/imx8mq-power.h > > index 8a513bd9166e..9f7d0f1e7c32 100644 > > --- a/include/dt-bindings/power/imx8mq-power.h > > +++ b/include/dt-bindings/power/imx8mq-power.h > > @@ -18,4 +18,7 @@ > > #define IMX8M_POWER_DOMAIN_MIPI_CSI2 9 > > #define IMX8M_POWER_DOMAIN_PCIE2 10 > > > > +#define IMX8MQ_VPUBLK_PD_G1 0 > > +#define IMX8MQ_VPUBLK_PD_G2 1 > > + > > #endif >
On Tue, Jan 25, 2022 at 11:11:19AM -0600, Adam Ford wrote: > From: Lucas Stach <l.stach@pengutronix.de> > > This adds the defines for the power domains provided by the VPU > blk-ctrl on the i.MX8MQ. > > Signed-off-by: Lucas Stach <l.stach@pengutronix.de> > Acked-by: Rob Herring <robh@kernel.org> When forwarding a patch from someone else, you should add your Signed-off-by. Applied, thanks!
diff --git a/include/dt-bindings/power/imx8mq-power.h b/include/dt-bindings/power/imx8mq-power.h index 8a513bd9166e..9f7d0f1e7c32 100644 --- a/include/dt-bindings/power/imx8mq-power.h +++ b/include/dt-bindings/power/imx8mq-power.h @@ -18,4 +18,7 @@ #define IMX8M_POWER_DOMAIN_MIPI_CSI2 9 #define IMX8M_POWER_DOMAIN_PCIE2 10 +#define IMX8MQ_VPUBLK_PD_G1 0 +#define IMX8MQ_VPUBLK_PD_G2 1 + #endif