Changeset 55249 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm
- Timestamp:
- Apr 14, 2015 1:47:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp
r55239 r55249 1007 1007 if (!pvBuffer) 1008 1008 { 1009 WARN(("failed to allocate contiguous buffer %d bytes, trying nopping the tail", cbCmd));1009 LOG(("failed to allocate contiguous buffer %d bytes, trying nopping the tail", cbCmd)); 1010 1010 uint32_t cbTail = VBoxVBVAExGetFreeTail(&pVbva->Vbva); 1011 1011 if (!cbTail) … … 1034 1034 if (!pvBuffer) 1035 1035 { 1036 WARN(("failed to allocate contiguous buffer , failing"));1036 WARN(("failed to allocate contiguous buffer %d bytes", cbCmd)); 1037 1037 return NULL; 1038 1038 }
Note:
See TracChangeset
for help on using the changeset viewer.