diff options
author | Mika Kuoppala <mika.kuoppala@linux.intel.com> | 2013-05-23 13:55:35 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-05-23 12:59:25 +0200 |
commit | edc3d8848dc9fe2a470316363dab8ef211d77e01 (patch) | |
tree | d90688ab89d3d9f4b5632ca105d1cff3fba532b5 /drivers/regulator | |
parent | 039735369c8fb105d0a090c949b7f894425121d8 (diff) |
drm/i915: avoid big kmallocs on reading error state
Sometimes when user is trying to get error state out from
debugfs after gpu hang, the memory is low and/or fragmented
enough that kmalloc in seq_file will fail.
Prevent big kmalloc by avoiding seq_file and instead convert
error state to string in smaller chunks.
v2: better alloc flags, better truncate, correct
locking, and error handling improvements (Chris Wilson)
v3: printf annotations (Daniel Vetter)
Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/regulator')
0 files changed, 0 insertions, 0 deletions