All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Subject: [Intel-gfx] [PATCH v2 0/6] Infoframe changes for DP-HDMI2.1 PCON
Date: Fri, 13 Aug 2021 12:31:15 +0530	[thread overview]
Message-ID: <20210813070121.48530-1-ankit.k.nautiyal@intel.com> (raw)

Currently we rely on HDMI2.1 PCON to create default AVI infoframes
based on DP VSC packets for HDMI sink. For better control, source
can write the AVI infoframe and send as DP GMP SDP packet.
The PCON unpacks the AVI infoframe encapsulated in DP GMP SDP packet,
and forwards the same to HDMI2.1.
This series is continuation of the RFC :
https://patchwork.freedesktop.org/series/85073/
It adds support for writing infoframe for HDMI2.1 sink, connected via
HDMI2.1 PCON. This series also adds AVI infoframe version 3,
which is requied for new modes supported by HDMI2.1.

Ankit Nautiyal (3):
  video/hdmi: Separate function for unpacking AVI Infoframe Data
  video/hdmi: Add AVI version 3 defined in CTA-861-G
  drm/drm_edid: Avoid HDMI2.1 VICs in AVIInfoframe for older HDMI sinks

Swati Sharma (3):
  drm/i915: Export intel_hdmi_compute_avi_infoframe()
  drm/i915: Sending AVI infoframe through GMP DIP
  drm/i915: Implement readout for AVI infoframe SDP

 drivers/gpu/drm/drm_edid.c                |  28 ++-
 drivers/gpu/drm/i915/display/intel_ddi.c  |   4 +
 drivers/gpu/drm/i915/display/intel_dp.c   | 238 +++++++++++++++++++---
 drivers/gpu/drm/i915/display/intel_dp.h   |   3 +
 drivers/gpu/drm/i915/display/intel_hdmi.c |   9 +-
 drivers/gpu/drm/i915/display/intel_hdmi.h |   3 +
 drivers/video/hdmi.c                      |  94 +++++++--
 include/linux/hdmi.h                      |   3 +
 8 files changed, 322 insertions(+), 60 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-08-13  7:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13  7:01 Ankit Nautiyal [this message]
2021-08-13  7:01 ` [Intel-gfx] [PATCH v2 1/6] drm/i915: Export intel_hdmi_compute_avi_infoframe() Ankit Nautiyal
2021-08-16  7:07   ` Jani Nikula
2021-08-16 10:48     ` Nautiyal, Ankit K
2021-08-13  7:01 ` [Intel-gfx] [PATCH v2 2/6] drm/i915: Sending AVI infoframe through GMP DIP Ankit Nautiyal
2021-08-13  7:01 ` [Intel-gfx] [PATCH v2 3/6] video/hdmi: Separate function for unpacking AVI Infoframe Data Ankit Nautiyal
2021-08-13  7:01 ` [Intel-gfx] [PATCH v2 4/6] drm/i915: Implement readout for AVI infoframe SDP Ankit Nautiyal
2021-08-13  7:01 ` [Intel-gfx] [PATCH v2 5/6] video/hdmi: Add AVI version 3 defined in CTA-861-G Ankit Nautiyal
2021-08-13  7:01 ` [Intel-gfx] [PATCH v2 6/6] drm/drm_edid: Avoid HDMI2.1 VICs in AVIInfoframe for older HDMI sinks Ankit Nautiyal
2021-08-13  7:27 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Infoframe changes for DP-HDMI2.1 PCON (rev2) Patchwork
2021-08-13  7:50 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-08-13  9:07 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210813070121.48530-1-ankit.k.nautiyal@intel.com \
    --to=ankit.k.nautiyal@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.