]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit310841c95c507700ccf6c94947b46174d0223355
tree566a542be2daad123dda2cdd39a536f6ace3ae37
parentc6d6c3453de9e5fe1073eed730519a6ea49ebfaa
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