On Fri, 06 Jun 2014, Damien Lespiau <[email protected]> wrote:
> pipe_name() returns an ascii character.

Reviewed-by: Jani Nikula <[email protected]>

After all these fixes... maybe we should make it a string? It could take
EDP into account too. For a rainy day.


>
> Signed-off-by: Damien Lespiau <[email protected]>
> ---
>  drivers/gpu/drm/i915/intel_fbdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_fbdev.c 
> b/drivers/gpu/drm/i915/intel_fbdev.c
> index 088fe93..27975c3 100644
> --- a/drivers/gpu/drm/i915/intel_fbdev.c
> +++ b/drivers/gpu/drm/i915/intel_fbdev.c
> @@ -417,7 +417,7 @@ static bool intel_fb_initial_config(struct drm_fb_helper 
> *fb_helper,
>               }
>               crtcs[i] = new_crtc;
>  
> -             DRM_DEBUG_KMS("connector %s on pipe %d [CRTC:%d]: %dx%d%s\n",
> +             DRM_DEBUG_KMS("connector %s on pipe %c [CRTC:%d]: %dx%d%s\n",
>                             connector->name,
>                             pipe_name(to_intel_crtc(encoder->crtc)->pipe),
>                             encoder->crtc->base.id,
> -- 
> 1.8.3.1
>
> _______________________________________________
> Intel-gfx mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to