mbox series

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

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

Message

Govindapillai, Vinod Oct. 11, 2022, 9:25 a.m. UTC
As some faulty displays generate long HPDs 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/display: 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(+)

Comments

Govindapillai, Vinod Oct. 11, 2022, 9:29 a.m. UTC | #1
Sorry.. please ignore this! I accidentally resent this!
This was already reviewed by <andrzej.hajda@intel.com>

On Tue, 2022-10-11 at 12:25 +0300, Vinod Govindapillai wrote:
> As some faulty displays generate long HPDs 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/display: 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(+)
>