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

Commit 47d114be authored by Dhaval Patel's avatar Dhaval Patel
Browse files

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



Update xin client test points on debug bus for rt and
nrt vbif based on updated programming recommendation.

Change-Id: I152b485d45bd610fe281c1c81a1efe73949abe5d
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent 79ef7b34
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)