VirtualBox

Changeset 65381 in vbox for trunk/include/VBox/Graphics


Ignore:
Timestamp:
Jan 20, 2017 9:23:53 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112977
Message:

bugref:8282: Additions/linux: submit DRM driver to the Linux kernel: move all graphics device-related header files to a separate sub-directory and add that to the include path where they are needed. The intention is too be able to remove the VBox/ include folder in the DRM driver package.

Location:
trunk/include/VBox/Graphics
Files:
4 edited
1 copied
7 moved

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/Graphics/HGSMI.h

    r62476 r65381  
    2727
    2828
    29 #ifndef ___VBox_HGSMI_HGSMI_h
    30 #define ___VBox_HGSMI_HGSMI_h
     29#ifndef ___VBox_Graphics_HGSMI_h
     30#define ___VBox_Graphics_HGSMI_h
    3131
    3232#include <iprt/assert.h>
    3333#include <iprt/types.h>
    3434
    35 #include <VBox/HGSMI/HGSMIDefs.h>
    36 #include <VBox/HGSMI/HGSMIChannels.h>
    37 #include <VBox/HGSMI/HGSMIMemAlloc.h>
     35#include <HGSMIDefs.h>
     36#include <HGSMIChannels.h>
     37#include <HGSMIMemAlloc.h>
    3838
    3939/*
     
    261261RT_C_DECLS_END
    262262
    263 #endif /* !___VBox_HGSMI_HGSMI_h */
    264 
     263#endif /* !___VBox_Graphics_HGSMI_h */
     264
  • trunk/include/VBox/Graphics/HGSMIChSetup.h

    r62932 r65381  
    2424 */
    2525
    26 #ifndef ___VBox_HGSMI_HGSMIChSetup_h
    27 #define ___VBox_HGSMI_HGSMIChSetup_h
     26#ifndef ___VBox_Graphics_HGSMIChSetup_h
     27#define ___VBox_Graphics_HGSMIChSetup_h
    2828
    29 #include <VBox/HGSMI/HGSMI.h>
     29#include <HGSMI.h>
    3030
    3131/* HGSMI setup and configuration channel commands and data structures. */
  • trunk/include/VBox/Graphics/HGSMIDefs.h

    r62476 r65381  
    2727
    2828
    29 #ifndef ___VBox_HGSMI_HGSMIDefs_h
    30 #define ___VBox_HGSMI_HGSMIDefs_h
     29#ifndef ___VBox_Graphics_HGSMIDefs_h
     30#define ___VBox_Graphics_HGSMIDefs_h
    3131
    3232#include <iprt/assert.h>
     
    121121} HGSMIENV;
    122122
    123 #endif /* !___VBox_HGSMI_HGSMIDefs_h */
     123#endif /* !___VBox_Graphics_HGSMIDefs_h */
  • trunk/include/VBox/Graphics/HGSMIMemAlloc.h

    r64650 r65381  
    2727
    2828
    29 #ifndef ___VBox_HGSMI_HGSMIMemAlloc_h
    30 #define ___VBox_HGSMI_HGSMIMemAlloc_h
     29#ifndef ___VBox_Graphics_HGSMIMemAlloc_h
     30#define ___VBox_Graphics_HGSMIMemAlloc_h
    3131
    32 #include <VBox/HGSMI/HGSMIDefs.h>
     32#include <HGSMIDefs.h>
    3333#include <iprt/list.h>
    3434
     
    100100RT_C_DECLS_END
    101101
    102 #endif /* !___VBox_HGSMI_HGSMIMemAlloc_h */
     102#endif /* !___VBox_Graphics_HGSMIMemAlloc_h */
  • trunk/include/VBox/Graphics/VBoxCrHgsmi.h

    r65380 r65381  
    2323
    2424#include <iprt/cdefs.h>
    25 #include <VBox/VBoxUhgsmi.h>
     25#include <VBoxUhgsmi.h>
    2626
    2727RT_C_DECLS_BEGIN
  • trunk/include/VBox/Graphics/VBoxVideo.h

    r65380 r65381  
    2424 */
    2525
    26 #ifndef ___VBox_VBoxVideo_h
    27 #define ___VBox_VBoxVideo_h
    28 
    29 #include <VBox/Hardware/VBoxVideoVBE.h>
     26#ifndef ___VBox_Graphics_VBoxVideo_h
     27#define ___VBox_Graphics_VBoxVideo_h
    3028
    3129#include <iprt/cdefs.h>
    3230#include <iprt/types.h>
    3331#include <iprt/assert.h>
     32
     33/* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */
     34#define VBOX_VIDEO_MAX_SCREENS 64
    3435
    3536/*
  • trunk/include/VBox/Graphics/VBoxVideo3D.h

    r65380 r65381  
    2424 */
    2525
    26 #ifndef ___VBox_VBoxVideo3D_h
    27 #define ___VBox_VBoxVideo3D_h
     26#ifndef ___VBox_Graphics_VBoxVideo3D_h
     27#define ___VBox_Graphics_VBoxVideo3D_h
    2828
    2929#include <iprt/cdefs.h>
     
    144144
    145145
    146 #endif /* #ifndef ___VBox_VBoxVideo3D_h */
     146#endif /* #ifndef ___VBox_Graphics_VBoxVideo3D_h */
  • trunk/include/VBox/Graphics/VBoxVideoGuest.h

    r65380 r65381  
    2626
    2727
    28 #ifndef ___VBox_VBoxVideoGuest_h___
    29 #define ___VBox_VBoxVideoGuest_h___
    30 
    31 #include <VBox/HGSMI/HGSMI.h>
    32 #include <VBox/HGSMI/HGSMIChSetup.h>
    33 #include <VBox/VBoxVideo.h>
     28#ifndef ___VBox_Graphics_VBoxVideoGuest_h___
     29#define ___VBox_Graphics_VBoxVideoGuest_h___
     30
     31#include <HGSMI.h>
     32#include <HGSMIChSetup.h>
     33#include <VBoxVideo.h>
    3434
    3535#include <iprt/err.h>  /* The functions in here return IPRT errors. */
  • trunk/include/VBox/Graphics/VBoxVideoHost3D.h

    r65380 r65381  
    2424 * terms and conditions of either the GPL or the CDDL or both.
    2525 */
    26 #ifndef ___VBox_VBoxVideoHost3D_h
    27 #define ___VBox_VBoxVideoHost3D_h
     26#ifndef ___VBox_Graphics_VBoxVideoHost3D_h
     27#define ___VBox_Graphics_VBoxVideoHost3D_h
    2828#include <iprt/cdefs.h>
    29 #include <VBox/VBoxVideo.h>
     29#include <VBoxVideo.h>
    3030#include <VBox/hgcmsvc.h>
    3131#include <VBox/vmm/pdmifs.h>
     
    199199#pragma pack()
    200200
    201 #endif /*#ifndef ___VBox_VBoxVideoHost3D_h*/
     201#endif /*#ifndef ___VBox_Graphics_VBoxVideoHost3D_h*/
  • trunk/include/VBox/Graphics/VBoxVideoVBE.h

    r65380 r65381  
    2424 */
    2525
    26 #ifndef ___VBox_Hardware_VBoxVideoVBE_h
    27 #define ___VBox_Hardware_VBoxVideoVBE_h
     26#ifndef ___VBox_Graphics_VBoxVideoVBE_h
     27#define ___VBox_Graphics_VBoxVideoVBE_h
    2828
    2929/* GUEST <-> HOST Communication API */
     
    8181#define VGA_PORT_HGSMI_GUEST            0x3d0
    8282
    83 /* this should be in sync with monitorCount <xsd:maxInclusive value="64"/> in src/VBox/Main/xml/VirtualBox-settings-common.xsd */
    84 #define VBOX_VIDEO_MAX_SCREENS 64
     83#endif /* !___VBox_Graphics_VBoxVideoVBE_h */
    8584
    86 #endif /* !___VBox_Hardware_VBoxVideoVBE_h */
    87 
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette