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

Commit 01fb08fa authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: update xin client test points for rt/nrt vbif"

parents 20839950 47d114be
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -704,15 +704,15 @@ static struct debug_bus dbg_bus_8994[] = {
};

static struct vbif_debug_bus vbif_dbg_bus_8996[] = {
	{0x214, 0x21c, 16, 2, 16}, /* arb clients */
	{0x214, 0x21c, 0, 14, 4}, /* xin blocks - axi side */
	{0x21c, 0x214, 0, 14, 5}, /* xin blocks - clock side */
	{0x214, 0x21c, 16, 2, 0x10}, /* arb clients */
	{0x214, 0x21c, 0, 14, 0x13}, /* xin blocks - axi side */
	{0x21c, 0x214, 0, 14, 0xc}, /* xin blocks - clock side */
};

static struct vbif_debug_bus nrt_vbif_dbg_bus_8996[] = {
	{0x214, 0x21c, 16, 1, 16}, /* arb clients */
	{0x214, 0x21c, 0, 12, 4}, /* xin blocks - axi side */
	{0x21c, 0x214, 0, 12, 5}, /* xin blocks - clock side */
	{0x214, 0x21c, 16, 1, 0x10}, /* arb clients */
	{0x214, 0x21c, 0, 12, 0x13}, /* xin blocks - axi side */
	{0x21c, 0x214, 0, 12, 0xc}, /* xin blocks - clock side */
};

void mdss_mdp_hw_rev_debug_caps_init(struct mdss_data_type *mdata)