Skip to content

Commit f3f2751

Browse files
6by9mripard
authored andcommitted
drm/vc4: hdmi: Add MISC_CONTROL register for vc4
The MISC_CONTROL register allows configuration of pixel repetition for pixel doubling in the HDMI block instead of PixelValve. It was already defined for vc5, so add it for vc4. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Link: https://lore.kernel.org/r/20220613144800.326124-29-maxime@cerno.tech Signed-off-by: Maxime Ripard <maxime@cerno.tech>
1 parent d5ca987 commit f3f2751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/vc4/vc4_hdmi_regs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ static const struct vc4_hdmi_register __maybe_unused vc4_hdmi_fields[] = {
200200
VC4_HDMI_REG(HDMI_VERTB0, 0x00d0),
201201
VC4_HDMI_REG(HDMI_VERTA1, 0x00d4),
202202
VC4_HDMI_REG(HDMI_VERTB1, 0x00d8),
203+
VC4_HDMI_REG(HDMI_MISC_CONTROL, 0x00e4),
203204
VC4_HDMI_REG(HDMI_CEC_CNTRL_1, 0x00e8),
204205
VC4_HDMI_REG(HDMI_CEC_CNTRL_2, 0x00ec),
205206
VC4_HDMI_REG(HDMI_CEC_CNTRL_3, 0x00f0),

0 commit comments

Comments
 (0)