Skip to content
  • Daniel Vetter's avatar
    lib: extract igt_core.c · d63fe151
    Daniel Vetter authored
    
    
    Same game as with ioctl_wrappers.c.
    
    To split was rather clean except for the static function
    oom_adjust_for_doom. But that was a bug, the calls to it in the
    various open helpers should simply be done at init and fork time.
    Which was already the case, except for simple testcase.  So fix it up.
    
    While at it also start with a small section header for the
    documentation.
    
    v2: Don't forget to update the xml template ...
    
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    d63fe151