]> 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)
commit4f7d9be5509f2ddf6bb348a853d46ae662db4584
treeb82258528bfb2cbb7b2ff03cced9ba30e818a30c
parent38b88cabbd63b9861753e65a909b902791a96aab
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