mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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 <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry 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
This commit is contained in:
parent
d840a21621
commit
e925736387
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user