Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display/dc: add a new helper to fetch the OEM ddc_service

This is the i2c bus used by OEMs for board specific i2c features
like RGB.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+9
+3
drivers/gpu/drm/amd/display/dc/dc.h
··· 1947 1947 struct aux_payload *payload, 1948 1948 enum aux_return_code_type *operation_result); 1949 1949 1950 + struct ddc_service * 1951 + dc_get_oem_i2c_device(struct dc *dc); 1952 + 1950 1953 bool dc_is_oem_i2c_device_present( 1951 1954 struct dc *dc, 1952 1955 size_t slave_address