commit | 0f239f4cb1dbbe259b7a29fed1e2ff8a50591319 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Sep 30 10:56:49 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Oct 24 16:33:55 2014 +0200 |
tree | dde22ceccb671606c84f91b7acdc1bce2206b26c | |
parent | 1f7247c01c9d1bdc7b0e239a8f2e256972b9189b [diff] |
drm/i915: Filter gmch fifo underruns in the shared handler This simplifies the code in the vlv irq handler. Also this now means that we correctly filter underruns on gen2-4. And as the real upshot I need to document one less function for the fifo underrun code. v2: Shorten one long line. Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>