• Daniel Vetter's avatar
    drm/i915: less magic for stolen preallocated objects w/o gtt offset · 190d6cd5
    Daniel Vetter authored
    A magic -1 is a obscure, especially since it's actually passed as an
    unsigned, so depends upon the magic sign extension rules in C. This has
    been added in
    
    commit 3727d55e
    Author: Jesse Barnes <jbarnes@virtuousgeek.org>
    Date:   Wed May 8 10:45:14 2013 -0700
    
        drm/i915: allow stolen, pre-allocated objects to avoid GTT allocation v2
    
    Use a proper #define instead. Spotted while reviewing Ben's
    drm_mm_create_block changes.
    
    v2: Cast the constant to u32 since otherwise we again have a type
    mismatch. Suggested by Chris Wilson.
    
    Cc: Ben Widawsky <ben@bwidawsk.net>
    Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
    Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    190d6cd5
i915_gem_stolen.c 11.2 KB