diff options
| author | Ville Syrjälä <[email protected]> | 2015-10-22 15:34:56 +0300 |
|---|---|---|
| committer | Ville Syrjälä <[email protected]> | 2015-10-26 16:28:04 +0200 |
| commit | 75aa3f6307f01b46ea78b81ac257e24c3753e51d (patch) | |
| tree | 7ff5893d03126ce6a7151db42896ff5960f7cd49 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 9c8e1bdb958661c3925225dc19e2c32ea4c62612 (diff) | |
drm/i915: Turn __raw_i915_read8() & co. in to inline functions
There's no need for __raw_i915_read8() & co. to be macros, so make them
inline functions. To avoid typo mistakes generate the inline functions
using preprocessor templates.
We have a few users of the raw register acces functions outside
intel_uncore.c, so let's also move the functions into intel_drv.h.
While doing that switch I915_READ_FW() & co. to use the
__raw_i915_read() functions, and use the _FW macros everywhere
outside intel_uncore.c where we want to read registers without
grabbing forcewake and whatnot. The only exception is
i915_check_vgpu() which itself gets called from intel_uncore.c,
so using the __raw_i915_read stuff there seems appropriate.
v2: Squash in the intel_uncore.c->i915_drv.h move
Convert I915_READ_FW() to use __raw_i915_read(), and use
I915_READ_FW() outside of intel_uncore.c (Chris)
Signed-off-by: Ville Syrjälä <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Daniel Vetter <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions