All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Fix comment about our plane remapping on gen2/3
@ 2014-06-16  0:08 Daniel Vetter
  2014-06-16  7:55 ` Ville Syrjälä
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2014-06-16  0:08 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

Spotted while crawling around in the area.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 drivers/gpu/drm/i915/intel_display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 128de102a706..cbec4c0ce542 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -11474,7 +11474,7 @@ static void intel_crtc_init(struct drm_device *dev, int pipe)
 
 	/*
 	 * On gen2/3 only plane A can do fbc, but the panel fitter and lvds port
-	 * is hooked to plane B. Hence we want plane A feeding pipe B.
+	 * is hooked to pipe B. Hence we want plane A feeding pipe B.
 	 */
 	intel_crtc->pipe = pipe;
 	intel_crtc->plane = pipe;
-- 
2.0.0

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

* Re: [PATCH] drm/i915: Fix comment about our plane remapping on gen2/3
  2014-06-16  0:08 [PATCH] drm/i915: Fix comment about our plane remapping on gen2/3 Daniel Vetter
@ 2014-06-16  7:55 ` Ville Syrjälä
  2014-06-16 18:02   ` Daniel Vetter
  0 siblings, 1 reply; 3+ messages in thread
From: Ville Syrjälä @ 2014-06-16  7:55 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Intel Graphics Development

On Mon, Jun 16, 2014 at 02:08:26AM +0200, Daniel Vetter wrote:
> Spotted while crawling around in the area.
> 
> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

> ---
>  drivers/gpu/drm/i915/intel_display.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index 128de102a706..cbec4c0ce542 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -11474,7 +11474,7 @@ static void intel_crtc_init(struct drm_device *dev, int pipe)
>  
>  	/*
>  	 * On gen2/3 only plane A can do fbc, but the panel fitter and lvds port
> -	 * is hooked to plane B. Hence we want plane A feeding pipe B.
> +	 * is hooked to pipe B. Hence we want plane A feeding pipe B.
>  	 */
>  	intel_crtc->pipe = pipe;
>  	intel_crtc->plane = pipe;
> -- 
> 2.0.0
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Ville Syrjälä
Intel OTC

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

* Re: [PATCH] drm/i915: Fix comment about our plane remapping on gen2/3
  2014-06-16  7:55 ` Ville Syrjälä
@ 2014-06-16 18:02   ` Daniel Vetter
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Vetter @ 2014-06-16 18:02 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: Daniel Vetter, Intel Graphics Development

On Mon, Jun 16, 2014 at 10:55:00AM +0300, Ville Syrjälä wrote:
> On Mon, Jun 16, 2014 at 02:08:26AM +0200, Daniel Vetter wrote:
> > Spotted while crawling around in the area.
> > 
> > Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> 
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

Queued for -next, thanks for the review.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

end of thread, other threads:[~2014-06-16 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-16  0:08 [PATCH] drm/i915: Fix comment about our plane remapping on gen2/3 Daniel Vetter
2014-06-16  7:55 ` Ville Syrjälä
2014-06-16 18:02   ` Daniel Vetter

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.