VirtualBox

Changeset 99912 in vbox


Ignore:
Timestamp:
May 22, 2023 6:34:20 PM (23 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157555
Message:

Main/DisplayImpl: Don't fail if the graphics adapter doesn't provide a VBVA interace (like the dumb RAM based framebuffer), bugref:10431

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r99739 r99912  
    24612461{
    24622462#ifdef VBOX_WITH_VIDEOHWACCEL
     2463    AssertPtr(mpDrv->pVBVACallbacks);
    24632464    mpDrv->pVBVACallbacks->pfnVHWACommandCompleteAsync(mpDrv->pVBVACallbacks, (VBOXVHWACMD RT_UNTRUSTED_VOLATILE_GUEST *)aCommand);
    24642465    return S_OK;
     
    37863787#if defined(VBOX_WITH_VIDEOHWACCEL)
    37873788    pThis->pVBVACallbacks = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIDISPLAYVBVACALLBACKS);
    3788     if (!pThis->pVBVACallbacks)
    3789     {
    3790         AssertMsgFailed(("Configuration error: No VBVA callback interface above!\n"));
    3791         return VERR_PDM_MISSING_INTERFACE_ABOVE;
    3792     }
    37933789#endif
    37943790    /*
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