drm_dp_dual_mode_write(9) Write to the DP dual mode adaptor register(s)

SYNOPSIS

ssize_t drm_dp_dual_mode_write(struct i2c_adapter * adapter, u8 offset, const void * buffer, size_t size);

ARGUMENTS

adapter

I2C adapter for the DDC bus

offset

register offset

buffer

buffer for write data

size

sizo of the buffer

DESCRIPTION

Writes size bytes to the DP dual mode adaptor registers starting at offset.

RETURNS

0 on success, negative error code on failure

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT