From 8484091b29b9f4a7f0e305fa4e1085a66753393e Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Wed, 27 Jun 2012 09:37:05 +0300 Subject: video: tegra: host: Serialize 2D jobs Force serialization of 2D jobs by inserting a host wait for previous maximum at the beginning of the job. Bug 1002293 Change-Id: I667ad4565cc32186ea7ccf16845c68d1b1bbdf78 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/111475 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Donghan Ryu Reviewed-by: Arto Merilainen Reviewed-by: Daniel Parker Reviewed-by: Mayuresh Kulkarni Reviewed-by: Juha Tukkinen GVS: Gerrit_Virtual_Submit Reviewed-by: Francis Hart --- include/linux/nvhost.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index f84749a75df9..cde63fa6abb7 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h @@ -100,6 +100,7 @@ struct nvhost_device { bool keepalive; /* Do not power gate when opened */ bool waitbasesync; /* Force sync of wait bases */ bool powerup_reset; /* Do a reset after power un-gating */ + bool serialize; /* Serialize submits in the channel */ int powergate_ids[NVHOST_MODULE_MAX_POWERGATE_IDS]; bool can_powergate; /* True if module can be power gated */ -- cgit v1.2.3