VirtualBox

Changeset 82117 in vbox


Ignore:
Timestamp:
Nov 22, 2019 11:31:45 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134927
Message:

DevVGA: doxygen fixes. bugref:9218

Location:
trunk/src/VBox/Devices/Graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r82115 r82117  
    15081508 * @param   pDevIns     The device instance.
    15091509 * @param   pThis       The shared VGA/VMSVGA state.
    1510  * @param   pThisC      The VGA/VMSVGA state for the current context.
     1510 * @param   pThisCC     The VGA/VMSVGA state for the current context.
    15111511 * @param   u32         Value to write
    15121512 */
     
    31263126 * @param   pSVGAState      Pointer to the ring-3 only SVGA state data. For
    31273127 *                          statistics collection.
     3128 * @param   pDevIns         The device instance.
    31283129 */
    31293130static void *vmsvgaR3FifoGetCmdPayload(uint32_t cbPayloadReq, uint32_t RT_UNTRUSTED_VOLATILE_GUEST *pFIFO,
     
    58325833 * @returns VBox status code.
    58335834 * @param   pThis     The shared VGA/VMSVGA instance data.
     5835 * @param   pThisCC   The VGA/VMSVGA state for ring-3.
    58345836 */
    58355837static void vmsvgaR3InitCaps(PVGASTATE pThis, PVGASTATECC pThisCC)
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r82115 r82117  
    33793379 *
    33803380 * @returns VBox status code.
    3381  * @param   pThis       VGA device structure
     3381 * @param   pThis       The shared VGA instance data.
     3382 * @param   pThisCC     The VGA instance data for the current context.
    33823383 * @param   pvUser      User argument - ignored.
    33833384 * @param   GCPhysAddr  Physical address of memory to write.
     
    39443945 * @returns VBox status code.
    39453946 *
    3946  * @param   pThis       The VGA instance data.
     3947 * @param   pThisCC     The VGA instance data for ring-3.
    39473948 */
    39483949static int vbeR3ParseBitmap(PVGASTATECC pThisCC)
     
    47964797 * @interface_method_impl{PDMIDISPLAYCONNECTOR,pfnResize}
    47974798 */
    4798 static DECLCALLBACK(int) vgaR3DummyResize(PPDMIDISPLAYCONNECTOR pInterface, uint32_t bpp, void *pvVRAM,
     4799static DECLCALLBACK(int) vgaR3DummyResize(PPDMIDISPLAYCONNECTOR pInterface, uint32_t cBits, void *pvVRAM,
    47994800                                          uint32_t cbLine, uint32_t cx, uint32_t cy)
    48004801{
    4801     RT_NOREF(pInterface, bpp, pvVRAM, cbLine, cx, cy);
     4802    RT_NOREF(pInterface, cBits, pvVRAM, cbLine, cx, cy);
    48024803    return VINF_SUCCESS;
    48034804}
     
    57725773 *
    57735774 * @param   pHlp        The device helpers (for SSM functions).
    5774  * @param   pThis       The VGA instance data.
     5775 * @param   pThis       The shared VGA instance data.
    57755776 * @param   pSSM        The saved state handle.
    57765777 */
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