VirtualBox

Changeset 49420 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 8, 2013 3:54:02 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90501
Message:

forward-port and adopt VHWA fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r47829 r49420  
    630630typedef struct VBOXVDMACMD_CHROMIUM_CTL *PVBOXVDMACMD_CHROMIUM_CTL; /* <- chromium [hgsmi] command */
    631631
     632
    632633/** Pointer to a display connector interface. */
    633634typedef struct PDMIDISPLAYCONNECTOR *PPDMIDISPLAYCONNECTOR;
     
    735736     * @param   pInterface          Pointer to this interface.
    736737     * @param   pCmd                Video HW Acceleration Command to be processed.
    737      * @thread  The emulation thread.
    738      */
    739     DECLR3CALLBACKMEMBER(void, pfnVHWACommandProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVHWACMD pCmd));
     738     * @returns VINF_SUCCESS - command is completed,
     739     * VINF_CALLBACK_RETURN - command will by asynchronously completed via complete callback
     740     * VERR_INVALID_STATE - the command could not be processed (most likely because the framebuffer was disconnected) - the post should be retried later
     741     * @thread  The emulation thread.
     742     */
     743    DECLR3CALLBACKMEMBER(int, pfnVHWACommandProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVHWACMD pCmd));
    740744
    741745    /**
     
    756760     */
    757761    DECLR3CALLBACKMEMBER(void, pfnCrHgsmiControlProcess, (PPDMIDISPLAYCONNECTOR pInterface, PVBOXVDMACMD_CHROMIUM_CTL pCtl, uint32_t cbCtl));
    758 
    759762
    760763    /**
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