drm/i915: Expose latest 200 CRC value for pipe through debugfs
authorShuang He <shuang.he@intel.com>
Tue, 15 Oct 2013 17:55:27 +0000 (18:55 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 16 Oct 2013 11:31:42 +0000 (13:31 +0200)
commit8bf1e9f1d2aa1fafd2b262683a13cbb7f934c6d0
tree566a542be2daad123dda2cdd39a536f6ace3ae37
parent73ae478cdf6ab886b107f39269cbbf6d33ad2abe
drm/i915: Expose latest 200 CRC value for pipe through debugfs

There are several points in the display pipeline where CRCs can be
computed on the bits flowing there. For instance, it's usually possible
to compute the CRCs of the primary plane, the sprite plane or the CRCs
of the bits after the panel fitter (collectively called pipe CRCs).

v2: Quite a bit of rework here and there (Damien)

Signed-off-by: Shuang He <shuang.he@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
[danvet: Fix intermediate compile file reported by Wu Fengguang's
kernel builder.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_reg.h
This page took 0.04405 seconds and 5 git commands to generate.