* [PATCH] rnndb/dsi: Add error related bitfields for DSI_DLN0_PHY_ERR
@ 2015-06-25 5:48 Archit Taneja
0 siblings, 0 replies; only message in thread
From: Archit Taneja @ 2015-06-25 5:48 UTC (permalink / raw)
To: dri-devel
Add error related bitfields for DLN0_PHY_ERR. These are needed by the
driver when handling errors.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
---
rnndb/dsi/dsi.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/rnndb/dsi/dsi.xml b/rnndb/dsi/dsi.xml
index d19bea9..8aa139e 100644
--- a/rnndb/dsi/dsi.xml
+++ b/rnndb/dsi/dsi.xml
@@ -177,7 +177,13 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<bitfield name="TE" pos="31" type="boolean"/>
</reg32>
<reg32 offset="0x0008c" name="TRIG_DMA"/>
- <reg32 offset="0x000b0" name="DLN0_PHY_ERR"/>
+ <reg32 offset="0x000b0" name="DLN0_PHY_ERR">
+ <bitfield name="DLN0_ERR_ESC" pos="0" type="boolean"/>
+ <bitfield name="DLN0_ERR_SYNC_ESC" pos="4" type="boolean"/>
+ <bitfield name="DLN0_ERR_CONTROL" pos="8" type="boolean"/>
+ <bitfield name="DLN0_ERR_CONTENTION_LP0" pos="12" type="boolean"/>
+ <bitfield name="DLN0_ERR_CONTENTION_LP1" pos="16" type="boolean"/>
+ </reg32>
<reg32 offset="0x000bc" name="TIMEOUT_STATUS"/>
<reg32 offset="0x000c0" name="CLKOUT_TIMING_CTRL">
<bitfield name="T_CLK_PRE" low="0" high="5" type="uint"/>
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-25 5:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-25 5:48 [PATCH] rnndb/dsi: Add error related bitfields for DSI_DLN0_PHY_ERR Archit Taneja
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox