Searched refs:drm_dp_has_quirk (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_dp_aux_backlight.c | 371 !drm_dp_has_quirk(&intel_dp->desc, intel_dp->edid_quirks, in intel_dp_aux_init_backlight_funcs()
|
D | intel_dp_mst.c | 55 bool constant_n = drm_dp_has_quirk(&intel_dp->desc, 0, in intel_dp_mst_compute_link_config()
|
D | intel_psr.c | 313 if (drm_dp_has_quirk(&intel_dp->desc, 0, DP_DPCD_QUIRK_NO_PSR)) { in intel_psr_init_dpcd()
|
D | intel_dp.c | 165 if (drm_dp_has_quirk(&intel_dp->desc, 0, in intel_dp_set_sink_rates() 2701 bool constant_n = drm_dp_has_quirk(&intel_dp->desc, 0, in intel_dp_compute_config()
|
/Linux-v5.10/include/drm/ |
D | drm_dp_helper.h | 1795 drm_dp_has_quirk(const struct drm_dp_desc *desc, u32 edid_quirks, in drm_dp_has_quirk() function
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_dp_helper.c | 1130 !drm_dp_has_quirk(desc, 0, DP_DPCD_QUIRK_NO_SINK_COUNT); in drm_dp_read_sink_count_cap()
|
D | drm_dp_mst_topology.c | 5827 if (drm_dp_has_quirk(&desc, 0, in drm_dp_mst_dsc_aux_for_port()
|
/Linux-v5.10/drivers/gpu/drm/msm/dp/ |
D | dp_ctrl.c | 1427 return (drm_dp_has_quirk(&ctrl->panel->desc, edid_quirks, in dp_ctrl_use_fixed_nvid()
|