All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-09-30 13:18 ` Yongqiang Niu
  0 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Base v5.15

Yongqiang Niu (1):
  mailbox: cmdq: add instruction time-out interrupt support

 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-09-30 13:18 ` Yongqiang Niu
  0 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Base v5.15

Yongqiang Niu (1):
  mailbox: cmdq: add instruction time-out interrupt support

 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

* [PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-09-30 13:18 ` Yongqiang Niu
  0 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Base v5.15

Yongqiang Niu (1):
  mailbox: cmdq: add instruction time-out interrupt support

 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.25.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-09-30 13:18 ` Yongqiang Niu
  0 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Base v5.15

Yongqiang Niu (1):
  mailbox: cmdq: add instruction time-out interrupt support

 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
  2021-09-30 13:18 ` Yongqiang Niu
  (?)
  (?)
@ 2021-09-30 13:18   ` Yongqiang Niu
  -1 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

add time-out cycle setting to make sure time-out interrupt irq
will happened when instruction time-out for wait and poll

Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
---
 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
index 64175a893312..197b03222f94 100644
--- a/drivers/mailbox/mtk-cmdq-mailbox.c
+++ b/drivers/mailbox/mtk-cmdq-mailbox.c
@@ -36,6 +36,7 @@
 #define CMDQ_THR_END_ADDR		0x24
 #define CMDQ_THR_WAIT_TOKEN		0x30
 #define CMDQ_THR_PRIORITY		0x40
+#define CMDQ_THR_INSTN_TIMEOUT_CYCLES	0x50
 
 #define GCE_GCTL_VALUE			0x48
 
@@ -54,6 +55,15 @@
 #define CMDQ_JUMP_BY_OFFSET		0x10000000
 #define CMDQ_JUMP_BY_PA			0x10000001
 
+/*
+ * instruction time-out
+ * cycles to issue instruction time-out interrupt for wait and poll instructions
+ * GCE axi_clock 156MHz
+ * 1 cycle = 6.41ns
+ * instruction time out 2^22*2*6.41ns = 53ms
+ */
+#define CMDQ_INSTN_TIMEOUT_CYCLES	22
+
 struct cmdq_thread {
 	struct mbox_chan	*chan;
 	void __iomem		*base;
@@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan *chan, void *data)
 		writel((task->pa_base + pkt->cmd_buf_size) >> cmdq->shift_pa,
 		       thread->base + CMDQ_THR_END_ADDR);
 
+		writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base + CMDQ_THR_INSTN_TIMEOUT_CYCLES);
 		writel(thread->priority, thread->base + CMDQ_THR_PRIORITY);
 		writel(CMDQ_THR_IRQ_EN, thread->base + CMDQ_THR_IRQ_ENABLE);
 		writel(CMDQ_THR_ENABLED, thread->base + CMDQ_THR_ENABLE_TASK);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-09-30 13:18   ` Yongqiang Niu
  0 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

add time-out cycle setting to make sure time-out interrupt irq
will happened when instruction time-out for wait and poll

Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
---
 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
index 64175a893312..197b03222f94 100644
--- a/drivers/mailbox/mtk-cmdq-mailbox.c
+++ b/drivers/mailbox/mtk-cmdq-mailbox.c
@@ -36,6 +36,7 @@
 #define CMDQ_THR_END_ADDR		0x24
 #define CMDQ_THR_WAIT_TOKEN		0x30
 #define CMDQ_THR_PRIORITY		0x40
+#define CMDQ_THR_INSTN_TIMEOUT_CYCLES	0x50
 
 #define GCE_GCTL_VALUE			0x48
 
@@ -54,6 +55,15 @@
 #define CMDQ_JUMP_BY_OFFSET		0x10000000
 #define CMDQ_JUMP_BY_PA			0x10000001
 
+/*
+ * instruction time-out
+ * cycles to issue instruction time-out interrupt for wait and poll instructions
+ * GCE axi_clock 156MHz
+ * 1 cycle = 6.41ns
+ * instruction time out 2^22*2*6.41ns = 53ms
+ */
+#define CMDQ_INSTN_TIMEOUT_CYCLES	22
+
 struct cmdq_thread {
 	struct mbox_chan	*chan;
 	void __iomem		*base;
@@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan *chan, void *data)
 		writel((task->pa_base + pkt->cmd_buf_size) >> cmdq->shift_pa,
 		       thread->base + CMDQ_THR_END_ADDR);
 
+		writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base + CMDQ_THR_INSTN_TIMEOUT_CYCLES);
 		writel(thread->priority, thread->base + CMDQ_THR_PRIORITY);
 		writel(CMDQ_THR_IRQ_EN, thread->base + CMDQ_THR_IRQ_ENABLE);
 		writel(CMDQ_THR_ENABLED, thread->base + CMDQ_THR_ENABLE_TASK);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-09-30 13:18   ` Yongqiang Niu
  0 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

add time-out cycle setting to make sure time-out interrupt irq
will happened when instruction time-out for wait and poll

Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
---
 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
index 64175a893312..197b03222f94 100644
--- a/drivers/mailbox/mtk-cmdq-mailbox.c
+++ b/drivers/mailbox/mtk-cmdq-mailbox.c
@@ -36,6 +36,7 @@
 #define CMDQ_THR_END_ADDR		0x24
 #define CMDQ_THR_WAIT_TOKEN		0x30
 #define CMDQ_THR_PRIORITY		0x40
+#define CMDQ_THR_INSTN_TIMEOUT_CYCLES	0x50
 
 #define GCE_GCTL_VALUE			0x48
 
@@ -54,6 +55,15 @@
 #define CMDQ_JUMP_BY_OFFSET		0x10000000
 #define CMDQ_JUMP_BY_PA			0x10000001
 
+/*
+ * instruction time-out
+ * cycles to issue instruction time-out interrupt for wait and poll instructions
+ * GCE axi_clock 156MHz
+ * 1 cycle = 6.41ns
+ * instruction time out 2^22*2*6.41ns = 53ms
+ */
+#define CMDQ_INSTN_TIMEOUT_CYCLES	22
+
 struct cmdq_thread {
 	struct mbox_chan	*chan;
 	void __iomem		*base;
@@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan *chan, void *data)
 		writel((task->pa_base + pkt->cmd_buf_size) >> cmdq->shift_pa,
 		       thread->base + CMDQ_THR_END_ADDR);
 
+		writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base + CMDQ_THR_INSTN_TIMEOUT_CYCLES);
 		writel(thread->priority, thread->base + CMDQ_THR_PRIORITY);
 		writel(CMDQ_THR_IRQ_EN, thread->base + CMDQ_THR_IRQ_ENABLE);
 		writel(CMDQ_THR_ENABLED, thread->base + CMDQ_THR_ENABLE_TASK);
-- 
2.25.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-09-30 13:18   ` Yongqiang Niu
  0 siblings, 0 replies; 20+ messages in thread
From: Yongqiang Niu @ 2021-09-30 13:18 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Yongqiang Niu, Fabien Parent,
	Dennis YC Hsieh, devicetree, linux-arm-kernel, linux-mediatek,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

add time-out cycle setting to make sure time-out interrupt irq
will happened when instruction time-out for wait and poll

Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
---
 drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
index 64175a893312..197b03222f94 100644
--- a/drivers/mailbox/mtk-cmdq-mailbox.c
+++ b/drivers/mailbox/mtk-cmdq-mailbox.c
@@ -36,6 +36,7 @@
 #define CMDQ_THR_END_ADDR		0x24
 #define CMDQ_THR_WAIT_TOKEN		0x30
 #define CMDQ_THR_PRIORITY		0x40
+#define CMDQ_THR_INSTN_TIMEOUT_CYCLES	0x50
 
 #define GCE_GCTL_VALUE			0x48
 
@@ -54,6 +55,15 @@
 #define CMDQ_JUMP_BY_OFFSET		0x10000000
 #define CMDQ_JUMP_BY_PA			0x10000001
 
+/*
+ * instruction time-out
+ * cycles to issue instruction time-out interrupt for wait and poll instructions
+ * GCE axi_clock 156MHz
+ * 1 cycle = 6.41ns
+ * instruction time out 2^22*2*6.41ns = 53ms
+ */
+#define CMDQ_INSTN_TIMEOUT_CYCLES	22
+
 struct cmdq_thread {
 	struct mbox_chan	*chan;
 	void __iomem		*base;
@@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan *chan, void *data)
 		writel((task->pa_base + pkt->cmd_buf_size) >> cmdq->shift_pa,
 		       thread->base + CMDQ_THR_END_ADDR);
 
+		writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base + CMDQ_THR_INSTN_TIMEOUT_CYCLES);
 		writel(thread->priority, thread->base + CMDQ_THR_PRIORITY);
 		writel(CMDQ_THR_IRQ_EN, thread->base + CMDQ_THR_IRQ_ENABLE);
 		writel(CMDQ_THR_ENABLED, thread->base + CMDQ_THR_ENABLE_TASK);
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
  2021-09-30 13:18   ` Yongqiang Niu
  (?)
@ 2021-10-04 23:41     ` Chun-Kuang Hu
  -1 siblings, 0 replies; 20+ messages in thread
From: Chun-Kuang Hu @ 2021-10-04 23:41 UTC (permalink / raw)
  To: Yongqiang Niu
  Cc: Chun-Kuang Hu, Rob Herring, Matthias Brugger, Philipp Zabel,
	David Airlie, Daniel Vetter, Jassi Brar, Fabien Parent,
	Dennis YC Hsieh, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Hi, Yongqiang:

Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
>
> add time-out cycle setting to make sure time-out interrupt irq
> will happened when instruction time-out for wait and poll
>
> Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> ---
>  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
> index 64175a893312..197b03222f94 100644
> --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> @@ -36,6 +36,7 @@
>  #define CMDQ_THR_END_ADDR              0x24
>  #define CMDQ_THR_WAIT_TOKEN            0x30
>  #define CMDQ_THR_PRIORITY              0x40
> +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
>
>  #define GCE_GCTL_VALUE                 0x48
>
> @@ -54,6 +55,15 @@
>  #define CMDQ_JUMP_BY_OFFSET            0x10000000
>  #define CMDQ_JUMP_BY_PA                        0x10000001
>
> +/*
> + * instruction time-out
> + * cycles to issue instruction time-out interrupt for wait and poll instructions
> + * GCE axi_clock 156MHz
> + * 1 cycle = 6.41ns
> + * instruction time out 2^22*2*6.41ns = 53ms

For different clients, the timeout value would be different, and each
client could use timer to detect timeout, so it's not necessary to
enable timeout in cmdq driver.

Regards,
Chun-Kuang.

> + */
> +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> +
>  struct cmdq_thread {
>         struct mbox_chan        *chan;
>         void __iomem            *base;
> @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan *chan, void *data)
>                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq->shift_pa,
>                        thread->base + CMDQ_THR_END_ADDR);
>
> +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base + CMDQ_THR_INSTN_TIMEOUT_CYCLES);
>                 writel(thread->priority, thread->base + CMDQ_THR_PRIORITY);
>                 writel(CMDQ_THR_IRQ_EN, thread->base + CMDQ_THR_IRQ_ENABLE);
>                 writel(CMDQ_THR_ENABLED, thread->base + CMDQ_THR_ENABLE_TASK);
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-10-04 23:41     ` Chun-Kuang Hu
  0 siblings, 0 replies; 20+ messages in thread
