guestrendering/guestvideodriver/ldd/src/virtualvideohwinterface.cpp
branchbug235_bringup_0
changeset 32 b23067389fdf
parent 30 f204b762818d
equal deleted inserted replaced
31:e77cac87b397 32:b23067389fdf
   313 		WriteReg( KHwGraphicsRegBase, offset, aValue );
   313 		WriteReg( KHwGraphicsRegBase, offset, aValue );
   314 #endif // PLATSIM_CONFIG
   314 #endif // PLATSIM_CONFIG
   315         }
   315         }
   316     }
   316     }
   317 
   317 
   318 EXPORT_C TPhysAddr  DVirtualVideoHwInterface::GetSurfaceBase()
   318 EXPORT_C TPhysAddr  DVirtualVideoHwInterface::GetSurfaceBufferBase()
   319 	{
   319 	{
   320 	TPhysAddr ret = 0;
   320 	TPhysAddr ret = 0;
   321 	if( iVideoRamBasePhys != 0 )
   321 	if( iVideoRamBasePhys != 0 )
   322 		{
   322 		{
   323 		ret = iVideoRamBasePhys + VVI_SURFACEBUFFER_BASE_ADDRESS;
   323 		ret = iVideoRamBasePhys + VVI_SURFACEBUFFER_BASE_ADDRESS;