Searched hist:"40 da17c29be95acf5543c97c8bc2fbb5991c3e39" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 40da17c29be95acf5543c97c8bc2fbb5991c3e39 Mon Oct 21 11:04:36 CDT 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm/i915: refactor ilk display interrupt handling
- Use a for_each_loop and add the corresponding #defines. - Drop the _ILK postfix on the existing DE_PIPE_VBLANK macro for consistency with everything else. - Also use macros (and add the missing one for plane flips) for the ivb display interrupt handler.
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> [danvet: Drop the useless parens that Ville spotted.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | i915_reg.h | diff 40da17c29be95acf5543c97c8bc2fbb5991c3e39 Mon Oct 21 11:04:36 CDT 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm/i915: refactor ilk display interrupt handling
- Use a for_each_loop and add the corresponding #defines. - Drop the _ILK postfix on the existing DE_PIPE_VBLANK macro for consistency with everything else. - Also use macros (and add the missing one for plane flips) for the ivb display interrupt handler.
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> [danvet: Drop the useless parens that Ville spotted.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|