Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3adf70b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: increase Bus BW ib/ab vote during cont-splash"

parents 82362c94 7eca8b0c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 */

#ifndef _SDE_POWER_HANDLE_H_
@@ -14,8 +14,8 @@
#define SDE_POWER_HANDLE_ENABLE_NRT_BUS_IB_QUOTA	0
#define SDE_POWER_HANDLE_DISABLE_BUS_IB_QUOTA	0

#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_IB_QUOTA	1800000000
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_AB_QUOTA	1800000000
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_IB_QUOTA	3000000000
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_AB_QUOTA	3000000000

#include <linux/sde_io_util.h>
#include <soc/qcom/cx_ipeak.h>