• Ben Widawsky's avatar
    drm/i915: Make proper functions for VMs · a70a3148
    Ben Widawsky authored
    Earlier in the conversion sequence we attempted to quickly wedge in the
    transitional interface as static inlines.
    
    Now that we're sure these interfaces are sane, for easier debug and to
    decrease code size (since many of these functions may be called quite a
    bit), make them real functions
    
    While at it, kill off the set_color interface. We'll always have the
    VMA, or easily get to it.
    Signed-off-by: default avatarBen Widawsky <ben@bwidawsk.net>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    a70a3148
i915_gem_evict.c 5.91 KB