• John Harrison's avatar
    drm/i915: Early alloc request in execbuff · 0c8dac88
    John Harrison authored
    Start of explicit request management in the execbuffer code path. This patch
    adds a call to allocate a request structure before all the actual hardware work
    is done. Thus guaranteeing that all that work is tagged by a known request. At
    present, nothing further is done with the request, the rest comes later in the
    series.
    
    The only noticable change is that failure to get a request (e.g. due to lack of
    memory) will be caught earlier in the sequence. It now occurs right at the start
    before any un-undoable work has been done.
    
    v2: Simplified the error handling path.
    
    For: VIZ-5115
    Signed-off-by: default avatarJohn Harrison <John.C.Harrison@Intel.com>
    Reviewed-by: default avatarTomas Elf <tomas.elf@intel.com>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    0c8dac88
i915_gem_execbuffer.c 47.4 KB