class DisplayEngineApiVersion

Defined at line 76 of file ../../src/graphics/display/drivers/framebuffer-bochs-display/bochs-vbe-registers.h

VBE_DISPI_INDEX_ID

Supported by all Bochs / Bochs-like VBE display engine hardware.

Writing to this register notifies the display engine hardware of the

display engine API version that the driver supports.

Reading from this register returns the display engine API version that the

display engine hardware supports.

Public Members

 field_version_93
static const uint16_t kVersion0
static const uint16_t kVersion1
static const uint16_t kVersion2
static const uint16_t kVersion3
static const uint16_t kVersion4
static const uint16_t kVersion5

Public Methods

hwreg::RegisterAddr<DisplayEngineApiVersion> Get ()

Defined at line 78 of file ../../src/graphics/display/drivers/framebuffer-bochs-display/bochs-vbe-registers.h

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

Defined at line 93 of file ../../src/graphics/display/drivers/framebuffer-bochs-display/bochs-vbe-registers.h

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

NOLINTEND(misc-non-private-member-variables-in-classes)

Defined at line 93 of file ../../src/graphics/display/drivers/framebuffer-bochs-display/bochs-vbe-registers.h

Records