Home
last modified time | relevance | path

Searched refs:max_video_h_active_width (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_types.h412 uint16_t max_video_h_active_width; member
Ddc_dp_types.h1062 uint8_t max_video_h_active_width[2]; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c4955 link->dpcd_caps.dongle_caps.dfp_cap_ext.max_video_h_active_width = in get_active_converter_info()
4956 dfp_cap_ext.fields.max_video_h_active_width[0] + in get_active_converter_info()
4957 (dfp_cap_ext.fields.max_video_h_active_width[1] << 8); in get_active_converter_info()
4974 ….max_video_h_active_width = %d", link->dpcd_caps.dongle_caps.dfp_cap_ext.max_video_h_active_width); in get_active_converter_info()
Ddc_link.c2921 if (dongle_caps->dfp_cap_ext.max_video_h_active_width < timing->h_addressable) in dp_active_dongle_validate_timing()