aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/utgard/common/mali_soft_job.h
diff options
context:
space:
mode:
authorXinliang Liu <xinliang.liu@linaro.org>2015-12-23 17:32:42 +0800
committerJohn Stultz <john.stultz@linaro.org>2016-02-02 19:32:29 -0800
commitb6ee9bc31cd139fd8feb8f0a7963f5af98b46691 (patch)
tree494a811a9f69f79c213d57955e9d8d9b0d77c765 /drivers/gpu/arm/utgard/common/mali_soft_job.h
parente718041d13e35f8d0ee162f959a899aa1f6de72c (diff)
downloadhikey-linaro-b6ee9bc31cd139fd8feb8f0a7963f5af98b46691.tar.gz
drivers/gpu: update ARM Mali Utgard to r6p0 driver
Add ARM Mali Utgard driver from this release: DX910-SW-99002-r6p0-01rel0 This is a direct file drop from the public release original archive. Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
Diffstat (limited to 'drivers/gpu/arm/utgard/common/mali_soft_job.h')
-rw-r--r--drivers/gpu/arm/utgard/common/mali_soft_job.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpu/arm/utgard/common/mali_soft_job.h b/drivers/gpu/arm/utgard/common/mali_soft_job.h
index bd82ab638ef6..f35394e60384 100644
--- a/drivers/gpu/arm/utgard/common/mali_soft_job.h
+++ b/drivers/gpu/arm/utgard/common/mali_soft_job.h
@@ -1,9 +1,9 @@
/*
- * Copyright (C) 2013-2014 ARM Limited. All rights reserved.
- *
+ * Copyright (C) 2013-2015 ARM Limited. All rights reserved.
+ *
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
- *
+ *
* A copy of the licence is included with the program, and can also be obtained from Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
@@ -165,8 +165,9 @@ _mali_osk_errcode_t mali_soft_job_system_signal_job(struct mali_soft_job_system
* Used by the Timeline system to activate a soft job.
*
* @param job The soft job that is being activated.
+ * @return A scheduling bitmask.
*/
-void mali_soft_job_system_activate_job(struct mali_soft_job *job);
+mali_scheduler_mask mali_soft_job_system_activate_job(struct mali_soft_job *job);
/**
* Used by the Timeline system to timeout a soft job.