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

Commit b3a8fb95 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

interconnect: qcom: update prio for gpu_tc of scshrike



Update the priority based on the hw recommendation.

Change-Id: I6a53adf7f6c8b4584d146637fd7a4a094fa2dea8
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent ea26407c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -631,7 +631,7 @@ static struct qcom_icc_qosbox acm_gpu_tcu_qos = {
	.num_ports = 1,
	.offsets = { 0x30400 },
	.config = &(struct qos_config) {
		.prio = 6,
		.prio = 1,
		.urg_fwd = 0,
	},
};