All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] drm/i915: push more stuff down to encoders on crtc enable/disable
@ 2017-07-12 14:08 Jani Nikula
  2017-07-12 14:08 ` [RFC PATCH 1/4] drm/i915: push DDI CRT underrun reporting on enable to encoder Jani Nikula
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jani Nikula @ 2017-07-12 14:08 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Some initial patches for comments and CI. The idea is to move more of
the encoder specific stuff from crtc enable/disable paths down to the
encoder hooks. Because they're encoder specific. This is the easy start,
let's see how it flies.

The commit messages are, uh, a little bit on the terse side. I
know. Don't tell me.

BR,
Jani.

Jani Nikula (4):
  drm/i915: push DDI CRT underrun reporting on enable to encoder
  drm/i915: push DDI CRT underrun reporting on disable to encoder
  drm/i915: push DDI underrun reporting on enable to encoder
  drm/i915: push DDI FDI link training on enable to CRT encoder

 drivers/gpu/drm/i915/intel_crt.c     | 60 ++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_ddi.c     |  8 +++++
 drivers/gpu/drm/i915/intel_display.c | 30 +-----------------
 3 files changed, 69 insertions(+), 29 deletions(-)

-- 
2.11.0

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

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

end of thread, other threads:[~2017-07-18  8:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12 14:08 [RFC PATCH 0/4] drm/i915: push more stuff down to encoders on crtc enable/disable Jani Nikula
2017-07-12 14:08 ` [RFC PATCH 1/4] drm/i915: push DDI CRT underrun reporting on enable to encoder Jani Nikula
2017-07-18  7:59   ` Daniel Vetter
2017-07-12 14:08 ` [RFC PATCH 2/4] drm/i915: push DDI CRT underrun reporting on disable " Jani Nikula
2017-07-18  8:00   ` Daniel Vetter
2017-07-12 14:08 ` [RFC PATCH 3/4] drm/i915: push DDI underrun reporting on enable " Jani Nikula
2017-07-18  8:02   ` Daniel Vetter
2017-07-12 14:08 ` [RFC PATCH 4/4] drm/i915: push DDI FDI link training on enable to CRT encoder Jani Nikula
2017-07-18  8:03   ` Daniel Vetter
2017-07-12 14:22 ` ✓ Fi.CI.BAT: success for drm/i915: push more stuff down to encoders on crtc enable/disable Patchwork

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.