From: Chun-Kuang Hu @ 2021-10-04 23:41 UTC (permalink / raw)
  To: Yongqiang Niu
  Cc: Chun-Kuang Hu, Rob Herring, Matthias Brugger, Philipp Zabel,
	David Airlie, Daniel Vetter, Jassi Brar, Fabien Parent,
	Dennis YC Hsieh, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Hi, Yongqiang:

Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
>
> add time-out cycle setting to make sure time-out interrupt irq
> will happened when instruction time-out for wait and poll
>
> Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> ---
>  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
> index 64175a893312..197b03222f94 100644
> --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> @@ -36,6 +36,7 @@
>  #define CMDQ_THR_END_ADDR              0x24
>  #define CMDQ_THR_WAIT_TOKEN            0x30
>  #define CMDQ_THR_PRIORITY              0x40
> +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
>
>  #define GCE_GCTL_VALUE                 0x48
>
> @@ -54,6 +55,15 @@
>  #define CMDQ_JUMP_BY_OFFSET            0x10000000
>  #define CMDQ_JUMP_BY_PA                        0x10000001
>
> +/*
> + * instruction time-out
> + * cycles to issue instruction time-out interrupt for wait and poll instructions
> + * GCE axi_clock 156MHz
> + * 1 cycle = 6.41ns
> + * instruction time out 2^22*2*6.41ns = 53ms

For different clients, the timeout value would be different, and each
client could use timer to detect timeout, so it's not necessary to
enable timeout in cmdq driver.

Regards,
Chun-Kuang.

> + */
> +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> +
>  struct cmdq_thread {
>         struct mbox_chan        *chan;
>         void __iomem            *base;
> @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan *chan, void *data)
>                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq->shift_pa,
>                        thread->base + CMDQ_THR_END_ADDR);
>
> +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base + CMDQ_THR_INSTN_TIMEOUT_CYCLES);
>                 writel(thread->priority, thread->base + CMDQ_THR_PRIORITY);
>                 writel(CMDQ_THR_IRQ_EN, thread->base + CMDQ_THR_IRQ_ENABLE);
>                 writel(CMDQ_THR_ENABLED, thread->base + CMDQ_THR_ENABLE_TASK);
> --
> 2.25.1
>

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-10-04 23:41     ` Chun-Kuang Hu
  0 siblings, 0 replies; 20+ messages in thread
From: Chun-Kuang Hu @ 2021-10-04 23:41 UTC (permalink / raw)
  To: Yongqiang Niu
  Cc: Chun-Kuang Hu, Rob Herring, Matthias Brugger, Philipp Zabel,
	David Airlie, Daniel Vetter, Jassi Brar, Fabien Parent,
	Dennis YC Hsieh, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Hi, Yongqiang:

Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
>
> add time-out cycle setting to make sure time-out interrupt irq
> will happened when instruction time-out for wait and poll
>
> Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> ---
>  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c
> index 64175a893312..197b03222f94 100644
> --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> @@ -36,6 +36,7 @@
>  #define CMDQ_THR_END_ADDR              0x24
>  #define CMDQ_THR_WAIT_TOKEN            0x30
>  #define CMDQ_THR_PRIORITY              0x40
> +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
>
>  #define GCE_GCTL_VALUE                 0x48
>
> @@ -54,6 +55,15 @@
>  #define CMDQ_JUMP_BY_OFFSET            0x10000000
>  #define CMDQ_JUMP_BY_PA                        0x10000001
>
> +/*
> + * instruction time-out
> + * cycles to issue instruction time-out interrupt for wait and poll instructions
> + * GCE axi_clock 156MHz
> + * 1 cycle = 6.41ns
> + * instruction time out 2^22*2*6.41ns = 53ms

For different clients, the timeout value would be different, and each
client could use timer to detect timeout, so it's not necessary to
enable timeout in cmdq driver.

Regards,
Chun-Kuang.

> + */
> +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> +
>  struct cmdq_thread {
>         struct mbox_chan        *chan;
>         void __iomem            *base;
> @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan *chan, void *data)
>                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq->shift_pa,
>                        thread->base + CMDQ_THR_END_ADDR);
>
> +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base + CMDQ_THR_INSTN_TIMEOUT_CYCLES);
>                 writel(thread->priority, thread->base + CMDQ_THR_PRIORITY);
>                 writel(CMDQ_THR_IRQ_EN, thread->base + CMDQ_THR_IRQ_ENABLE);
>                 writel(CMDQ_THR_ENABLED, thread->base + CMDQ_THR_ENABLE_TASK);
> --
> 2.25.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
  2021-10-04 23:41     ` Chun-Kuang Hu
  (?)
@ 2021-10-08  1:49       ` yongqiang.niu
  -1 siblings, 0 replies; 20+ messages in thread
From: yongqiang.niu @ 2021-10-08  1:49 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Fabien Parent, Dennis YC Hsieh, DTML,
	Linux ARM, moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> Hi, Yongqiang:
> 
> Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
> > 
> > add time-out cycle setting to make sure time-out interrupt irq
> > will happened when instruction time-out for wait and poll
> > 
> > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > ---
> >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> > 
> > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > index 64175a893312..197b03222f94 100644
> > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > @@ -36,6 +36,7 @@
> >  #define CMDQ_THR_END_ADDR              0x24
> >  #define CMDQ_THR_WAIT_TOKEN            0x30
> >  #define CMDQ_THR_PRIORITY              0x40
> > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > 
> >  #define GCE_GCTL_VALUE                 0x48
> > 
> > @@ -54,6 +55,15 @@
> >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > 
> > +/*
> > + * instruction time-out
> > + * cycles to issue instruction time-out interrupt for wait and
> > poll instructions
> > + * GCE axi_clock 156MHz
> > + * 1 cycle = 6.41ns
> > + * instruction time out 2^22*2*6.41ns = 53ms
> 
> For different clients, the timeout value would be different, and each
> client could use timer to detect timeout, so it's not necessary to
> enable timeout in cmdq driver.
> 
> Regards,
> Chun-Kuang.

if we do not set cmdq hardware timeout, this condition will never
happen
cmdq_thread_irq_handler
if (irq_flag & CMDQ_THR_IRQ_ERROR)
		err = true;

and no error callback 
else if (err) {
			cmdq_task_exec_done(task, -ENOEXEC);
			cmdq_task_handle_error(curr_task);
			kfree(task);
		}
the client will never received the error callback, cmdq hardware will
poll the event for ever and no report timeout 
> 
> > + */
> > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > +
> >  struct cmdq_thread {
> >         struct mbox_chan        *chan;
> >         void __iomem            *base;
> > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan
> > *chan, void *data)
> >                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq-
> > >shift_pa,
> >                        thread->base + CMDQ_THR_END_ADDR);
> > 
> > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base +
> > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> >                 writel(thread->priority, thread->base +
> > CMDQ_THR_PRIORITY);
> >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > CMDQ_THR_IRQ_ENABLE);
> >                 writel(CMDQ_THR_ENABLED, thread->base +
> > CMDQ_THR_ENABLE_TASK);
> > --
> > 2.25.1
> > 
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-10-08  1:49       ` yongqiang.niu
  0 siblings, 0 replies; 20+ messages in thread
From: yongqiang.niu @ 2021-10-08  1:49 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Fabien Parent, Dennis YC Hsieh, DTML,
	Linux ARM, moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> Hi, Yongqiang:
> 
> Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
> > 
> > add time-out cycle setting to make sure time-out interrupt irq
> > will happened when instruction time-out for wait and poll
> > 
> > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > ---
> >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> > 
> > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > index 64175a893312..197b03222f94 100644
> > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > @@ -36,6 +36,7 @@
> >  #define CMDQ_THR_END_ADDR              0x24
> >  #define CMDQ_THR_WAIT_TOKEN            0x30
> >  #define CMDQ_THR_PRIORITY              0x40
> > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > 
> >  #define GCE_GCTL_VALUE                 0x48
> > 
> > @@ -54,6 +55,15 @@
> >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > 
> > +/*
> > + * instruction time-out
> > + * cycles to issue instruction time-out interrupt for wait and
> > poll instructions
> > + * GCE axi_clock 156MHz
> > + * 1 cycle = 6.41ns
> > + * instruction time out 2^22*2*6.41ns = 53ms
> 
> For different clients, the timeout value would be different, and each
> client could use timer to detect timeout, so it's not necessary to
> enable timeout in cmdq driver.
> 
> Regards,
> Chun-Kuang.

if we do not set cmdq hardware timeout, this condition will never
happen
cmdq_thread_irq_handler
if (irq_flag & CMDQ_THR_IRQ_ERROR)
		err = true;

and no error callback 
else if (err) {
			cmdq_task_exec_done(task, -ENOEXEC);
			cmdq_task_handle_error(curr_task);
			kfree(task);
		}
the client will never received the error callback, cmdq hardware will
poll the event for ever and no report timeout 
> 
> > + */
> > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > +
> >  struct cmdq_thread {
> >         struct mbox_chan        *chan;
> >         void __iomem            *base;
> > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan
> > *chan, void *data)
> >                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq-
> > >shift_pa,
> >                        thread->base + CMDQ_THR_END_ADDR);
> > 
> > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base +
> > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> >                 writel(thread->priority, thread->base +
> > CMDQ_THR_PRIORITY);
> >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > CMDQ_THR_IRQ_ENABLE);
> >                 writel(CMDQ_THR_ENABLED, thread->base +
> > CMDQ_THR_ENABLE_TASK);
> > --
> > 2.25.1
> > 

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-10-08  1:49       ` yongqiang.niu
  0 siblings, 0 replies; 20+ messages in thread
From: yongqiang.niu @ 2021-10-08  1:49 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Fabien Parent, Dennis YC Hsieh, DTML,
	Linux ARM, moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> Hi, Yongqiang:
> 
> Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
> > 
> > add time-out cycle setting to make sure time-out interrupt irq
> > will happened when instruction time-out for wait and poll
> > 
> > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > ---
> >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> > 
> > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > index 64175a893312..197b03222f94 100644
> > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > @@ -36,6 +36,7 @@
> >  #define CMDQ_THR_END_ADDR              0x24
> >  #define CMDQ_THR_WAIT_TOKEN            0x30
> >  #define CMDQ_THR_PRIORITY              0x40
> > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > 
> >  #define GCE_GCTL_VALUE                 0x48
> > 
> > @@ -54,6 +55,15 @@
> >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > 
> > +/*
> > + * instruction time-out
> > + * cycles to issue instruction time-out interrupt for wait and
> > poll instructions
> > + * GCE axi_clock 156MHz
> > + * 1 cycle = 6.41ns
> > + * instruction time out 2^22*2*6.41ns = 53ms
> 
> For different clients, the timeout value would be different, and each
> client could use timer to detect timeout, so it's not necessary to
> enable timeout in cmdq driver.
> 
> Regards,
> Chun-Kuang.

if we do not set cmdq hardware timeout, this condition will never
happen
cmdq_thread_irq_handler
if (irq_flag & CMDQ_THR_IRQ_ERROR)
		err = true;

and no error callback 
else if (err) {
			cmdq_task_exec_done(task, -ENOEXEC);
			cmdq_task_handle_error(curr_task);
			kfree(task);
		}
the client will never received the error callback, cmdq hardware will
poll the event for ever and no report timeout 
> 
> > + */
> > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > +
> >  struct cmdq_thread {
> >         struct mbox_chan        *chan;
> >         void __iomem            *base;
> > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan
> > *chan, void *data)
> >                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq-
> > >shift_pa,
> >                        thread->base + CMDQ_THR_END_ADDR);
> > 
> > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base +
> > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> >                 writel(thread->priority, thread->base +
> > CMDQ_THR_PRIORITY);
> >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > CMDQ_THR_IRQ_ENABLE);
> >                 writel(CMDQ_THR_ENABLED, thread->base +
> > CMDQ_THR_ENABLE_TASK);
> > --
> > 2.25.1
> > 
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
  2021-10-08  1:49       ` yongqiang.niu
  (?)
