class HdmiEncoderTransmitterBridge10BitTo8BitDitheringControl

Defined at line 1529 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

VPU_HDMI_DITH_CNTL (10-bit to 8-bit dither control register)

S905D2 Datasheet, Section 7.2.3.1 "VPU Registers", page 335.

A311D Datasheet, Section 10.2.3.1 "VPU Registers", pages 687-688.

S905D3 Datasheet, Section 9.2.3.1 "VPU Registers", page 280.

Public Members

 field_enabled_1545
 field_vsync_polarity_inverted_1549
 field_hsync_polarity_inverted_1553

Public Methods

hwreg::RegisterAddr<HdmiEncoderTransmitterBridge10BitTo8BitDitheringControl> Get ()

Defined at line 1533 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

template <, >
typename SelfType::ValueType enabled ()

If true, the 10-bit to 8-bit dithering is enabled.

Defined at line 1545 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

template <, >
SelfType & set_enabled (typename SelfType::ValueType val)

If true, the 10-bit to 8-bit dithering is enabled.

Defined at line 1545 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

template <, >
SelfType & set_vsync_polarity_inverted (typename SelfType::ValueType val)

If true, the polarity of the VSYNC signal the dithering module outputs is

inverted from the encoder's output.

Defined at line 1549 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

template <, >
typename SelfType::ValueType vsync_polarity_inverted ()

If true, the polarity of the VSYNC signal the dithering module outputs is

inverted from the encoder's output.

Defined at line 1549 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

template <, >
typename SelfType::ValueType hsync_polarity_inverted ()

If true, the polarity of the VSYNC signal the dithering module outputs is

inverted from the encoder's output.

Defined at line 1553 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

template <, >
SelfType & set_hsync_polarity_inverted (typename SelfType::ValueType val)

If true, the polarity of the VSYNC signal the dithering module outputs is

inverted from the encoder's output.

Defined at line 1553 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h

Records