All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] drm/i915: Infoframe precompute/check
@ 2019-01-10 21:14 Ville Syrjala
  2019-01-10 21:14   ` Ville Syrjala
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Ville Syrjala @ 2019-01-10 21:14 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Remainder of the infoframe precompute/readout stuff. Addressed
the review comments (I hope) and massaged a few things that had
changed. The main thing was lspcon appearing in the meantime.
Note that I didn't implement precompute+readout for lspcon.
That'll probably need to happen at some point, but I was too
lazy to do it right now.

Entire series available here:
git://github.com/vsyrjala/linux.git infoframe_precompute_6

Ville Syrjälä (10):
  video/hdmi: Add an enum for HDMI packet types
  drm/i915: Add the missing HDMI gamut metadata packet stuff
  drm/i915: Return the mask of enabled infoframes from
    ->inforame_enabled()
  drm/i915: Store mask of enabled infoframes in the crtc state
  drm/i915: Precompute HDMI infoframes
  drm/i915: Read out HDMI infoframes
  drm/i915/sdvo: Precompute HDMI infoframes
  drm/i915/sdvo: Read out HDMI infoframes
  drm/i915: Check infoframe state in intel_pipe_config_compare()
  drm/i915: Include infoframes in the crtc state dump

 drivers/gpu/drm/i915/i915_reg.h      |   8 +-
 drivers/gpu/drm/i915/intel_ddi.c     |  17 +-
 drivers/gpu/drm/i915/intel_display.c |  75 +++-
 drivers/gpu/drm/i915/intel_drv.h     |  29 +-
 drivers/gpu/drm/i915/intel_hdmi.c    | 517 ++++++++++++++++++++++-----
 drivers/gpu/drm/i915/intel_lspcon.c  |  13 +-
 drivers/gpu/drm/i915/intel_sdvo.c    | 154 ++++++--
 include/linux/hdmi.h                 |  15 +
 8 files changed, 706 insertions(+), 122 deletions(-)

-- 
2.19.2

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

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

end of thread, other threads:[~2019-01-11 14:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-10 21:14 [PATCH v2 00/10] drm/i915: Infoframe precompute/check Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 01/10] video/hdmi: Add an enum for HDMI packet types Ville Syrjala
2019-01-10 21:14   ` Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 02/10] drm/i915: Add the missing HDMI gamut metadata packet stuff Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 03/10] drm/i915: Return the mask of enabled infoframes from ->inforame_enabled() Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 04/10] drm/i915: Store mask of enabled infoframes in the crtc state Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 05/10] drm/i915: Precompute HDMI infoframes Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 06/10] drm/i915: Read out " Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 07/10] drm/i915/sdvo: Precompute " Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 08/10] drm/i915/sdvo: Read out " Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 09/10] drm/i915: Check infoframe state in intel_pipe_config_compare() Ville Syrjala
2019-01-10 21:14 ` [PATCH v2 10/10] drm/i915: Include infoframes in the crtc state dump Ville Syrjala
2019-01-10 21:30 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Infoframe precompute/check (rev6) Patchwork
2019-01-10 21:35 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-01-10 21:52 ` ✓ Fi.CI.BAT: success " Patchwork
2019-01-11  7:16 ` ✗ Fi.CI.IGT: failure " Patchwork
2019-01-11 14:07   ` 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.