git: drm/i915: properly reenable gen8 pipe IRQs

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Sep 13 03:57:59 PDT 2015


commit acf467cbfaf7ed6f2f14b125043829cb82aee35e
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sun Sep 13 12:46:59 2015 +0200

    drm/i915: properly reenable gen8 pipe IRQs
    
    This is commit 18c22448d791a5c329528e495f19b639dd7a3dec from Linux 3.17.8
    Original author: Paulo Zanoni <paulo.r.zanoni at intel.com>
    Original commit message:
    
    commit 1180e20606fd7c5d76dc5b2a1594fa51ba5a0f31 upstream.
    
    We were missing the pipe B/C vblank bits! Take a look at
    gen8_de_irq_postinstall for a comparison.
    
    This should fix a bunch of IGT tests.
    
    There are a few more things we could improve on this code, but this
    should be the minimal fix to unblock us.
    
    v2: s/extra_iir/extra_ier/ because IIR doesn't make sense (Ville)
    
    Bugzilla:https://bugs.freedesktop.org/show_bug.cgi?id=83640
    Testcase: igt/*
    Signed-off-by: Paulo Zanoni <paulo.r.zanoni at intel.com>
    Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>

Summary of changes:
 sys/dev/drm/i915/i915_irq.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/acf467cbfaf7ed6f2f14b125043829cb82aee35e


-- 
DragonFly BSD source repository



More information about the Commits mailing list