diff options
Diffstat (limited to 'drivers/gpu/host1x/syncpt.c')
| -rw-r--r-- | drivers/gpu/host1x/syncpt.c | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/drivers/gpu/host1x/syncpt.c b/drivers/gpu/host1x/syncpt.c index d198a10848c6..e08e331e46ae 100644 --- a/drivers/gpu/host1x/syncpt.c +++ b/drivers/gpu/host1x/syncpt.c @@ -143,6 +143,8 @@ void host1x_syncpt_restore(struct host1x *host)  	for (i = 0; i < host1x_syncpt_nb_bases(host); i++)  		host1x_hw_syncpt_restore_wait_base(host, sp_base + i); +	host1x_hw_syncpt_enable_protection(host); +  	wmb();  } @@ -366,9 +368,6 @@ int host1x_syncpt_init(struct host1x *host)  	host->syncpt = syncpt;  	host->bases = bases; -	host1x_syncpt_restore(host); -	host1x_hw_syncpt_enable_protection(host); -  	/* Allocate sync point to use for clearing waits for expired fences */  	host->nop_sp = host1x_syncpt_alloc(host, 0, "reserved-nop");  	if (!host->nop_sp) |