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: Read DPCD to obtain eDP capability information.

[Why & How]
Extend to read eDP general capability 2 in detect_edp_sink_caps().

Reviewed-by: Robin Chen <robin.chen@amd.com>
Reviewed-by: Wenjing Liu <wenjing.liu@amd.com>
Signed-off-by: Allen Li <wei-guang.li@amd.com>
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Allen Li and committed by
Alex Deucher
215bed54 68f3c044

+7
+1
drivers/gpu/drm/amd/display/dc/dc_dp_types.h
··· 1284 1284 union dp_receive_port0_cap receive_port0_cap; 1285 1285 /* Indicates the number of SST links supported by MSO (Multi-Stream Output) */ 1286 1286 uint8_t mso_cap_sst_links_supported; 1287 + uint8_t dp_edp_general_cap_2; 1287 1288 }; 1288 1289 1289 1290 union dpcd_sink_ext_caps {