summaryrefslogtreecommitdiff
path: root/drivers/gpu/arm/midgard/mali_kbase_config.h
diff options
context:
space:
mode:
authorchenzhen <chenzhen@rock-chips.com>2016-03-04 21:49:35 +0800
committerchenzhen <chenzhen@rock-chips.com>2016-03-08 17:52:12 +0800
commite0958c306679d65070c65bf82893dd51eca1b944 (patch)
tree10ab69f5bca3ea98abbc78e911e9903adf16b6c4 /drivers/gpu/arm/midgard/mali_kbase_config.h
parentb096c7187a357f977364e5e41fd0e3ddfc4320a0 (diff)
MALI: rockchip: modify to build in kernel 4.4.
Change-Id: Ib462c42337e655607b2e222d7d97064dfc1c76c4 Signed-off-by: chenzhen <chenzhen@rock-chips.com>
Diffstat (limited to 'drivers/gpu/arm/midgard/mali_kbase_config.h')
-rw-r--r--drivers/gpu/arm/midgard/mali_kbase_config.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/gpu/arm/midgard/mali_kbase_config.h b/drivers/gpu/arm/midgard/mali_kbase_config.h
index 41c885691a65..816e45c4d02d 100644
--- a/drivers/gpu/arm/midgard/mali_kbase_config.h
+++ b/drivers/gpu/arm/midgard/mali_kbase_config.h
@@ -66,20 +66,18 @@ struct kbase_device;
*/
struct kbase_platform_funcs_conf {
/**
- * platform_init_func
- * - platform specific init function pointer
+ * platform_init_func - platform specific init function pointer
* @kbdev - kbase_device pointer
*
- * Returns 0 on success,
- * negative error code otherwise.
+ * Returns 0 on success, negative error code otherwise.
*
* Function pointer for platform specific initialization or NULL if no
* initialization function is required. At the point this the GPU is
* not active and its power and clocks are in unknown (platform specific
* state) as kbase doesn't yet have control of power and clocks.
*
- * The platform specific private pointer kbase_device::platform_context
- * can be accessed (and possibly initialized) in here.
+ * The platform specific private pointer kbase_device::platform_context
+ * can be accessed (and possibly initialized) in here.
*/
int (*platform_init_func)(struct kbase_device *kbdev);
/**