Re: [Freedreno] [PATCH] drm/msm: Fix typo in comment

2023-06-19 Thread Dmitry Baryshkov

On 18/06/2023 17:54, zhumao...@208suo.com wrote:

Fix typo in comment of msm_gem.c.

Signed-off-by: Zhu Mao 
---
  drivers/gpu/drm/msm/msm_gem.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)


This patch doesn't apply. Please use git send-email to send patches.

--
With best wishes
Dmitry



[Freedreno] [PATCH] drm/msm: Fix typo in comment

2023-06-18 Thread zhumao001


Fix typo in comment of msm_gem.c.

Signed-off-by: Zhu Mao 
---
 drivers/gpu/drm/msm/msm_gem.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/msm/msm_gem.c 
b/drivers/gpu/drm/msm/msm_gem.c

index 20cfd86d2b32..ef81074416af 100644
--- a/drivers/gpu/drm/msm/msm_gem.c
+++ b/drivers/gpu/drm/msm/msm_gem.c
@@ -503,8 +503,8 @@ void msm_gem_unpin_locked(struct drm_gem_object 
*obj)


 /* Special unpin path for use in fence-signaling path, avoiding the 
need

  * to hold the obj lock by only depending on things that a protected by
- * the LRU lock.  In particular we know that that we already have 
backing

- * and and that the object's dma_resv has the fence for the current
+ * the LRU lock.  In particular we know that we already have backing
+ * and that the object's dma_resv has the fence for the current
  * submit/job which will prevent us racing against page eviction.
  */
 void msm_gem_unpin_active(struct drm_gem_object *obj)

Re: [Freedreno] [PATCH] drm/msm: Fix typo

2020-04-12 Thread abhinavk

On 2020-04-12 07:35, Christophe JAILLET wrote:

Duplicated 'we'

Signed-off-by: Christophe JAILLET 

Reviewed-by: Abhinav Kumar 

---
 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
b/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
index 998bef1190a3..b5fed67c4651 100644
--- a/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
+++ b/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
@@ -959,7 +959,7 @@ static int mdp5_crtc_cursor_set(struct drm_crtc 
*crtc,

if (!ctl)
return -EINVAL;

-   /* don't support LM cursors when we we have source split enabled */
+   /* don't support LM cursors when we have source split enabled */
if (mdp5_cstate->pipeline.r_mixer)
return -EINVAL;

@@ -1030,7 +1030,7 @@ static int mdp5_crtc_cursor_move(struct drm_crtc
*crtc, int x, int y)
return -EINVAL;
}

-   /* don't support LM cursors when we we have source split enabled */
+   /* don't support LM cursors when we have source split enabled */
if (mdp5_cstate->pipeline.r_mixer)
return -EINVAL;

___
Freedreno mailing list
Freedreno@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/freedreno


[Freedreno] [PATCH] drm/msm: Fix typo

2020-04-12 Thread Christophe JAILLET
Duplicated 'we'

Signed-off-by: Christophe JAILLET 
---
 drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c 
b/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
index 998bef1190a3..b5fed67c4651 100644
--- a/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
+++ b/drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
@@ -959,7 +959,7 @@ static int mdp5_crtc_cursor_set(struct drm_crtc *crtc,
if (!ctl)
return -EINVAL;
 
-   /* don't support LM cursors when we we have source split enabled */
+   /* don't support LM cursors when we have source split enabled */
if (mdp5_cstate->pipeline.r_mixer)
return -EINVAL;
 
@@ -1030,7 +1030,7 @@ static int mdp5_crtc_cursor_move(struct drm_crtc *crtc, 
int x, int y)
return -EINVAL;
}
 
-   /* don't support LM cursors when we we have source split enabled */
+   /* don't support LM cursors when we have source split enabled */
if (mdp5_cstate->pipeline.r_mixer)
return -EINVAL;
 
-- 
2.20.1

___
Freedreno mailing list
Freedreno@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/freedreno