]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Keep the CRC values into a circular buffer
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 15 Oct 2013 17:55:29 +0000 (18:55 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 16 Oct 2013 11:32:10 +0000 (13:32 +0200)
commit445900cd938b68a1db97d31d1a37dc9e96fe29cb
treeb82258528bfb2cbb7b2ff03cced9ba30e818a30c
parent540f9beef987bf7c5a24bb20ab223e90a7838463
drm/i915: Keep the CRC values into a circular buffer

There are a few good properties to a circular buffer, for instance it
has a number of entries (before we were always dumping the full buffer).

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
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