]> 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)
commit0befc956fd04f3e5326e65217bfe16dbd2da7fea
treed0ea2cdca0f0110e9a3c8e2726babb7fa9cdd254
parent762e98b69480e58242994b262067148bd474b1ab
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