All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/tilcdc: fix typos in comment
@ 2022-04-22 11:09 brookxu.cn
  2022-04-25  7:22 ` Jyri Sarha
  0 siblings, 1 reply; 2+ messages in thread
From: brookxu.cn @ 2022-04-22 11:09 UTC (permalink / raw)
  To: jyri.sarha, tomba, airlied, daniel; +Cc: dri-devel

From: Chunguang Xu <brookxu@tencent.com>

Fix typos in comment.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
---
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
index 29890d7..b986946 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
+++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
@@ -996,7 +996,7 @@ irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc)
 	if (stat & LCDC_FRAME_DONE) {
 		tilcdc_crtc->frame_done = true;
 		wake_up(&tilcdc_crtc->frame_done_wq);
-		/* rev 1 lcdc appears to hang if irq is not disbaled here */
+		/* rev 1 lcdc appears to hang if irq is not disabled here */
 		if (priv->rev == 1)
 			tilcdc_clear(dev, LCDC_RASTER_CTRL_REG,
 				     LCDC_V1_FRAME_DONE_INT_ENA);
-- 
1.8.3.1


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

* Re: [PATCH] drm/tilcdc: fix typos in comment
  2022-04-22 11:09 [PATCH] drm/tilcdc: fix typos in comment brookxu.cn
@ 2022-04-25  7:22 ` Jyri Sarha
  0 siblings, 0 replies; 2+ messages in thread
From: Jyri Sarha @ 2022-04-25  7:22 UTC (permalink / raw)
  To: brookxu.cn; +Cc: airlied, dri-devel, tomba

On 2022-04-22 14:09, brookxu.cn wrote:
> From: Chunguang Xu <brookxu@tencent.com>
> 
> Fix typos in comment.
> 
> Signed-off-by: Chunguang Xu <brookxu@tencent.com>

Pushed to drm-misc-next.

Thanks,
Jyri

> ---
>  drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
> b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
> index 29890d7..b986946 100644
> --- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
> +++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
> @@ -996,7 +996,7 @@ irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc)
>  	if (stat & LCDC_FRAME_DONE) {
>  		tilcdc_crtc->frame_done = true;
>  		wake_up(&tilcdc_crtc->frame_done_wq);
> -		/* rev 1 lcdc appears to hang if irq is not disbaled here */
> +		/* rev 1 lcdc appears to hang if irq is not disabled here */
>  		if (priv->rev == 1)
>  			tilcdc_clear(dev, LCDC_RASTER_CTRL_REG,
>  				     LCDC_V1_FRAME_DONE_INT_ENA);

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

end of thread, other threads:[~2022-04-25  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 11:09 [PATCH] drm/tilcdc: fix typos in comment brookxu.cn
2022-04-25  7:22 ` Jyri Sarha

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.