mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
rk312x, mali_400_driver : modify build_log, upgrade rk_ko_ver to 4.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user