]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: cleanup pipe_update trace functions with new crtc debug info v3
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 17 Sep 2015 15:08:32 +0000 (08:08 -0700)
committerJani Nikula <jani.nikula@intel.com>
Fri, 18 Sep 2015 11:15:19 +0000 (14:15 +0300)
commitd63b33cfd4b30f5348eee6df38b9ca187f7694a0
treed0ea2cdca0f0110e9a3c8e2726babb7fa9cdd254
parent3daf704fb30c57c35dd62f236565d62b3421202e
drm/i915: cleanup pipe_update trace functions with new crtc debug info v3

Use the new debug info in the intel_crtc struct in these functions
rather than passing them as args.

v2: move min/max assignment back above first trace call (Ville)
    use scanline from crtc->debug rather than fetching a new one (Ville)
v3: fix up trace_i915_pipe_update_end, needs end scanline (Ville)

Requested-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_trace.h
drivers/gpu/drm/i915/intel_sprite.c