From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH] drm/i915: Whitespace alignment fix for block header in display error state Date: Tue, 22 Oct 2013 22:16:01 -0700 Message-ID: <20131023051601.GC851@bwidawsk.net> References: <1382343033-315-1-git-send-email-chris@chris-wilson.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.bwidawsk.net (bwidawsk.net [166.78.191.112]) by gabe.freedesktop.org (Postfix) with ESMTP id 9E3A0E5DF2 for ; Tue, 22 Oct 2013 22:16:06 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1382343033-315-1-git-send-email-chris@chris-wilson.co.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Chris Wilson Cc: Daniel Vetter , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Oct 21, 2013 at 09:10:33AM +0100, Chris Wilson wrote: > The current output looks like: > > Num Pipes: 2 > Pipe [0]: > SRC: 027f01df > Plane [0]: > CNTR: d9000000 > STRIDE: 00001400 > SIZE: 031f04ff > POS: 00000000 > ADDR: 00020000 > Cursor [0]: > CNTR: 00000000 > POS: 00000000 > BASE: 00000000 > Pipe [1]: > SRC: 04ff031f > Plane [1]: > CNTR: 01000000 > STRIDE: 00000000 > SIZE: 018f02cf > POS: 00000000 > ADDR: 00000000 > Cursor [1]: > CNTR: 00000000 > POS: 00000000 > BASE: 00000000 > CPU transcoder: A > CONF: 00000000 > HTOTAL: 031f027f > HBLANK: 03170287 > HSYNC: 02ef028f > VTOTAL: 020c01df > VBLANK: 020401e7 > VSYNC: 01eb01e9 > CPU transcoder: B > CONF: 80000000 > HTOTAL: 059f04ff > HBLANK: 059f04ff > HSYNC: 054f052f > VTOTAL: 0336031f > VBLANK: 0336031f > VSYNC: 03280322 > > which lacks the important visual clue to demarque the transcoder blocks > from the last cursor. > > Signed-off-by: Chris Wilson > Cc: Daniel Vetter Acked-by: Ben Widawsky [snip] -- Ben Widawsky, Intel Open Source Technology Center