@ 2021-10-08 14:55         ` Chun-Kuang Hu
  -1 siblings, 0 replies; 20+ messages in thread
From: Chun-Kuang Hu @ 2021-10-08 14:55 UTC (permalink / raw)
  To: yongqiang.niu
  Cc: Chun-Kuang Hu, Rob Herring, Matthias Brugger, Philipp Zabel,
	David Airlie, Daniel Vetter, Jassi Brar, Fabien Parent,
	Dennis YC Hsieh, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Hi, Yongqiang:

yongqiang.niu <yongqiang.niu@mediatek.com> 於 2021年10月8日 週五 上午9:49寫道:
>
> On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> > Hi, Yongqiang:
> >
> > Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
> > >
> > > add time-out cycle setting to make sure time-out interrupt irq
> > > will happened when instruction time-out for wait and poll
> > >
> > > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > > ---
> > >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> > >  1 file changed, 11 insertions(+)
> > >
> > > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > index 64175a893312..197b03222f94 100644
> > > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > @@ -36,6 +36,7 @@
> > >  #define CMDQ_THR_END_ADDR              0x24
> > >  #define CMDQ_THR_WAIT_TOKEN            0x30
> > >  #define CMDQ_THR_PRIORITY              0x40
> > > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > >
> > >  #define GCE_GCTL_VALUE                 0x48
> > >
> > > @@ -54,6 +55,15 @@
> > >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> > >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > >
> > > +/*
> > > + * instruction time-out
> > > + * cycles to issue instruction time-out interrupt for wait and
> > > poll instructions
> > > + * GCE axi_clock 156MHz
> > > + * 1 cycle = 6.41ns
> > > + * instruction time out 2^22*2*6.41ns = 53ms
> >
> > For different clients, the timeout value would be different, and each
> > client could use timer to detect timeout, so it's not necessary to
> > enable timeout in cmdq driver.
> >
> > Regards,
> > Chun-Kuang.
>
> if we do not set cmdq hardware timeout, this condition will never
> happen
> cmdq_thread_irq_handler
> if (irq_flag & CMDQ_THR_IRQ_ERROR)
>                 err = true;
>
> and no error callback
> else if (err) {
>                         cmdq_task_exec_done(task, -ENOEXEC);
>                         cmdq_task_handle_error(curr_task);
>                         kfree(task);
>                 }
> the client will never received the error callback, cmdq hardware will
> poll the event for ever and no report timeout

I think there are two way to implement the timeout mechanism. The
first way is to use the GCE hardware to detect timeout. The second way
is that client driver use timer to detect timeout, when it's timeout,
use mbox_flush() to clean up the packets in mtk cmdq driver, and
remove the error handle in irq handler.
If you think the first way is better, I think you should pass the
timeout value from client driver to cmdq driver because each client
driver has different timeout value. And the GCE clock may be different
in each SoC, so use clk_get_rate() to get the clock frequency for
different SoC.

Regards,
Chun-Kuang.

> >
> > > + */
> > > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > > +
> > >  struct cmdq_thread {
> > >         struct mbox_chan        *chan;
> > >         void __iomem            *base;
> > > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan
> > > *chan, void *data)
> > >                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq-
> > > >shift_pa,
> > >                        thread->base + CMDQ_THR_END_ADDR);
> > >
> > > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base +
> > > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> > >                 writel(thread->priority, thread->base +
> > > CMDQ_THR_PRIORITY);
> > >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > > CMDQ_THR_IRQ_ENABLE);
> > >                 writel(CMDQ_THR_ENABLED, thread->base +
> > > CMDQ_THR_ENABLE_TASK);
> > > --
> > > 2.25.1
> > >

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-10-08 14:55         ` Chun-Kuang Hu
  0 siblings, 0 replies; 20+ messages in thread
From: Chun-Kuang Hu @ 2021-10-08 14:55 UTC (permalink / raw)
  To: yongqiang.niu
  Cc: Chun-Kuang Hu, Rob Herring, Matthias Brugger, Philipp Zabel,
	David Airlie, Daniel Vetter, Jassi Brar, Fabien Parent,
	Dennis YC Hsieh, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Hi, Yongqiang:

