Skip to content
  • Ben Skeggs's avatar
    drm/nouveau: trust init table registers are safe · 9855e584
    Ben Skeggs authored
    
    
    Apparently the original reason for checking this was there were known
    register accesses that caused hangs on some chipsets.  This was more
    than likely because of incorrect parsing of previous opcodes, and I
    hardly think aborting a script half way through is going to be any
    better (in fact, we have had bug reports where this has been the cause
    of s/r failures among other things).
    
    This patch (which has been in Fedora 12 for a long time now) removes
    all checking for known register ranges, and just leaves the check to
    ensure the access is within the mapped aperture to avoid an oops.
    
    Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
    9855e584