mbox series

[0/2] Provision to ignore long HPDs in CI systems

Message ID 20221007113958.1890779-1-vinod.govindapillai@intel.com (mailing list archive)
Headers show
Series Provision to ignore long HPDs in CI systems | expand

Message

Vinod Govindapillai Oct. 7, 2022, 11:39 a.m. UTC
As some faulty displays generate long HPD even while connected to ports, 
can cause CI execution issues. Add a provision to ignore such long HPDs
in such systems with control through debugfs

Vinod Govindapillai (2):
  drm/i915/display: ignore long HPDs based on a flag
  drm/i915: debugfs entry to control ignore long hpd flag

 .../gpu/drm/i915/display/intel_display_core.h | 11 ++++++++
 drivers/gpu/drm/i915/display/intel_dp.c       |  7 ++++++
 drivers/gpu/drm/i915/display/intel_hotplug.c  | 25 +++++++++++++++++++
 3 files changed, 43 insertions(+)