class HdmiEncoderVerticalSyncStart
Defined at line 1141 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
ENCP_DVI_VSO_BLINE_EVEN (DVI/HDMI Vsync out start line for even field)
S912 Datasheet, Section 27.5 "CVBS and LCD", page 391.
Public Members
field_RsvdZ_1151
field_lines_1161
Public Methods
hwreg::RegisterAddr<HdmiEncoderVerticalSyncStart> Get ()
Defined at line 1144 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
template <, >
typename SelfType::ValueType lines ()
Start line (inclusive) of the vertical sync signal for each field, in
lines.
S912 datasheet only specifies bits 10-0 are used for this field. However,
experiments confirm that bit 11 is functional on S912 and SoCs with similar
encoder designs (S905D2, S905D3, A311D) due to their support for the
3840x2160 resolution. Therefore, this code utilizes bits 11-0 for the
field.
Defined at line 1161 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
template <, >
SelfType & set_lines (typename SelfType::ValueType val)
Start line (inclusive) of the vertical sync signal for each field, in
lines.
S912 datasheet only specifies bits 10-0 are used for this field. However,
experiments confirm that bit 11 is functional on S912 and SoCs with similar
encoder designs (S905D2, S905D3, A311D) due to their support for the
3840x2160 resolution. Therefore, this code utilizes bits 11-0 for the
field.
Defined at line 1161 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h