class DpAuxChannelImpl
Defined at line 24 of file ../../src/graphics/display/drivers/intel-display/dp-aux-channel-impl.h
Public Methods
DdiAuxChannel & aux_channel ()
Exposed for configuration logging.
Defined at line 35 of file ../../src/graphics/display/drivers/intel-display/dp-aux-channel-impl.h
void DpAuxChannelImpl (fdf::MmioBuffer * mmio_buffer, DdiId ddi_id, uint16_t device_id)
`mmio_buffer` must outlive this instance.
Defined at line 279 of file ../../src/graphics/display/drivers/intel-display/dp-aux-channel-impl.cc
zx::result<> ReadEdidBlock (int index, std::span<uint8_t, edid::kBlockSize> edid_block)
`DpAuxChannel`:
Defined at line 208 of file ../../src/graphics/display/drivers/intel-display/dp-aux-channel-impl.cc
bool DpcdRead (uint32_t addr, uint8_t * buf, size_t size)
Defined at line 262 of file ../../src/graphics/display/drivers/intel-display/dp-aux-channel-impl.cc
bool DpcdWrite (uint32_t addr, const uint8_t * buf, size_t size)
Defined at line 274 of file ../../src/graphics/display/drivers/intel-display/dp-aux-channel-impl.cc