From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [RFC PATCH 0/4] drm/i915: push more stuff down to encoders on crtc enable/disable
Date: Wed, 12 Jul 2017 17:08:49 +0300 [thread overview]
Message-ID: <cover.1499868357.git.jani.nikula@intel.com> (raw)
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
next reply other threads:[~2017-07-12 14:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-12 14:08 Jani Nikula [this message]
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
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=cover.1499868357.git.jani.nikula@intel.com \
--to=jani.nikula@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.