Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h88 # define DP_MSA_TIMING_PAR_IGNORED (1 << 6) /* eDP */ macro
/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h234 DP_MSA_TIMING_PAR_IGNORED; in drm_dp_sink_can_do_video_without_timing_msa()
H A Ddrm_dp.h145 # define DP_MSA_TIMING_PAR_IGNORED (1 << 6) /* eDP */ macro
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10544 capable = (dpcd_data & DP_MSA_TIMING_PAR_IGNORED) ? true:false; in dm_edid_parser_send_cea()