yongqiang.niu <yongqiang.niu@mediatek.com> 於 2021年10月8日 週五 上午9:49寫道:
>
> On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> > Hi, Yongqiang:
> >
> > Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
> > >
> > > add time-out cycle setting to make sure time-out interrupt irq
> > > will happened when instruction time-out for wait and poll
> > >
> > > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > > ---
> > >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> > >  1 file changed, 11 insertions(+)
> > >
> > > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > index 64175a893312..197b03222f94 100644
> > > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > @@ -36,6 +36,7 @@
> > >  #define CMDQ_THR_END_ADDR              0x24
> > >  #define CMDQ_THR_WAIT_TOKEN            0x30
> > >  #define CMDQ_THR_PRIORITY              0x40
> > > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > >
> > >  #define GCE_GCTL_VALUE                 0x48
> > >
> > > @@ -54,6 +55,15 @@
> > >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> > >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > >
> > > +/*
> > > + * instruction time-out
> > > + * cycles to issue instruction time-out interrupt for wait and
> > > poll instructions
> > > + * GCE axi_clock 156MHz
> > > + * 1 cycle = 6.41ns
> > > + * instruction time out 2^22*2*6.41ns = 53ms
> >
> > For different clients, the timeout value would be different, and each
> > client could use timer to detect timeout, so it's not necessary to
> > enable timeout in cmdq driver.
> >
> > Regards,
> > Chun-Kuang.
>
> if we do not set cmdq hardware timeout, this condition will never
> happen
> cmdq_thread_irq_handler
> if (irq_flag & CMDQ_THR_IRQ_ERROR)
>                 err = true;
>
> and no error callback
> else if (err) {
>                         cmdq_task_exec_done(task, -ENOEXEC);
>                         cmdq_task_handle_error(curr_task);
>                         kfree(task);
>                 }
> the client will never received the error callback, cmdq hardware will
> poll the event for ever and no report timeout

I think there are two way to implement the timeout mechanism. The
first way is to use the GCE hardware to detect timeout. The second way
is that client driver use timer to detect timeout, when it's timeout,
use mbox_flush() to clean up the packets in mtk cmdq driver, and
remove the error handle in irq handler.
If you think the first way is better, I think you should pass the
timeout value from client driver to cmdq driver because each client
driver has different timeout value. And the GCE clock may be different
in each SoC, so use clk_get_rate() to get the clock frequency for
different SoC.

Regards,
Chun-Kuang.

> >
> > > + */
> > > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > > +
> > >  struct cmdq_thread {
> > >         struct mbox_chan        *chan;
> > >         void __iomem            *base;
> > > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan
> > > *chan, void *data)
> > >                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq-
> > > >shift_pa,
> > >                        thread->base + CMDQ_THR_END_ADDR);
> > >
> > > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base +
> > > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> > >                 writel(thread->priority, thread->base +
> > > CMDQ_THR_PRIORITY);
> > >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > > CMDQ_THR_IRQ_ENABLE);
> > >                 writel(CMDQ_THR_ENABLED, thread->base +
> > > CMDQ_THR_ENABLE_TASK);
> > > --
> > > 2.25.1
> > >

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-10-08 14:55         ` Chun-Kuang Hu
  0 siblings, 0 replies; 20+ messages in thread
From: Chun-Kuang Hu @ 2021-10-08 14:55 UTC (permalink / raw)
  To: yongqiang.niu
  Cc: Chun-Kuang Hu, Rob Herring, Matthias Brugger, Philipp Zabel,
	David Airlie, Daniel Vetter, Jassi Brar, Fabien Parent,
	Dennis YC Hsieh, DTML, Linux ARM,
	moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

Hi, Yongqiang:

yongqiang.niu <yongqiang.niu@mediatek.com> 於 2021年10月8日 週五 上午9:49寫道:
>
> On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> > Hi, Yongqiang:
> >
> > Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四 下午9:18寫道:
> > >
> > > add time-out cycle setting to make sure time-out interrupt irq
> > > will happened when instruction time-out for wait and poll
> > >
> > > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > > ---
> > >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> > >  1 file changed, 11 insertions(+)
> > >
> > > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > index 64175a893312..197b03222f94 100644
> > > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > @@ -36,6 +36,7 @@
> > >  #define CMDQ_THR_END_ADDR              0x24
> > >  #define CMDQ_THR_WAIT_TOKEN            0x30
> > >  #define CMDQ_THR_PRIORITY              0x40
> > > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > >
> > >  #define GCE_GCTL_VALUE                 0x48
> > >
> > > @@ -54,6 +55,15 @@
> > >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> > >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > >
> > > +/*
> > > + * instruction time-out
> > > + * cycles to issue instruction time-out interrupt for wait and
> > > poll instructions
> > > + * GCE axi_clock 156MHz
> > > + * 1 cycle = 6.41ns
> > > + * instruction time out 2^22*2*6.41ns = 53ms
> >
> > For different clients, the timeout value would be different, and each
> > client could use timer to detect timeout, so it's not necessary to
> > enable timeout in cmdq driver.
> >
> > Regards,
> > Chun-Kuang.
>
> if we do not set cmdq hardware timeout, this condition will never
> happen
> cmdq_thread_irq_handler
> if (irq_flag & CMDQ_THR_IRQ_ERROR)
>                 err = true;
>
> and no error callback
> else if (err) {
>                         cmdq_task_exec_done(task, -ENOEXEC);
>                         cmdq_task_handle_error(curr_task);
>                         kfree(task);
>                 }
> the client will never received the error callback, cmdq hardware will
> poll the event for ever and no report timeout

I think there are two way to implement the timeout mechanism. The
first way is to use the GCE hardware to detect timeout. The second way
is that client driver use timer to detect timeout, when it's timeout,
use mbox_flush() to clean up the packets in mtk cmdq driver, and
remove the error handle in irq handler.
If you think the first way is better, I think you should pass the
timeout value from client driver to cmdq driver because each client
driver has different timeout value. And the GCE clock may be different
in each SoC, so use clk_get_rate() to get the clock frequency for
different SoC.

Regards,
Chun-Kuang.

> >
> > > + */
> > > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > > +
> > >  struct cmdq_thread {
> > >         struct mbox_chan        *chan;
> > >         void __iomem            *base;
> > > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct mbox_chan
> > > *chan, void *data)
> > >                 writel((task->pa_base + pkt->cmd_buf_size) >> cmdq-
> > > >shift_pa,
> > >                        thread->base + CMDQ_THR_END_ADDR);
> > >
> > > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base +
> > > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> > >                 writel(thread->priority, thread->base +
> > > CMDQ_THR_PRIORITY);
> > >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > > CMDQ_THR_IRQ_ENABLE);
> > >                 writel(CMDQ_THR_ENABLED, thread->base +
> > > CMDQ_THR_ENABLE_TASK);
> > > --
> > > 2.25.1
> > >

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
  2021-10-08 14:55         ` Chun-Kuang Hu
  (?)
@ 2021-11-17  7:43           ` yongqiang.niu
  -1 siblings, 0 replies; 20+ messages in thread
From: yongqiang.niu @ 2021-11-17  7:43 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Fabien Parent, Dennis YC Hsieh, DTML,
	Linux ARM, moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

On Fri, 2021-10-08 at 22:55 +0800, Chun-Kuang Hu wrote:
> Hi, Yongqiang:
> 
> yongqiang.niu <yongqiang.niu@mediatek.com> 於 2021年10月8日 週五 上午9:49寫道:
> > 
> > On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> > > Hi, Yongqiang:
> > > 
> > > Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四
> > > 下午9:18寫道:
> > > > 
> > > > add time-out cycle setting to make sure time-out interrupt irq
> > > > will happened when instruction time-out for wait and poll
> > > > 
> > > > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > > > ---
> > > >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> > > >  1 file changed, 11 insertions(+)
> > > > 
> > > > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > index 64175a893312..197b03222f94 100644
> > > > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > @@ -36,6 +36,7 @@
> > > >  #define CMDQ_THR_END_ADDR              0x24
> > > >  #define CMDQ_THR_WAIT_TOKEN            0x30
> > > >  #define CMDQ_THR_PRIORITY              0x40
> > > > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > > > 
> > > >  #define GCE_GCTL_VALUE                 0x48
> > > > 
> > > > @@ -54,6 +55,15 @@
> > > >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> > > >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > > > 
> > > > +/*
> > > > + * instruction time-out
> > > > + * cycles to issue instruction time-out interrupt for wait and
> > > > poll instructions
> > > > + * GCE axi_clock 156MHz
> > > > + * 1 cycle = 6.41ns
> > > > + * instruction time out 2^22*2*6.41ns = 53ms
> > > 
> > > For different clients, the timeout value would be different, and
> > > each
> > > client could use timer to detect timeout, so it's not necessary
> > > to
> > > enable timeout in cmdq driver.
> > > 
> > > Regards,
> > > Chun-Kuang.
> > 
> > if we do not set cmdq hardware timeout, this condition will never
> > happen
> > cmdq_thread_irq_handler
> > if (irq_flag & CMDQ_THR_IRQ_ERROR)
> >                 err = true;
> > 
> > and no error callback
> > else if (err) {
> >                         cmdq_task_exec_done(task, -ENOEXEC);
> >                         cmdq_task_handle_error(curr_task);
> >                         kfree(task);
> >                 }
> > the client will never received the error callback, cmdq hardware
> > will
> > poll the event for ever and no report timeout
> 
> I think there are two way to implement the timeout mechanism. The
> first way is to use the GCE hardware to detect timeout. The second
> way
> is that client driver use timer to detect timeout, when it's timeout,
> use mbox_flush() to clean up the packets in mtk cmdq driver, and
> remove the error handle in irq handler.
> If you think the first way is better, I think you should pass the
> timeout value from client driver to cmdq driver because each client
> driver has different timeout value. And the GCE clock may be
> different
> in each SoC, so use clk_get_rate() to get the clock frequency for
> different SoC.
> 
> Regards,
> Chun-Kuang.

this patch only used for mdp instruction error and and trigger hw
timeout flow, it is for debug, i will abandon this patch and will not
send upstream anymore.

> 
> > > 
> > > > + */
> > > > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > > > +
> > > >  struct cmdq_thread {
> > > >         struct mbox_chan        *chan;
> > > >         void __iomem            *base;
> > > > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct
> > > > mbox_chan
> > > > *chan, void *data)
> > > >                 writel((task->pa_base + pkt->cmd_buf_size) >>
> > > > cmdq-
> > > > > shift_pa,
> > > > 
> > > >                        thread->base + CMDQ_THR_END_ADDR);
> > > > 
> > > > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base
> > > > +
> > > > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> > > >                 writel(thread->priority, thread->base +
> > > > CMDQ_THR_PRIORITY);
> > > >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > > > CMDQ_THR_IRQ_ENABLE);
> > > >                 writel(CMDQ_THR_ENABLED, thread->base +
> > > > CMDQ_THR_ENABLE_TASK);
> > > > --
> > > > 2.25.1
> > > > 
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-11-17  7:43           ` yongqiang.niu
  0 siblings, 0 replies; 20+ messages in thread
