diff options
author | Daniele Ceraolo Spurio <[email protected]> | 2018-03-05 14:21:21 -0800 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2018-03-06 09:34:40 +0000 |
commit | 53b725c7db127d16d1a83ed5dfd601d65fe976fb (patch) | |
tree | d8c5493b411714e9e66f957016c9d9863e537a45 /scripts/gdb/linux/tasks.py | |
parent | 618d87d783adc86db5989c25eab54780f21314d9 (diff) |
drm/i915/error: standardize function style in error capture
some of the static functions used from capture() have the "i915_"
prefix while other don't; most of them take i915 as a parameter, but one
of them derives it internally from error->i915. Let's be consistent by
avoiding prefix for static functions and by getting i915 from
error->i915. While at it, s/dev_priv/i915 in functions that don't
perform register reads.
v2: take i915 from error->i915 (Michal), s/dev_priv/i915,
update commit message
Cc: Michal Wajdeczko <[email protected]>
Cc: Chris Wilson <[email protected]>
Signed-off-by: Daniele Ceraolo Spurio <[email protected]>
Reviewed-by: Michel Thierry <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Chris Wilson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions