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

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

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

parents 240ed026 67e92d19
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1245,7 +1245,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_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
@@ -1273,7 +1273,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_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
@@ -1377,7 +1377,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_CONTENT_PROTECTION |
			ADRENO_IOCOHERENT | ADRENO_PREEMPTION | ADRENO_GPMU |
@@ -1402,7 +1402,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_RPMH | ADRENO_PREEMPTION |
			ADRENO_GPMU | ADRENO_CONTENT_PROTECTION | ADRENO_IFPC |
@@ -1429,7 +1429,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_CONTENT_PROTECTION |
			ADRENO_PREEMPTION,
@@ -1543,7 +1543,7 @@ static const struct a6xx_protected_regs a660_protected_regs[] = {
};

static const struct adreno_a6xx_core adreno_gpu_core_a660 = {
	{
	.base = {
		DEFINE_ADRENO_REV(ADRENO_REV_A660, 6, 6, 0, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION,