• Ben Widawsky's avatar
    drm/i915/bdw: Limit GTT to 2GB · 3a2ffb65
    Ben Widawsky authored
    Because of the way in which we're allocating the pages for the Aliasing
    PPGTT, we cannot actually successfully alloc enough space for anything
    greater than 2GB.
    
    Instead of a quick hack to fix this, we should defer until we have the
    real solution in place (allocating much less contiguous space).
    
    This wasn't found sooner because we didn't not have any systems
    supporting more than a 2GB GTT.
    Signed-off-by: default avatarBen Widawsky <ben@bwidawsk.net>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    3a2ffb65
i915_gem_gtt.c 41.4 KB