summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/midgard/mali_kbase_hw.h
diff options
context:
space:
mode:
authorchenzhen <chenzhen@rock-chips.com>2014-12-11 15:11:57 +0800
committerchenzhen <chenzhen@rock-chips.com>2014-12-12 18:08:54 +0800
commitecc6527784d5df9e1d6e9c32e19b87528ac1a58c (patch)
tree46380eb9ad4bc5ec87cffaad4762f6e604a70df2 /drivers/gpu/arm/midgard/mali_kbase_hw.h
parentc59e8d086aaf89d0f48351ff7287708b57e5aba1 (diff)
rk, gpu :
source code for device/rockchip/common/gpu/libMali-T760/mali_kbase.ko, in branch rk/rk32/mid/5.0/develop, commit 1b187041f11b7ca1d6c1490b934f09648f334a19.
Diffstat (limited to 'drivers/gpu/arm/midgard/mali_kbase_hw.h')
-rwxr-xr-xdrivers/gpu/arm/midgard/mali_kbase_hw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/arm/midgard/mali_kbase_hw.h b/drivers/gpu/arm/midgard/mali_kbase_hw.h
index 4501af74f1c1..1074290702ae 100755
--- a/drivers/gpu/arm/midgard/mali_kbase_hw.h
+++ b/drivers/gpu/arm/midgard/mali_kbase_hw.h
@@ -42,11 +42,11 @@
/**
* @brief Set the HW issues mask depending on the GPU ID
*/
-mali_error kbase_hw_set_issues_mask(kbase_device *kbdev);
+mali_error kbase_hw_set_issues_mask(struct kbase_device *kbdev);
/**
* @brief Set the features mask depending on the GPU ID
*/
-void kbase_hw_set_features_mask(kbase_device *kbdev);
+void kbase_hw_set_features_mask(struct kbase_device *kbdev);
#endif /* _KBASE_HW_H_ */