]> 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)
commit13441632c1e797159cc3a6e53635e8a1f478c74e
tree566a542be2daad123dda2cdd39a536f6ace3ae37
parent3b8074cf2de2fc8fd6f42ce59708fee647e46465
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