Skip to content
  • Ben Skeggs's avatar
    drm/nv50: implement custom vram mm · 573a2a37
    Ben Skeggs authored
    
    
    This is required on nv50 as we need to be able to have more precise control
    over physical VRAM allocations to avoid buffer corruption when using
    buffers of mixed memory types.
    
    This removes some nasty overallocation/alignment that we were previously
    using to "control" this problem.
    
    Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
    573a2a37