commit | 1f7247c01c9d1bdc7b0e239a8f2e256972b9189b | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Sep 30 10:56:48 2014 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Oct 24 16:33:54 2014 +0200 |
tree | df01af81c75b6c05339a8fbfc07135fa6037c64c | |
parent | a72e4c9f9a11d44458a12928cc776921ae43a616 [diff] |
drm/i915: Add wrappers to handle fifo underrun interrupts Way too much copypasta all over. And this also clarifies a bit what's going on since it separates the "do we have an underrun irq" from the "should we report the underrun" check. v2: Fix excessively long lines. Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>