Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c53 bool constant_n = drm_dp_has_quirk(&intel_dp->desc, in intel_dp_mst_compute_link_config()
Dintel_psr.c294 if (drm_dp_has_quirk(&intel_dp->desc, DP_DPCD_QUIRK_NO_PSR)) { in intel_psr_init_dpcd()
Dintel_dp.c2254 bool constant_n = drm_dp_has_quirk(&intel_dp->desc, in intel_dp_compute_config()
4330 !drm_dp_has_quirk(&intel_dp->desc, DP_DPCD_QUIRK_NO_SINK_COUNT)) { in intel_dp_get_dpcd()
/Linux-v5.4/include/drm/
Ddrm_dp_helper.h1447 drm_dp_has_quirk(const struct drm_dp_desc *desc, enum drm_dp_quirk quirk) in drm_dp_has_quirk() function