git: drm/radeon: Prevent a crash on load with newer drm code

Francois Tigeot ftigeot at crater.dragonflybsd.org
Fri Dec 8 14:13:11 PST 2017


commit d235ee5f3490f63ba738915974154a0e2e49378d
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Fri Dec 8 22:57:34 2017 +0100

    drm/radeon: Prevent a crash on load with newer drm code
    
    * The existing drm/radeon code base contained an invalid unlock/lock
      sequence in radeon_irq_kms_init() which caused the kernel to crash
      during driver initialization with the drm code base from Linux 4.8
    
    * Fixed by replacing the problematic function with its version from
      Linux 4.8

Summary of changes:
 sys/dev/drm/radeon/radeon_irq_kms.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list