<div dir="ltr">Hi everybody,<div><br></div><div>I'm currently playing if it's possible to use vmwgfx driver on Android-x86 (drm gralloc part - which is currently using a pipe driver implemented by Chia-I Wu)</div><div><br></div><div>I'm using xf86-video-vmware as base (vmwgfx_drmi.c functions). Can some of you answer questions?</div><div><br></div><div>1) When allocating a buffer, if a handle is passed, other drivers use functions that I believe are used to reuse an existing BO and associate it to the handle (radeon_bo_open for radeon, nouveau_bo_name_ref for nouveau and drm_intel_bo_gem_create_from_name for intel).</div><div><br></div><div>Couldn't find a similar function to vmwgfx. Do you know if such function exists? If so, can you point me the name?</div><div><br></div><div>2) I'm using vmw_dma_buffer as type for buffer object (to have the same function of radeon_bo_manager / nouveau_bo / drm_intel_bo). Is this correct? If not, which one should I use?</div><div><br></div><div>3) Does any special coding is required as this (something to communicate with host machine) or this is not necessary?</div><div><br></div><div>Thanks a lot!</div><div><br></div><div>Paulo Sérgio Travaglia (pstglia)</div><div><a href="mailto:pstglia@gmail.com">pstglia@gmail.com</a></div><div><br></div><div> </div></div>