From: yongqiang.niu @ 2021-11-17  7:43 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: DTML, Project_Global_Chrome_Upstream_Group, David Airlie,
	Jassi Brar, linux-kernel, DRI Development, Dennis YC Hsieh,
	Fabien Parent, Rob Herring,
	moderated list:ARM/Mediatek SoC support, Hsin-Yi Wang,
	Matthias Brugger, Linux ARM

On Fri, 2021-10-08 at 22:55 +0800, Chun-Kuang Hu wrote:
> Hi, Yongqiang:
> 
> yongqiang.niu <yongqiang.niu@mediatek.com> 於 2021年10月8日 週五 上午9:49寫道:
> > 
> > On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> > > Hi, Yongqiang:
> > > 
> > > Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四
> > > 下午9:18寫道:
> > > > 
> > > > add time-out cycle setting to make sure time-out interrupt irq
> > > > will happened when instruction time-out for wait and poll
> > > > 
> > > > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > > > ---
> > > >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> > > >  1 file changed, 11 insertions(+)
> > > > 
> > > > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > index 64175a893312..197b03222f94 100644
> > > > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > @@ -36,6 +36,7 @@
> > > >  #define CMDQ_THR_END_ADDR              0x24
> > > >  #define CMDQ_THR_WAIT_TOKEN            0x30
> > > >  #define CMDQ_THR_PRIORITY              0x40
> > > > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > > > 
> > > >  #define GCE_GCTL_VALUE                 0x48
> > > > 
> > > > @@ -54,6 +55,15 @@
> > > >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> > > >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > > > 
> > > > +/*
> > > > + * instruction time-out
> > > > + * cycles to issue instruction time-out interrupt for wait and
> > > > poll instructions
> > > > + * GCE axi_clock 156MHz
> > > > + * 1 cycle = 6.41ns
> > > > + * instruction time out 2^22*2*6.41ns = 53ms
> > > 
> > > For different clients, the timeout value would be different, and
> > > each
> > > client could use timer to detect timeout, so it's not necessary
> > > to
> > > enable timeout in cmdq driver.
> > > 
> > > Regards,
> > > Chun-Kuang.
> > 
> > if we do not set cmdq hardware timeout, this condition will never
> > happen
> > cmdq_thread_irq_handler
> > if (irq_flag & CMDQ_THR_IRQ_ERROR)
> >                 err = true;
> > 
> > and no error callback
> > else if (err) {
> >                         cmdq_task_exec_done(task, -ENOEXEC);
> >                         cmdq_task_handle_error(curr_task);
> >                         kfree(task);
> >                 }
> > the client will never received the error callback, cmdq hardware
> > will
> > poll the event for ever and no report timeout
> 
> I think there are two way to implement the timeout mechanism. The
> first way is to use the GCE hardware to detect timeout. The second
> way
> is that client driver use timer to detect timeout, when it's timeout,
> use mbox_flush() to clean up the packets in mtk cmdq driver, and
> remove the error handle in irq handler.
> If you think the first way is better, I think you should pass the
> timeout value from client driver to cmdq driver because each client
> driver has different timeout value. And the GCE clock may be
> different
> in each SoC, so use clk_get_rate() to get the clock frequency for
> different SoC.
> 
> Regards,
> Chun-Kuang.

this patch only used for mdp instruction error and and trigger hw
timeout flow, it is for debug, i will abandon this patch and will not
send upstream anymore.

> 
> > > 
> > > > + */
> > > > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > > > +
> > > >  struct cmdq_thread {
> > > >         struct mbox_chan        *chan;
> > > >         void __iomem            *base;
> > > > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct
> > > > mbox_chan
> > > > *chan, void *data)
> > > >                 writel((task->pa_base + pkt->cmd_buf_size) >>
> > > > cmdq-
> > > > > shift_pa,
> > > > 
> > > >                        thread->base + CMDQ_THR_END_ADDR);
> > > > 
> > > > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base
> > > > +
> > > > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> > > >                 writel(thread->priority, thread->base +
> > > > CMDQ_THR_PRIORITY);
> > > >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > > > CMDQ_THR_IRQ_ENABLE);
> > > >                 writel(CMDQ_THR_ENABLED, thread->base +
> > > > CMDQ_THR_ENABLE_TASK);
> > > > --
> > > > 2.25.1
> > > > 

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support
@ 2021-11-17  7:43           ` yongqiang.niu
  0 siblings, 0 replies; 20+ messages in thread
From: yongqiang.niu @ 2021-11-17  7:43 UTC (permalink / raw)
  To: Chun-Kuang Hu
  Cc: Rob Herring, Matthias Brugger, Philipp Zabel, David Airlie,
	Daniel Vetter, Jassi Brar, Fabien Parent, Dennis YC Hsieh, DTML,
	Linux ARM, moderated list:ARM/Mediatek SoC support, linux-kernel,
	DRI Development, Project_Global_Chrome_Upstream_Group,
	Hsin-Yi Wang

On Fri, 2021-10-08 at 22:55 +0800, Chun-Kuang Hu wrote:
> Hi, Yongqiang:
> 
> yongqiang.niu <yongqiang.niu@mediatek.com> 於 2021年10月8日 週五 上午9:49寫道:
> > 
> > On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote:
> > > Hi, Yongqiang:
> > > 
> > > Yongqiang Niu <yongqiang.niu@mediatek.com> 於 2021年9月30日 週四
> > > 下午9:18寫道:
> > > > 
> > > > add time-out cycle setting to make sure time-out interrupt irq
> > > > will happened when instruction time-out for wait and poll
> > > > 
> > > > Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
> > > > ---
> > > >  drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++++++++++
> > > >  1 file changed, 11 insertions(+)
> > > > 
> > > > diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > index 64175a893312..197b03222f94 100644
> > > > --- a/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > +++ b/drivers/mailbox/mtk-cmdq-mailbox.c
> > > > @@ -36,6 +36,7 @@
> > > >  #define CMDQ_THR_END_ADDR              0x24
> > > >  #define CMDQ_THR_WAIT_TOKEN            0x30
> > > >  #define CMDQ_THR_PRIORITY              0x40
> > > > +#define CMDQ_THR_INSTN_TIMEOUT_CYCLES  0x50
> > > > 
> > > >  #define GCE_GCTL_VALUE                 0x48
> > > > 
> > > > @@ -54,6 +55,15 @@
> > > >  #define CMDQ_JUMP_BY_OFFSET            0x10000000
> > > >  #define CMDQ_JUMP_BY_PA                        0x10000001
> > > > 
> > > > +/*
> > > > + * instruction time-out
> > > > + * cycles to issue instruction time-out interrupt for wait and
> > > > poll instructions
> > > > + * GCE axi_clock 156MHz
> > > > + * 1 cycle = 6.41ns
> > > > + * instruction time out 2^22*2*6.41ns = 53ms
> > > 
> > > For different clients, the timeout value would be different, and
> > > each
> > > client could use timer to detect timeout, so it's not necessary
> > > to
> > > enable timeout in cmdq driver.
> > > 
> > > Regards,
> > > Chun-Kuang.
> > 
> > if we do not set cmdq hardware timeout, this condition will never
> > happen
> > cmdq_thread_irq_handler
> > if (irq_flag & CMDQ_THR_IRQ_ERROR)
> >                 err = true;
> > 
> > and no error callback
> > else if (err) {
> >                         cmdq_task_exec_done(task, -ENOEXEC);
> >                         cmdq_task_handle_error(curr_task);
> >                         kfree(task);
> >                 }
> > the client will never received the error callback, cmdq hardware
> > will
> > poll the event for ever and no report timeout
> 
> I think there are two way to implement the timeout mechanism. The
> first way is to use the GCE hardware to detect timeout. The second
> way
> is that client driver use timer to detect timeout, when it's timeout,
> use mbox_flush() to clean up the packets in mtk cmdq driver, and
> remove the error handle in irq handler.
> If you think the first way is better, I think you should pass the
> timeout value from client driver to cmdq driver because each client
> driver has different timeout value. And the GCE clock may be
> different
> in each SoC, so use clk_get_rate() to get the clock frequency for
> different SoC.
> 
> Regards,
> Chun-Kuang.

this patch only used for mdp instruction error and and trigger hw
timeout flow, it is for debug, i will abandon this patch and will not
send upstream anymore.

> 
> > > 
> > > > + */
> > > > +#define CMDQ_INSTN_TIMEOUT_CYCLES      22
> > > > +
> > > >  struct cmdq_thread {
> > > >         struct mbox_chan        *chan;
> > > >         void __iomem            *base;
> > > > @@ -376,6 +386,7 @@ static int cmdq_mbox_send_data(struct
> > > > mbox_chan
> > > > *chan, void *data)
> > > >                 writel((task->pa_base + pkt->cmd_buf_size) >>
> > > > cmdq-
> > > > > shift_pa,
> > > > 
> > > >                        thread->base + CMDQ_THR_END_ADDR);
> > > > 
> > > > +               writel(CMDQ_INSTN_TIMEOUT_CYCLES, thread->base
> > > > +
> > > > CMDQ_THR_INSTN_TIMEOUT_CYCLES);
> > > >                 writel(thread->priority, thread->base +
> > > > CMDQ_THR_PRIORITY);
> > > >                 writel(CMDQ_THR_IRQ_EN, thread->base +
> > > > CMDQ_THR_IRQ_ENABLE);
> > > >                 writel(CMDQ_THR_ENABLED, thread->base +
> > > > CMDQ_THR_ENABLE_TASK);
> > > > --
> > > > 2.25.1
> > > > 
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-11-17  7:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 13:18 [PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support Yongqiang Niu
2021-09-30 13:18 ` Yongqiang Niu
2021-09-30 13:18 ` Yongqiang Niu
2021-09-30 13:18 ` Yongqiang Niu
2021-09-30 13:18 ` [PATCH v2, 1/1] " Yongqiang Niu
2021-09-30 13:18   ` Yongqiang Niu
2021-09-30 13:18   ` Yongqiang Niu
2021-09-30 13:18   ` Yongqiang Niu
2021-10-04 23:41   ` Chun-Kuang Hu
2021-10-04 23:41     ` Chun-Kuang Hu
2021-10-04 23:41     ` Chun-Kuang Hu
2021-10-08  1:49     ` yongqiang.niu
2021-10-08  1:49       ` yongqiang.niu
2021-10-08  1:49       ` yongqiang.niu
2021-10-08 14:55       ` Chun-Kuang Hu
2021-10-08 14:55         ` Chun-Kuang Hu
2021-10-08 14:55         ` Chun-Kuang Hu
2021-11-17  7:43         ` yongqiang.niu
2021-11-17  7:43           ` yongqiang.niu
2021-11-17  7:43           ` yongqiang.niu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.