exynos: Temporary remove getphys

Change-Id: Ia64dae7e838b32cfb1ed0c45b3c88d961e21e5d5
This commit is contained in:
Dominggoes Isakh 2017-11-07 07:42:05 +01:00
parent 4ff5df4584
commit 763999dd87
2 changed files with 3 additions and 2 deletions

View file

@ -215,12 +215,13 @@ OMX_ERRORTYPE SEC_OSAL_GetPhysANBHandle(
SEC_OSAL_Log(SEC_LOG_TRACE, "%s: handle: 0x%x", __func__, handle);
/*
if (mapper.getphys(bufferHandle, paddr) != 0) {
SEC_OSAL_Log(SEC_LOG_ERROR, "%s: mapper.getphys() fail", __func__);
ret = OMX_ErrorUndefined;
goto EXIT;
}
*/
EXIT:
FunctionOut();

View file

@ -588,7 +588,7 @@ struct private_module_t HAL_MODULE_INFO_SYM =
unregisterBuffer: gralloc_unregister_buffer,
lock: gralloc_lock,
unlock: gralloc_unlock,
getphys: gralloc_getphys,
// getphys: gralloc_getphys,
perform: gralloc_perform,
},
framebuffer: NULL,