VirtualBox

Changeset 18133 in vbox


Ignore:
Timestamp:
Mar 23, 2009 12:09:05 PM (16 years ago)
Author:
vboxsync
Message:

DevVGA: Temorarily disabled the IOMMMIOModifyPage stuff for the new phys code.

File:
1 edited

Legend:

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

    r17767 r18133  
    11931193#else /* VBOX */
    11941194# ifndef IN_RC
     1195#  ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */
    11951196        /* If all planes are accessible, then map the page to the frame buffer and make it writable. */
    11961197        if (   (s->sr[2] & 3) == 3
     
    12031204            s->fRemappedVGA = true;
    12041205        }
     1206#  endif /* !VBOX_WITH_NEW_PHYS_CODE */
    12051207# endif /* IN_RC */
    12061208        VERIFY_VRAM_READ_OFF_RETURN(s, addr, *prc);
     
    13261328#else /* VBOX */
    13271329# ifndef IN_RC
     1330#  ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */
    13281331            /* If all planes are accessible, then map the page to the frame buffer and make it writable. */
    13291332            if (   (s->sr[2] & 3) == 3
     
    13331336                s->fRemappedVGA = true;
    13341337            }
     1338#  endif /* !VBOX_WITH_NEW_PHYS_CODE */
    13351339# endif /* IN_RC */
    13361340
     
    14061410                {
    14071411                    Log2(("Reset mask (was %d) delta %RX64 (limit %x)\n", s->iMask, u64CurTime - s->u64LastLatchedAccess, aDelta[s->iMask]));
    1408                     if (s->iMask) 
     1412                    if (s->iMask)
    14091413                        s->iMask--;
    14101414                    s->uMaskLatchAccess     = aMask[s->iMask];
     
    48204824
    48214825    /* make the snapshot.
    4822      * The second parameter is 'false' because the current display state, already updated by the 
     4826     * The second parameter is 'false' because the current display state, already updated by the
    48234827     * pfnUpdateDisplayAll call above, is being rendered to an external buffer using a fake connector.
    48244828     * That is if display is blanked, we expect a black screen in the external buffer.
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