Edit

IABSD.fr/xenocara/driver/xf86-video-nv/src/riva_include.h

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2023-04-10 17:34:09
    Hash : 32b31618
    Message : Update to xf86-video-nv 2.1.22

  • driver/xf86-video-nv/src/riva_include.h
  • #ifndef __RIVA_INCLUDE_H__
    #define __RIVA_INCLUDE_H__
    
    #include <string.h>
    
    /* All drivers should typically include these */
    #include "xf86.h"
    #include "xf86_OSproc.h"
    
    #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
    #include "xf86Resources.h"
    #include "xf86RAC.h"
    #endif
    #include "compiler.h"
    
    /* Drivers for PCI hardware need this */
    #include "pci_ids.h"
    
    /* Drivers that need to access the PCI config space directly need this */
    #include "xf86Pci.h"
    
    /* All drivers initialising the SW cursor need this */
    #include "mipointer.h"
    
    #include "micmap.h"
    
    #include "xf86DDC.h"
    #include "xf86Modes.h"
    
    #include "vbe.h"
    
    
    #include "riva_const.h"
    
    #include "dixstruct.h"
    #include "scrnintstr.h"
    
    #include "fb.h"
    
    #ifdef HAVE_XAA_H
    #include "xaa.h"
    #endif
    #include "xf86fbman.h"
    #include "xf86cmap.h"
    #include "shadowfb.h"
    #include "fbdevhw.h"
    
    #include "xf86xv.h"
    #include <X11/extensions/Xv.h>
    
    #include "vgaHW.h"
    
    #include "xf86Cursor.h"
    
    #include "region.h"
    
    #include "compat-api.h"
    #include "riva_local.h"
    #include "riva_type.h"
    #include "riva_proto.h"
    
    #endif /* __RIVA_INCLUDE_H__ */