Searched hist:"8 e76f8dc49f180b0e9d750426c99e37a7d6162ae" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 8e76f8dc49f180b0e9d750426c99e37a7d6162ae Fri Jul 12 18:01:56 CDT 2013 Paulo Zanoni <paulo.r.zanoni@intel.com> drm/i915: kill ivybridge_irq_postinstall
It was very similar to ironlake_irq_postinstall, so IMHO merging both functions results in a code that is easier to maintain.
With this change, all the irq handler vfuncs between ironlake and ivybridge are now unified.
v2: Add "(" and ")" to make at least one vim user much happier (Chris)
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|