Loading drivers/gpu/msm/adreno_a5xx_snapshot.c +4 −0 Original line number Diff line number Diff line Loading @@ -433,6 +433,10 @@ static const unsigned int a5xx_registers[] = { 0xEC00, 0xEC05, 0xEC08, 0xECE9, 0xECF0, 0xECF0, /* VPC CTX 1 */ 0xEA80, 0xEA80, 0xEA82, 0xEAA3, 0xEAA5, 0xEAC2, /* GPMU */ 0xA800, 0xA8FF, 0xAC60, 0xAC60, /* DPM */ 0xB000, 0xB97F, 0xB9A0, 0xB9BF, }; static const unsigned int a5xx_registers_count = ARRAY_SIZE(a5xx_registers) / 2; Loading Loading
drivers/gpu/msm/adreno_a5xx_snapshot.c +4 −0 Original line number Diff line number Diff line Loading @@ -433,6 +433,10 @@ static const unsigned int a5xx_registers[] = { 0xEC00, 0xEC05, 0xEC08, 0xECE9, 0xECF0, 0xECF0, /* VPC CTX 1 */ 0xEA80, 0xEA80, 0xEA82, 0xEAA3, 0xEAA5, 0xEAC2, /* GPMU */ 0xA800, 0xA8FF, 0xAC60, 0xAC60, /* DPM */ 0xB000, 0xB97F, 0xB9A0, 0xB9BF, }; static const unsigned int a5xx_registers_count = ARRAY_SIZE(a5xx_registers) / 2; Loading