mirror of
https://github.com/team-infusion-developers/android_hardware_samsung.git
synced 2024-11-06 21:55:41 +00:00
exynos: Temporary remove getphys
Change-Id: Ia64dae7e838b32cfb1ed0c45b3c88d961e21e5d5
This commit is contained in:
parent
4ff5df4584
commit
763999dd87
2 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue