From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/drivers/gpu/arm/bifrost/platform/vexpress/mali_kbase_config_platform.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/platform/vexpress/mali_kbase_config_platform.h b/kernel/drivers/gpu/arm/bifrost/platform/vexpress/mali_kbase_config_platform.h index d8682db..28f4531 100644 --- a/kernel/drivers/gpu/arm/bifrost/platform/vexpress/mali_kbase_config_platform.h +++ b/kernel/drivers/gpu/arm/bifrost/platform/vexpress/mali_kbase_config_platform.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * - * (C) COPYRIGHT 2014-2017, 2020-2021 ARM Limited. All rights reserved. + * (C) COPYRIGHT 2014-2017, 2020-2022 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 @@ -20,7 +20,7 @@ */ /** - * Power management configuration + * POWER_MANAGEMENT_CALLBACKS - Power management configuration * * Attached value: pointer to @ref kbase_pm_callback_conf * Default value: See @ref kbase_pm_callback_conf @@ -28,7 +28,7 @@ #define POWER_MANAGEMENT_CALLBACKS (&pm_callbacks) /** - * Platform specific configuration functions + * PLATFORM_FUNCS - Platform specific configuration functions * * Attached value: pointer to @ref kbase_platform_funcs_conf * Default value: See @ref kbase_platform_funcs_conf -- Gitblit v1.6.2