[Intel-gfx] [PATCH] drm/i915: Print debugfs object list sizes in kiB instead of bytes.

David Woodhouse dwmw2 at infradead.org
Tue Dec 20 17:58:55 CET 2011


On Tue, 2011-12-20 at 08:54 -0800, Eric Anholt wrote:
> -       seq_printf(m, "%p: %s%s %8zd %04x %04x %d %d%s%s%s",
> +       seq_printf(m, "%p: %s%s %8zdKB %04x %04x %d %d%s%s%s",
>                    &obj->base,
>                    get_pin_flag(obj),
>                    get_tiling_flag(obj),
> -                  obj->base.size,
> +                  obj->base.size / 1024, 

In both the seq_printf, and the subject line, you have different
misspellings of 'KiB'.

-- 
dwmw2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20111220/11a2f45c/attachment.bin>


More information about the Intel-gfx mailing list