Skip to content

Commit e925736

Browse files
committed
drm/msm/hdmi: update HDMI_GEN_PKT_CTRL_GENERIC0_UPDATE definition
The GENERIC0_UPDATE field is a single bit. Redefine it as boolean to simplify its usage in the driver. Reviewed-by: Abhinav Kumar <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/639660/ Link: https://lore.kernel.org/r/[email protected]
1 parent d840a21 commit e925736

File tree

1 file changed

+1
-1
lines changed
  • drivers/gpu/drm/msm/registers/display

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/registers/display/hdmi.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
131131
-->
132132
<bitfield name="GENERIC0_SEND" pos="0" type="boolean"/>
133133
<bitfield name="GENERIC0_CONT" pos="1" type="boolean"/>
134-
<bitfield name="GENERIC0_UPDATE" low="2" high="3" type="uint"/> <!-- ??? -->
134+
<bitfield name="GENERIC0_UPDATE" pos="2" type="boolean"/>
135135
<bitfield name="GENERIC1_SEND" pos="4" type="boolean"/>
136136
<bitfield name="GENERIC1_CONT" pos="5" type="boolean"/>
137137
<bitfield name="GENERIC0_LINE" low="16" high="21" type="uint"/>

0 commit comments

Comments
 (0)