All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915/icl: Fix HDMI infoframe setting
@ 2018-06-13 17:07 Imre Deak
  2018-06-13 17:07 ` [PATCH 1/5] drm/i915/ddi: s/crtc->config/old_crtc_state in haswell_crtc_disable() Imre Deak
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Imre Deak @ 2018-06-13 17:07 UTC (permalink / raw)
  To: intel-gfx; +Cc: Vandita Kulkarni, Paulo Zanoni

On ICL setting the HDMI infoframe requires the pipe clock to be enabled,
this patchset makes sure this is the case both during enabling and
disabling the output.

After discussing with Ville, the only constraint seems to be wrt. other
platforms is that the infoframe is set when the transcoder function is
disabled, see patch 3 for details.

Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>

Imre Deak (5):
  drm/i915/ddi: s/crtc->config/old_crtc_state in haswell_crtc_disable()
  drm/i915/ddi: Push pipe clock enabling to encoders
  drm/i915/ddi: Check transcoder instead of port when setting HDMI
    infoframe
  drm/i915/ddi: Set HDMI infoframes with pipe clocks enabled
  drm/i915/ddi: Removed unused var from hsw_write_infoframe()

 drivers/gpu/drm/i915/intel_crt.c     |  4 ++++
 drivers/gpu/drm/i915/intel_ddi.c     | 12 ++++++++++--
 drivers/gpu/drm/i915/intel_display.c | 10 ++--------
 drivers/gpu/drm/i915/intel_hdmi.c    | 16 +++++++++++-----
 4 files changed, 27 insertions(+), 15 deletions(-)

-- 
2.13.2

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

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

end of thread, other threads:[~2018-06-14 17:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13 17:07 [PATCH 0/5] drm/i915/icl: Fix HDMI infoframe setting Imre Deak
2018-06-13 17:07 ` [PATCH 1/5] drm/i915/ddi: s/crtc->config/old_crtc_state in haswell_crtc_disable() Imre Deak
2018-06-13 17:43   ` Ville Syrjälä
2018-06-13 17:07 ` [PATCH 2/5] drm/i915/ddi: Push pipe clock enabling to encoders Imre Deak
2018-06-13 17:27   ` [PATCH v2 " Imre Deak
2018-06-13 17:46     ` Ville Syrjälä
2018-06-13 17:07 ` [PATCH 3/5] drm/i915/ddi: Check transcoder instead of port when setting HDMI infoframe Imre Deak
2018-06-13 17:47   ` Ville Syrjälä
2018-06-13 17:07 ` [PATCH 4/5] drm/i915/ddi: Set HDMI infoframes with pipe clocks enabled Imre Deak
2018-06-13 17:49   ` Ville Syrjälä
2018-06-13 17:07 ` [PATCH 5/5] drm/i915/ddi: Removed unused var from hsw_write_infoframe() Imre Deak
2018-06-13 17:51   ` Ville Syrjälä
2018-06-13 17:13 ` ✗ Fi.CI.BAT: failure for drm/i915/icl: Fix HDMI infoframe setting Patchwork
2018-06-13 18:02 ` ✓ Fi.CI.BAT: success for drm/i915/icl: Fix HDMI infoframe setting (rev2) Patchwork
2018-06-13 22:03 ` ✓ Fi.CI.IGT: " Patchwork
2018-06-14 17:32   ` Imre Deak

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.