]> Pileus Git - ~andy/linux/commit
drm/i915: shorten debugfs output simple attributes
authorMika Kuoppala <mika.kuoppala@linux.intel.com>
Fri, 12 Apr 2013 09:10:05 +0000 (12:10 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Apr 2013 07:43:25 +0000 (09:43 +0200)
commit3a3b4f984b230d815d9f956f296a6145f1dfebb7
tree5378777f75105522ac29da01b85917661cf6c303
parent87476d632c5041cfb962630e618d787243c81ed8
drm/i915: shorten debugfs output simple attributes

commit 647416f9eefe7699754b01b9fc82758fde83248c
Author: Kees Cook <keescook@chromium.org>
Date:   Sun Mar 10 14:10:06 2013 -0700

    drm/i915: use simple attribute in debugfs routines

made i915_next_seqno debugfs entry to crop it's output
if returned value was large enough. Using simple_attr
will limit the output to 24 bytes.

Fix is to strip out preamples on all simple attributes
that have one.

v2: Fix all simple attributes (Daniel Vetter)

Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c