Home
last modified time | relevance | path

Searched refs:max_video_v_active_height (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h1103 uint8_t max_video_v_active_height[2]; member
1229 uint16_t max_video_v_active_height; member
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1311 link->dpcd_caps.dongle_caps.dfp_cap_ext.max_video_v_active_height = in get_active_converter_info()
1312 dfp_cap_ext.fields.max_video_v_active_height[0] + in get_active_converter_info()
1313 (dfp_cap_ext.fields.max_video_v_active_height[1] << 8); in get_active_converter_info()
1328 …ax_video_v_active_height = %d", link->dpcd_caps.dongle_caps.dfp_cap_ext.max_video_v_active_height); in get_active_converter_info()