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

Commit e85f7a87 authored by Rajesh Kemisetti's avatar Rajesh Kemisetti Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Make GPU core initialization consistent across the list



Add missing base reference for GPUs to make them consistent
across the list.

Change-Id: Iaaf9ce83fc21d18f5aea573cabe4c99b1454fc76
Signed-off-by: default avatarRajesh Kemisetti <rajeshk@codeaurora.org>
parent 3081488d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1195,7 +1195,7 @@ static const struct adreno_reglist a650_hwcg_regs[] = {
};

static const struct adreno_a6xx_core adreno_gpu_core_a650 = {
	{
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A650, 6, 5, 0, 0),
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
@@ -1225,7 +1225,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a650 = {
};

static const struct adreno_a6xx_core adreno_gpu_core_a650v2 = {
	{
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A650, 6, 5, 0, ANY_ID),
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
@@ -1331,7 +1331,7 @@ static const struct adreno_reglist a612_hwcg_regs[] = {
};

static const struct adreno_a6xx_core adreno_gpu_core_a612 = {
	{
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A612, 6, 1, 2, ANY_ID),
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
			ADRENO_IOCOHERENT | ADRENO_PREEMPTION | ADRENO_GPMU |
@@ -1356,7 +1356,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a612 = {
};

static const struct adreno_a6xx_core adreno_gpu_core_a616 = {
	{
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A616, 6, 1, 6, ANY_ID),
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_PREEMPTION |
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION | ADRENO_IFPC |
@@ -1383,7 +1383,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a616 = {
};

static const struct adreno_a6xx_core adreno_gpu_core_a610 = {
	{
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A610, 6, 1, 0, ANY_ID),
		.features = ADRENO_64BIT | ADRENO_CONTENT_PROTECTION |
			ADRENO_PREEMPTION,