commit | b2c88f5b1dea77b57759387728917a124eb1c098 | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Tue Oct 15 18:55:29 2013 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Oct 16 13:32:10 2013 +0200 |
tree | b82258528bfb2cbb7b2ff03cced9ba30e818a30c | |
parent | 926321d503406d1fefb2fae9651beca14160529a [diff] |
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>