Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_validation.c152 if (dongle_caps->dfp_cap_ext.max_video_v_active_height < timing->v_addressable) in dp_active_dongle_validate_timing()
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dp_types.h1073 uint8_t max_video_v_active_height[2]; member
1166 uint16_t max_video_v_active_height; member
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_capability.c1197 link->dpcd_caps.dongle_caps.dfp_cap_ext.max_video_v_active_height = in get_active_converter_info()
1198 dfp_cap_ext.fields.max_video_v_active_height[0] + in get_active_converter_info()
1199 (dfp_cap_ext.fields.max_video_v_active_height[1] << 8); in get_active_converter_info()
1214 …ax_video_v_active_height = %d", link->dpcd_caps.dongle_caps.dfp_cap_ext.max_video_v_active_height); in get_active_converter_info()