class HdmiEncoderTransmitterBridge12BitTo10BitDitheringControl

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

VPU_HDMI_FMT_CTRL (12-bit to 10-bit dither control register)

S905D2 Datasheet, Section 7.2.3.1 "VPU Registers", pages 318-319.

A311D Datasheet, Section 10.2.3.1 "VPU Registers", pages 673-674.

S905D3 Datasheet, Section 9.2.3.1 "VPU Registers", pages 265-266.

Public Members

 field_rounding_enabled_1579
 field_dithering_enabled_1587

Public Methods

hwreg::RegisterAddr<HdmiEncoderTransmitterBridge12BitTo10BitDitheringControl> Get ()

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

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

If true, the 12-bit colors are rounded down to 10-bit colors.

`rounding_enabled` and `dithering_enabled` must not be both true.

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

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

If true, the 12-bit colors are rounded down to 10-bit colors.

`rounding_enabled` and `dithering_enabled` must not be both true.

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

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

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

`rounding_enabled` and `dithering_enabled` must not be both true.

This bit is documented as "dither 10-b to 8-b enable" in Amlogic

datasheets, which is a typo per the Amlogic-provided code.

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

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

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

`rounding_enabled` and `dithering_enabled` must not be both true.

This bit is documented as "dither 10-b to 8-b enable" in Amlogic

datasheets, which is a typo per the Amlogic-provided code.

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

Records