All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Update VSC SDP / HDR Metadata SDP states on pipe updates.
@ 2019-10-24 18:24 ` Gwan-gyeong Mun
  0 siblings, 0 replies; 18+ messages in thread
From: Gwan-gyeong Mun @ 2019-10-24 18:24 UTC (permalink / raw)
  To: intel-gfx

It calls intel_dp_vsc_enable() and intel_dp_hdr_metadata_enable() on pipe
updates to make sure that we enable sending of VSC SDP and HDR Metadata
Infoframe SDP packet (when applicable) on fastsets.
In order to set an enabled state of VSC SDP and HDR Metadata Infoframe SDP,
It adds intel_enable_infoframe() function to handle enabling/disabling of
each Video DIP. And it add intel_infoframe_enabled() function to get an
enabled state of a specific infoframe.

Gwan-gyeong Mun (5):
  drm/i915: Add whether or not to enable an each of Video DIP
  drm/i915: Add checking a specific Video DIP is enabled or not
  drm/i915/dp: Stop sending of VSC SDP when it is not needed
  drm/i915/dp: Stop sending of HDR Metadata Infoframe when it is not
    needed
  drm/i915/dp: Call dp_vsc_enable() / dp_hdr_metata_enable() on pipe
    updates

 drivers/gpu/drm/i915/display/intel_ddi.c      |  2 +
 .../drm/i915/display/intel_display_types.h    |  4 ++
 drivers/gpu/drm/i915/display/intel_dp.c       | 20 ++++++-
 drivers/gpu/drm/i915/display/intel_hdmi.c     | 56 +++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_hdmi.h     |  6 ++
 5 files changed, 86 insertions(+), 2 deletions(-)

-- 
2.23.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-10-25 12:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-24 18:24 [PATCH 0/5] Update VSC SDP / HDR Metadata SDP states on pipe updates Gwan-gyeong Mun
2019-10-24 18:24 ` [Intel-gfx] " Gwan-gyeong Mun
2019-10-24 18:24 ` [PATCH 1/5] drm/i915: Add whether or not to enable an each of Video DIP Gwan-gyeong Mun
2019-10-24 18:24   ` [Intel-gfx] " Gwan-gyeong Mun
2019-10-24 18:24 ` [PATCH 2/5] drm/i915: Add checking a specific Video DIP is enabled or not Gwan-gyeong Mun
2019-10-24 18:24   ` [Intel-gfx] " Gwan-gyeong Mun
2019-10-24 18:24 ` [PATCH 3/5] drm/i915/dp: Stop sending of VSC SDP when it is not needed Gwan-gyeong Mun
2019-10-24 18:24   ` [Intel-gfx] " Gwan-gyeong Mun
2019-10-24 18:24 ` [PATCH 4/5] drm/i915/dp: Stop sending of HDR Metadata Infoframe " Gwan-gyeong Mun
2019-10-24 18:24   ` [Intel-gfx] " Gwan-gyeong Mun
2019-10-24 18:24 ` [PATCH 5/5] drm/i915/dp: Call dp_vsc_enable() / dp_hdr_metata_enable() on pipe updates Gwan-gyeong Mun
2019-10-24 18:24   ` [Intel-gfx] " Gwan-gyeong Mun
2019-10-24 22:08 ` ✗ Fi.CI.CHECKPATCH: warning for Update VSC SDP / HDR Metadata SDP states " Patchwork
2019-10-24 22:08   ` [Intel-gfx] " Patchwork
2019-10-24 22:37 ` ✗ Fi.CI.BAT: failure " Patchwork
2019-10-24 22:37   ` [Intel-gfx] " Patchwork
2019-10-25 12:19 ` [PATCH 0/5] " Ville Syrjälä
2019-10-25 12:19   ` [Intel-gfx] " Ville Syrjälä

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.