mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
gpu midgard : avoid hard reset isp mmu when initiate
This commit is contained in:
parent
0c0794d1d6
commit
b2e6b2e1b0
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user