Skip to content
  • Rob Clark's avatar
    freedreno/a6xx: Fix mh31 intermittent faults · e0488535
    Rob Clark authored
    
    
    It appears that CP can over-fetch push constants slightly.  While it
    otherwise has no problem fetching from an alignment of 32 bytes, if that
    32 bytes is at the end of a mapped bo, this can trigger fetching up to
    32 bytes beyond the patch, triggering an iova fault.  While otherwise
    "harmless", it is probably better to not have random intermittent
    faults.
    
    Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
    Part-of: <!11142>
    e0488535