rk312x, mali_400_driver : modify build_log, upgrade rk_ko_ver to 4.

This commit is contained in:
chenzhen
2015-08-03 11:22:45 +08:00
parent 57d64268ab
commit 9dbd05314c
2 changed files with 6 additions and 6 deletions

View File

@@ -375,11 +375,11 @@ int mali_module_init(void)
MALI_DEBUG_PRINT(2, ("Compiled: %s, time: %s.\n", __DATE__, __TIME__));
MALI_DEBUG_PRINT(2, ("Driver revision: %s\n", SVN_REV_STRING));
I("arm_release_ver of this mali_ko is '%s', rk_ko_ver is '%d', built at '%s', on '%s'.",
SVN_REV_STRING,
RK_KO_VER,
__TIME__,
__DATE__);
I("svn_rev_string_from_arm of this mali_ko is '%s', rk_ko_ver is '%d', built at '%s', on '%s'.",
SVN_REV_STRING,
RK_KO_VER,
__TIME__,
__DATE__);
#if MALI_ENABLE_CPU_CYCLES
mali_init_cpu_time_counters_on_all_cpus(0);

View File

@@ -34,7 +34,7 @@ extern "C" {
*/
/** version of rk_ext on mali_ko, aka. rk_ko_ver. */
#define RK_KO_VER (3)
#define RK_KO_VER (4)
/* ---------------------------------------------------------------------------------------------------------
* Types and Structures Definition