Commit e9257363 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov
Browse files

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: default avatarAbhinav Kumar <quic_abhinavk@quicinc.com>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/639660/
Link: https://lore.kernel.org/r/20250226-bridge-hdmi-connector-v8-5-340af24b35cc@linaro.org
parent d840a216
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ xsi:schemaLocation="https://gitlab.freedesktop.org/freedreno/ rules-fd.xsd">
		 -->
		<bitfield name="GENERIC0_SEND" pos="0" type="boolean"/>
		<bitfield name="GENERIC0_CONT" pos="1" type="boolean"/>
		<bitfield name="GENERIC0_UPDATE" low="2" high="3" type="uint"/> <!-- ??? -->
		<bitfield name="GENERIC0_UPDATE" pos="2" type="boolean"/>
		<bitfield name="GENERIC1_SEND" pos="4" type="boolean"/>
		<bitfield name="GENERIC1_CONT" pos="5" type="boolean"/>
		<bitfield name="GENERIC0_LINE" low="16" high="21" type="uint"/>