VirtualBox

Ignore:
Timestamp:
Nov 21, 2019 12:46:06 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134885
Message:

DevVGA: Map the first page of the FIFO into ring-0 so we can safely access the SVGA_FIFO_MIN, SVGA_FIFO_PITCHLOCK, and SVGA_FIFO_BUSY registers from there. bugref:9218

File:
1 edited

Legend:

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

    r82076 r82079  
    168168    /** The R3 FIFO pointer. */
    169169    R3PTRTYPE(uint32_t *)       pFIFOR3;
    170     /** The R0 FIFO pointer. */
     170    /** The R0 FIFO pointer.
     171     * @note This only points to the _first_ _page_ of the FIFO!  */
    171172    R0PTRTYPE(uint32_t *)       pFIFOR0;
    172173    /** R3 Opaque pointer to svga state. */
Note: See TracChangeset for help on using the changeset viewer.

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