mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
gpu midgard : avoid hard reset isp mmu when initiate
This commit is contained in:
@@ -1044,11 +1044,14 @@ static int rockchip_sysmmu_probe(struct platform_device *pdev)
|
||||
ret = -ENOENT;
|
||||
goto err_res;
|
||||
}
|
||||
/*reset sysmmu*/
|
||||
if(!sysmmu_reset(data->res_bases[i],data->dbgname))
|
||||
if(!strstr(data->dbgname,"isp"))
|
||||
{
|
||||
ret = -ENOENT;
|
||||
goto err_res;
|
||||
/*reset sysmmu*/
|
||||
if(!sysmmu_reset(data->res_bases[i],data->dbgname))
|
||||
{
|
||||
ret = -ENOENT;
|
||||
goto err_res;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user